Commit Graph

12241 Commits

Author SHA1 Message Date
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
b10a2ab7d8 Merge pull request #4539 from hashicorp/b-ui-job-version-mirage
UI: Use the JobID as the Version ID for mirage job versions
2018-07-30 13:10:11 -07:00
Michael Lange
9023bb5676 Use the JobID as the Version ID for mirage job versions 2018-07-27 16:32:43 -07:00
Michael Schurter
c6d9dba7b5 Merge pull request #4467 from cbednarski/nomad-vault-template-docs
Added docs on Vault KV API v2 template syntax
2018-07-27 15:18:46 -07:00
Alex Dadgar
adf8596481 Merge pull request #4530 from volym3ad/update-periodic-stanza-documentation
Updated periodic stanza documentation
2018-07-26 16:42:49 -07:00
Alex Dadgar
33298ab14e Merge pull request #4535 from hashicorp/f-keep-docker-container-0.8.4
Option to prevent removal of container on exit
2018-07-26 11:11:22 -07:00
Charlie Voiselle
61bec1e212 Option to prevent removal of container on exit 2018-07-26 11:10:48 -07:00
Michael Lange
b07c648335 Merge pull request #4518 from hashicorp/f-ui-deployment-deadline-everywhere
UI: Show deployment deadlines everywhere
2018-07-26 11:10:42 -07:00
Michael Schurter
e927fa3699 add #4462 to changelog 2018-07-25 09:38:49 -07:00
Michael Schurter
b2d429400a Merge pull request #4462 from omame/omame/cpu_cfs_period
Add support for specifying cpu_cfs_period in the Docker driver
2018-07-25 09:34:38 -07:00
Vlad Voloshyn
be10d9272f updated periodic stanza documentation 2018-07-25 15:11:47 +03:00
Nick Ethier
a7b5823e4d Merge pull request #4461 from hashicorp/f-e2e-framework
E2E: Initial Framework
2018-07-24 12:33:48 -04:00
Nick Ethier
134a0c41cd e2e/framework: code review fixes 2018-07-24 12:33:30 -04:00
Alex Dadgar
e6e7966469 Merge pull request #4523 from hashicorp/kikitux-patch-1
Update Azure notes for variables
2018-07-23 17:07:56 -07:00
Alvaro Miranda Aguilera
85135eadd2 Update README.md 2018-07-20 11:39:12 +02:00
Michael Lange
0daeb09fd8 Update deployment test to reflect new progress-by column 2018-07-17 13:28:29 -07:00
Michael Lange
cfbbdf8677 Show deployment deadlines everywhere 2018-07-17 11:07:22 -07:00
Alex Dadgar
03f08f1475 Merge pull request #4493 from hashicorp/d-http-codes
Document HTTP response codes
2018-07-16 14:44:39 -07:00
Alex Dadgar
fc9eb07b1b clarify 400 2018-07-16 14:44:23 -07:00
Alex Dadgar
ad38112817 changelog 2018-07-16 14:40:12 -07:00
Alex Dadgar
bc559d408c Merge pull request #4414 from hashicorp/b-stop-summary
Reset Queued allocs to zero when job stopped
2018-07-16 14:32:55 -07:00
Daniele Valeriani
a4771a49ab Add test for cpu_cfs_period 2018-07-16 22:43:34 +02:00
Michael Schurter
f8679e5cfe Merge pull request #4502 from hashicorp/allthingsclowd-patch-1
typo - duplication of the word can
2018-07-16 09:54:41 -07:00
Michael Schurter
8561dd45be Merge pull request #4501 from msvbhat/nomad-contraints-docs
Fix client metadata link in Nomad constraints docs
2018-07-16 09:54:02 -07:00
Michael Lange
62cdc28b55 Merge pull request #4507 from hashicorp/b-ui-dist-bar-corners
UI: Fix the missing pixels issue with distribution-bar
2018-07-13 11:04:29 -07:00
Michael Lange
8fb4081e57 Merge pull request #4504 from hashicorp/f-ui-collapsable-job-summary
UI: Collapsable job summary visualization
2018-07-13 11:03:50 -07:00
Michael Lange
af14f7230c Test coverage for summary toggle 2018-07-13 10:26:46 -07:00
Michael Lange
78e66d4100 Make job alloc/children summary collapsable (and persist the choice in localStorage) 2018-07-13 10:26:46 -07:00
Michael Lange
a58e591910 Add an option to start expanded and an onToggle action to list-accordion 2018-07-13 10:26:46 -07:00
Michael Lange
d5af5e6cfc Compute the correct number of pixels to shave off of bar width 2018-07-13 10:26:01 -07:00
Michael Lange
7e51502cc5 Create a single-bar example of distribution-bar in the styleguide 2018-07-13 10:26:01 -07:00
Michael Lange
e435d542b1 Fix a bug where the wrong index could be used when some bars had no value 2018-07-13 10:26:01 -07:00
Michael Lange
129923ad38 Merge pull request #4497 from hashicorp/f-ui-page-objects
UI: Update acceptance tests to use PageObjects
2018-07-13 10:21:10 -07:00
Chelsea Komlo
3c3b08bb5e Merge pull request #4476 from hashicorp/b-dev-tls-reload
Fix reload issue for TLS certificates in dev mode
2018-07-13 13:19:26 -04:00
Graham Land
8519c27f85 typo - duplication of the word can 2018-07-12 13:45:44 +01:00
M S Vishwanath Bhat
49645a91ee Fix client metadata link in Nomad constraints docs
Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
2018-07-12 11:56:01 +02: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