Michael Klein
02218c6c7c
fix: linting issues and remove remainidn pauseTest
2022-02-17 16:06:49 +01:00
Michael Klein
a1b201312a
fix: reflect namespace change volume-detail-test
2022-02-17 15:20:11 +01:00
Michael Klein
af6da28f7c
fix: prettier related volume-list - test
2022-02-17 15:19:45 +01:00
Michael Klein
c475e375d0
fix: prettier related test-failutre task-group-detail
2022-02-17 15:19:20 +01:00
Michael Klein
6dae23bc17
fix: task-group-detail tests due to namespace changes
...
URLs have changed - tests need to reflect that.
2022-02-17 14:50:05 +01:00
Michael Klein
23f1cb54b4
fix: breadcrumbs allocations due to recent namespace changes
...
* change the breadcrumbs generation to use `idWithNamespace`
* adapt tests to reflect new URLs for jobs with namespaces
2022-02-17 14:38:27 +01:00
Michael Klein
550a5c01e8
fix: use @<namespace> with remaining JobDetail.visits
2022-02-17 13:22:15 +01:00
Michael Klein
221311da79
fix: pack-detail test
...
We need to change the way we access `JobDetail`-pages based on recent
namespace changes.
2022-02-17 12:59:58 +01:00
Michael Klein
dadbb0e16f
fix: anonymous policy test job-details
...
We need to access job-details differently when they have a namespace
due to recent namespace changes - we need to make the tests reflect
that.
2022-02-17 12:45:01 +01:00
Michael Klein
51775a04b2
fix: client-detail-test no default namespace param
...
Recent changes changed the behavior of not adding the `@default`
-namespace - we need to adapt the tests accordingly
2022-02-17 12:41:33 +01:00
Michael Klein
efbf42b36b
fix: allocations page tests regarding job links
...
Default namespaced jobs don't append the `@default`-id anymore due
to recent `jobs.job#serialize` changes.
2022-02-17 11:56:29 +01:00
Michael Klein
5db6da4c59
fix: job-versions-test
...
We need to adapt the test due to recent namespace changes.
2022-02-16 15:31:10 +01:00
Michael Klein
6b142f8b0d
fix: job-dispatch tests after namespace changes
2022-02-16 15:22:41 +01:00
Jai Bhagat
793f9c26d3
temp: bug in region selector causing failing test
2022-02-10 10:55:32 -05:00
Jai Bhagat
898cda014e
temp: csi refactor
2022-02-10 09:14:32 -05:00
Jai Bhagat
28c3fcdf74
ui: add assert.expect to a11y test
2022-01-28 09:47:23 -05:00
Jai Bhagat
0fb4ceba8f
chore: fix js linting
2022-01-28 09:37:32 -05:00
Jai Bhagat
ef824b143f
feat: add pagination and filtering to evaluations view
2022-01-28 09:35:44 -05:00
Jai Bhagat
8d8fe0bd2d
refact: extract setPolicy into utils
2022-01-26 12:06:18 -05:00
Jai Bhagat
6c65966c16
refact: fix tests after contextual job page changes
2022-01-26 11:31:18 -05:00
Jai Bhagat
74bc21e26b
ui: prepare rebase for contextual job-page
2022-01-24 10:58:28 -05:00
Jai Bhagat
cae4bec3c9
ui: fix remaining linting errors
2022-01-20 10:39:02 -05:00
Jai Bhagat
2032813bb6
ui: apply new qunit linting rules to tests
...
Async tests should use in integrations tests.
Acceptance tests are using Mirage and can't use
since we can't know the number of assertions.
2022-01-20 10:01:35 -05:00
Jai Bhagat
8c600acb35
ui: prettify js files
2022-01-20 09:54:56 -05:00
Jai Bhagat
d0f8322786
ui: fix auto-fixable linting errors
2022-01-20 09:46:45 -05:00
Luiz Aoqui
6b488bdad3
Fix ACL requirements for job details UI ( #11672 )
2022-01-12 21:26:02 -05:00
Jai Bhagat
1a2914b9fe
fix: test specs should expect to receive breadcrumb titles
2021-12-21 07:47:06 -05:00
Jai Bhagat
5ca9ebe04d
fix: update breadcrumb tests according to new breadcrumb structure
2021-12-21 07:46:28 -05:00
Jai
ca8af7314a
Merge pull request #11545 from hashicorp/f-ui/add-alloc-filters-on-table
...
Add Allocation Filters in Client View
2021-12-18 09:39:53 -05:00
Jai
296a29f0dd
Merge pull request #11544 from hashicorp/f-ui/add-filters-to-allocs
...
Add filters to Allocations
2021-12-18 09:38:28 -05:00
Luiz Aoqui
ad80c84aff
ui: fix job allocation filter by status, remove version filter, and add tests
2021-12-17 19:50:43 -05:00
Luiz Aoqui
770bb0534a
ui: fix linting
2021-12-17 18:55:41 -05:00
Luiz Aoqui
1d773d0d9e
ui: fix task group alloc filter and add tests
2021-12-17 18:49:47 -05:00
Luiz Aoqui
648b71c96a
ui: display empty message in the client details page if there are no allocations to show
2021-12-17 18:49:47 -05:00
Luiz Aoqui
6112620590
ui: fix client details page alloc status filter and replace task group with namespace and job
2021-12-17 18:49:42 -05:00
Luiz Aoqui
f54a89177a
UI: Add tests for prodcut links ( #11645 )
2021-12-07 19:51:17 -05:00
Tim Gross
55c29fbf50
api: return 404 for alloc FS list/stat endpoints ( #11482 )
...
* api: return 404 for alloc FS list/stat endpoints
If the alloc filesystem doesn't have a file requested by the List
Files or Stat File API, we currently return a HTTP 500 error with the
expected "file not found" error message. Return a HTTP 404 error
instead.
* update FS Handler
Previously the FS handler would interpret a 500 status as a 404
in the adapter layer by checking if the response body contained
the text or is the response status
was 500 and then throw an error code for 404.
Co-authored-by: Jai Bhagat <jaybhagat841@gmail.com >
2021-11-17 11:15:07 -05:00
Luiz Aoqui
52f1ac0380
ui: fix tests broken by d3-format upgrade
2021-11-05 18:09:13 -04:00
pangratz
5c99b9cdc4
test: ensure we return a valid JSON response
...
An empty string is not a valid JSON response which is expected by this
endpoint.
2021-11-04 16:07:06 +01:00
Luiz Aoqui
f729ba5df4
ui: persist node drain settings ( #11368 )
2021-10-22 10:51:31 -04:00
Luiz Aoqui
f88dc37fc2
ui: display Nomad version in the Clients and Servers table ( #11366 )
2021-10-22 10:33:06 -04:00
Luiz Aoqui
d599c63c9c
ui: create tooltip component ( #11363 )
2021-10-21 13:12:33 -04:00
Luiz Aoqui
f757f619f3
ui: set * as the default namespace selector ( #11357 )
2021-10-21 10:24:07 -04:00
Luiz Aoqui
d4c3989e2a
Update job details box ( #11288 )
2021-10-12 16:36:10 -04:00
Jai
0564f9fa68
System Batch UI, Client Status Bar Chart and Client Tab page view ( #11078 )
2021-10-07 17:11:38 -04:00
Luiz Aoqui
cf7675a376
ui: set the job namespace when redirecting after the job is dispatched ( #11141 )
2021-09-07 12:27:33 -04:00
Luiz Aoqui
ea47fa7d90
ui: set namespace when looking for and displaying children jobs ( #11110 )
2021-09-01 14:40:25 -04:00
Jai
c86f30d7f1
Merge pull request #10666 from hashicorp/b-ui/search-namespaces
...
ui: Fix fuzzy search namespace-handling
2021-08-10 13:13:20 -04:00
Jai Bhagat
00df085e71
edit hierarchy to lead with namespace before job
2021-08-10 10:35:36 -04:00
Luiz Aoqui
332dc88101
ui: fix job dispatch page when job doesn't have any meta fields ( #10934 )
2021-08-03 13:50:43 -04:00