Commit Graph

119 Commits

Author SHA1 Message Date
Michael Lange
cb5bd66dd6 Handle the job 404 error case in versions 2018-11-05 15:42:04 -08:00
Michael Lange
1226a079f9 Handle the job 404 case in the job definition route 2018-11-05 15:20:31 -08:00
Michael Lange
1e00702624 Handle the job 404 case in task group routes 2018-11-02 19:25:50 -07:00
Michael Lange
b00916ac17 Test coverage for resetPagination 2018-10-30 14:17:23 -07:00
Michael Lange
866f650de8 Acceptance test coverage for all the pages with resource utilization graphs 2018-09-19 16:33:51 -07:00
Michael Lange
130e951a37 Merge pull request #4600 from hashicorp/f-ui-job-writes
UI: Job Writes
2018-08-30 10:41:14 -07:00
Michael Lange
12bdfbdf47 Switch token storage to localStorage from sessionStorage 2018-08-28 10:05:15 -07:00
Michael Lange
e8db71a065 Acceptance tests for the edit behaviors on the job definition page 2018-08-23 10:26:20 -07:00
Michael Lange
c1d44fb059 Rewrite the job run acceptance tests to be about routing 2018-08-23 09:00:47 -07:00
Michael Lange
2d0805c453 Test coverage for scheduler dry-run addition to the plan page 2018-08-20 16:44:37 -07:00
Michael Lange
9e584e6486 Specialized No Leader error page 2018-08-20 14:11:50 -07:00
Michael Lange
a5d6790eba Acceptance tests for job run page 2018-08-16 17:22:58 -07:00
Michael Lange
3b8b894ffd Acceptance test for the jobs list page 2018-08-15 17:12:18 -07:00
Michael Lange
3192267039 Use the model hook and setupController hook instead of afterModel
This is a more idiomatic way to handle the QP resetting in the
application controller.
2018-08-13 16:18:06 -07:00
Michael Lange
95e8259447 Acceptance tests for the region switcher 2018-08-10 12:52:05 -07:00
Michael Lange
4715696959 Clear up the data flow for namespaces
This is incredibly tricky with query params, since there is a bundle of
timing issues, lifecycle issues, missing features, and all around
gotchas with query params.

This solution has no observers and no instances of the system service
being set from the jobs controller.

The upside to this is no observers, much easier to follow logic, no more
dependent key chain reactions.
2018-08-09 18:22:38 -07:00
Michael Lange
32c321abbf Keep the search box around when a search yields no results 2018-08-06 11:02:22 -07:00
Michael Lange
29fcece8e7 Test coverage for the jobs/:job/allocations page 2018-08-06 11:02:22 -07:00
Michael Lange
a0148600a6 Refactor allocations page as a component 2018-08-06 11:02:21 -07:00
Michael Lange
137fbccb3d Remove the name column and add a created column to allocation rows 2018-08-06 10:59:35 -07:00
Michael Lange
0daeb09fd8 Update deployment test to reflect new progress-by column 2018-07-17 13:28:29 -07:00
Michael Lange
fddab7b199 Consistently use PageObjects now that they all exist 2018-07-11 12:42:43 -07:00
Michael Lange
5ed4b3482a Eslint cleanup 2018-07-11 12:35:39 -07:00
Michael Lange
9b7507e8e3 Use PageObject for task logs tests 2018-07-11 12:31:37 -07:00
Michael Lange
3a5655d11f Use PageObject for task detail tests 2018-07-11 12:21:26 -07:00
Michael Lange
f2e8286cd0 Use PageObject for namespace tests 2018-07-11 11:59:20 -07:00
Michael Lange
acfea39930 Use PageObjects for application error tests 2018-07-11 11:41:34 -07:00
Michael Lange
3085e1ece2 Use PageObject for allocation detail tests 2018-07-11 11:27:23 -07:00
Michael Lange
68d10d309d Use PageObject for task group detail tests 2018-07-11 10:36:33 -07:00
Michael Lange
9d0a1b62bf Use PageObject for job versions tests 2018-07-11 09:49:44 -07:00
Michael Lange
ae10e4a808 Use PageObject for job evaluations tests 2018-07-11 09:37:58 -07:00
Michael Lange
4e6249681c Use PageObject for job deployments 2018-07-11 09:14:10 -07:00
Michael Lange
52411e40a2 Use PageObject for job definition tests 2018-07-10 19:33:22 -07:00
Michael Lange
294a2c055c Use PageObjects for job detail tests 2018-07-10 19:20:02 -07:00
Michael Lange
6454c10802 Use PageObject for jobs list tests 2018-07-10 18:42:19 -07:00
Michael Lange
c5eed97afc Use PageObject for client detail tests 2018-07-10 18:13:50 -07:00
Michael Lange
18b2c728b6 Use PageObject for clients list tests 2018-07-10 11:29:00 -07:00
Michael Lange
3fbcb50198 Use PageObject for tokens test 2018-07-10 11:29:00 -07:00
Michael Lange
f9ad13bd28 Use PageObject for server-detail tests 2018-07-10 11:29:00 -07:00
Michael Lange
da49c51656 Use PageObject for servers-list tests 2018-07-10 11:28:59 -07:00
Michael Lange
1944da2e32 Rename nodes-list-test to clients-list-test to reflect its new state 2018-07-10 11:28:59 -07:00
Michael Lange
ee82a98878 Move servers list tests to their own file 2018-07-10 11:28:59 -07:00
Michael Lange
b8b3d03e41 Merge pull request #4458 from hashicorp/f-ui-refactor-breadcrumbs
UI: Refactor breadcrumbs
2018-07-10 11:01:28 -07:00
Michael Lange
767e635016 Migrate and add test coverage for evaluations page 2018-07-06 17:15:59 -07:00
Michael Lange
954d1283e1 Update tests to match new test selectors 2018-07-06 11:12:12 -07:00
Michael Lange
313b5bc8a8 Acceptance test for jobs from different namespaces on a single client 2018-07-06 10:50:22 -07:00
Michael Lange
a71dd95a37 Actually ensure that the allocation relies on an unhealthy driver 2018-06-13 16:33:47 -07:00
Michael Lange
89fa0da5da Make task rows clickable.
Right now they are the only tables where the entire row isn't a
click-target to drill into the detail page.
2018-06-06 14:50:28 -07:00
Michael Lange
002d2fb8eb Remove test for removed behavior 2018-06-04 16:40:55 -07:00
Michael Lange
b44e828aa6 Use the network ip as the task address instead of the node ip 2018-06-04 15:34:16 -07:00