Commit Graph

12283 Commits

Author SHA1 Message Date
Michael Lange
b14693f168 Add object spread 2018-08-06 11:02:21 -07:00
Michael Lange
f50aff562c Treat filtering on an async relationship as async 2018-08-06 11:02:21 -07:00
Michael Lange
5fff8e1c9a Watch allocations on the job index page
Since there are no recent allocations, those alloc need to be watched
2018-08-06 11:02:21 -07:00
Michael Lange
e8a7d9db83 Don't use the boxed-section pattern on pages with one section 2018-08-06 11:01:27 -07:00
Michael Lange
b128c05dac Add search to the allocations page 2018-08-06 11:00:24 -07:00
Michael Lange
ac972a60e6 Link to the allocations page from the recent allocations table 2018-08-06 11:00:23 -07:00
Michael Lange
87c3aa2c89 Use the correct allocation row context in various places 2018-08-06 11:00:23 -07:00
Michael Lange
77e7d8edab Use the new taskGroup context for allocation row 2018-08-06 10:59:35 -07:00
Michael Lange
d250b2a54a New dedicated allocations page for jobs 2018-08-06 10:59:35 -07:00
Michael Lange
221881e502 Add recent allocations to relevant job overview pages 2018-08-06 10:59:35 -07:00
Michael Lange
bc41b23a13 Make sure memory and cpu bars have a consistent size 2018-08-06 10:59:35 -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
81255bee16 Add createTime to the allocation model 2018-08-06 10:53:13 -07:00
Michael Lange
11bc25b1b3 Merge pull request #4533 from hashicorp/f-ui-refactor-page-chrome
UI: Refactor page chrome
2018-08-06 10:50:03 -07:00
Michael Schurter
6e80a28928 Merge pull request #4553 from hashicorp/vendor-blake2b
vendor: update blake2b and dependencies
2018-08-03 16:52:27 -07:00
Michael Schurter
2936477066 vendor: update blake2b and dependencies
All of this just to get something faster than md5... yeesh.
2018-08-02 12:00:51 -07:00
Nick Ethier
e9417c26d7 Merge pull request #4503 from hashicorp/f-e2e-cli
E2E: CLI Implementation
2018-08-02 13:28:59 -04:00
Nick Ethier
a50f2c86aa e2e/cli: comment fixups 2018-08-02 13:29:12 -04:00
Alex Dadgar
ba4d3caba1 Merge pull request #4552 from hashicorp/f-protoc
Add protoc to project
2018-08-01 13:52:07 -07:00
Alex Dadgar
fc43f8b13c Remove old protoc installer 2018-08-01 13:51:45 -07:00
Alex Dadgar
ea814c45e0 Add protoc to project 2018-08-01 13:50:08 -07:00
Chelsea Komlo
fd342dc44c Merge pull request #4543 from hashicorp/f-protoc-vagrant
Bootstrap vagrant development environment with protoc
2018-08-01 10:57:13 -04:00
Chelsea Holland Komlo
06c79ee320 update to latest protoc version 2018-08-01 10:52:50 -04:00
Chelsea Holland Komlo
73c9560314 correct operating system 2018-07-31 15:44:02 -04:00
Chelsea Holland Komlo
cd1b453110 bootstrap vagrant development environment with protoc 2018-07-31 15:26:57 -04:00
Michael Lange
4e371e1816 Merge pull request #4540 from hashicorp/f-ui-always-show-latest-deployment
UI: Always show latest deployment
2018-07-31 12:23:23 -07:00
Nick Ethier
a8c59d9fc6 e2e/cli: add -run option to mimic go test 2018-07-31 15:21:47 -04:00
Nick Ethier
7a139d077a e2e/cli: add run command usage docs 2018-07-31 13:52:25 -04:00
Nick Ethier
0691fa0ccc e2e/cli: code review comments, restructing and cleanup 2018-07-31 13:52:25 -04:00
Nick Ethier
580c4c29ff e2e/cli: fix formatting 2018-07-31 13:52:25 -04:00
Nick Ethier
ca868b9539 e2e/cli: port logging to use hclog 2018-07-31 13:51:30 -04:00
Nick Ethier
29bc8cb121 vendor: update github.com/hashicorp/go-hclog 2018-07-31 13:51:30 -04:00
Nick Ethier
a1f697db4e e2e/cli: implemented run logic 2018-07-31 13:51:30 -04:00
Nick Ethier
e2040ae19d e2e/cli: use discover utility for nomad binary 2018-07-31 13:51:30 -04:00
Nick Ethier
4d13177dbe e2e/cli: initial cli implementation for nomad-e2e 2018-07-31 13:51:27 -04:00
Nick Ethier
ea0e32a177 e2e/framework: fix linting 2018-07-31 13:03:52 -04:00
Nick Ethier
d31cfb08ba e2e: skip e2e tests during normal go test runs 2018-07-31 12:42:36 -04:00
Michael Lange
087f4a9ebc Test coverage for the expanded feature set of the latest-deployment component 2018-07-30 15:31:31 -07:00
Michael Lange
6fe8356d1c Give the running-deployment component a more appropriate name 2018-07-30 15:31:31 -07:00
Michael Lange
e278d6315a Make running-deployment always show the latest deployment 2018-07-30 15:31:31 -07:00
Michael Lange
cf55d225e2 Correctly model the latestDeployment relationship and the inverse 2018-07-30 15:24:31 -07:00
Michael Lange
742754c342 Support the /job/:id/deployment endpoint in mirage 2018-07-30 15:24:31 -07:00
Michael Lange
2cb0777489 Get the latest deployment for a job by using the appropriate API 2018-07-30 15:24:31 -07:00
Michael Lange
7aeba8007e Use page-layout for job routes 2018-07-30 13:13:52 -07:00
Michael Lange
cd3f8ab139 Use page-layout for allocations routes 2018-07-30 13:13:52 -07:00
Michael Lange
0d0a7f4970 Use page-layout for clients routes 2018-07-30 13:13:52 -07:00
Michael Lange
70cc506c8b Use page-layout for servers routes 2018-07-30 13:13:52 -07:00
Michael Lange
4319166880 Use page-layout for the settings routes 2018-07-30 13:13:52 -07:00
Michael Lange
06b3cc8760 New page-layout component that contains both the header and the gutter menu 2018-07-30 13:13:52 -07:00
Michael Lange
d0c76b844a Remove all references to onNamespaceChange 2018-07-30 13:13:52 -07:00