Marguerite des Trois Maisons
7c4d1a352c
Clarify defaults and behaviour of mode = fail in restart stanza
2018-06-14 17:28:52 -04:00
Alex Dadgar
6091307b77
Merge pull request #4409 from hashicorp/r-client-packages
...
Refactor client packages
2018-06-13 17:32:25 -07:00
Alex Dadgar
ab661d2af5
lint
2018-06-13 16:06:39 -07:00
Alex Dadgar
c94464c133
Fix test using a lot of memory
2018-06-13 15:52:25 -07:00
Michael Lange
34b55aa6f1
Merge pull request #4410 from hashicorp/b-ui-update-vagrant
...
UI: update vagrant
2018-06-13 15:49:40 -07:00
Alex Dadgar
98c7abe541
Tests only use testlog package logger
2018-06-13 15:40:56 -07:00
Chelsea Komlo
1dce78888f
Merge pull request #4399 from hashicorp/r-reload-refactor
...
Refactor logic for dynamic reloading
2018-06-13 13:35:12 -04:00
Alex Dadgar
165f6f1f41
Merge pull request #4412 from ogham/patch-1
...
Close unclosed backtick in docs
2018-06-13 10:00:40 -07:00
Chelsea Holland Komlo
2cc252baa7
fixup! more specific test assertion
2018-06-13 09:58:40 -04:00
Benjamin Sago
c64cc3db52
Close unclosed backtick in docs
2018-06-13 10:50:13 +01:00
Alex Dadgar
3d3490fdf1
test fixes
2018-06-12 17:45:39 -07:00
Michael Lange
adf7f083e5
Add chrome to the ui vagrant machine
...
It's used for running acceptance tests
2018-06-12 17:44:53 -07:00
Alex Dadgar
d94bf14e13
Fix gc tests + parallel destroy + small test fixes
2018-06-12 10:23:45 -07:00
Alex Dadgar
a62e412b88
Refactor - wip
2018-06-12 10:23:45 -07:00
Alex Dadgar
350c8366b0
Merge pull request #4407 from hashicorp/b-vault
...
Fix Vault template test for v2 secret backend
2018-06-12 10:23:21 -07:00
Alex Dadgar
fff1625434
Fix vault template test
2018-06-12 09:57:28 -07:00
Alex Dadgar
e66314fb8b
Vagrant
2018-06-12 09:40:10 -07:00
Alex Dadgar
5dcd952dde
bump travis version
2018-06-12 09:39:31 -07:00
Michael Lange
7f36eb37c7
Remove phantomjs call from the makefile
2018-06-11 16:22:52 -07:00
Michael Lange
ad6ba1ab9c
Update nvm, node, and yarn in vagrant
2018-06-11 16:22:52 -07:00
Alex Dadgar
8acedd200b
Merge pull request #4406 from hashicorp/f-ui-vagrant
...
Seperate ui vagrant
2018-06-11 16:08:01 -07:00
Alex Dadgar
a9d0937e88
Seperate ui vagrant
2018-06-11 16:07:06 -07:00
Preetha
d5ae728ca8
Merge pull request #4404 from hashicorp/f-move-autopilot-guide
...
Move autopilot to top level and fix links
2018-06-11 15:46:19 -07:00
Preetha Appan
a95741fb50
make link relative
2018-06-11 17:43:42 -05:00
Preetha Appan
798135cd4e
Move autopilot to top level and fix links
2018-06-11 17:22:31 -05:00
Alex Dadgar
e1c9ef5ea9
Fix broken link
2018-06-11 13:57:36 -07:00
Alex Dadgar
02f0a755ba
website bump
2018-06-11 13:52:55 -07:00
Alex Dadgar
bc48fc33b5
remove structs + bump version
2018-06-11 13:52:19 -07:00
Alex Dadgar
75c5fb48c5
Release v0.8.4
2018-06-11 13:49:28 -07:00
Alex Dadgar
dbee1d7d05
bump version + generated files
2018-06-11 13:39:42 -07:00
Nick Ethier
d3e6c10727
Merge pull request #4403 from hashicorp/b-fix-dispatched-optional-meta
...
Fix dispatched optional meta correctly
2018-06-11 16:17:14 -04:00
Michael Schurter
c0507cb430
Merge pull request #4400 from hashicorp/b-fix-powershell-shutdown
...
executor: fix Windows blocking on pipe close
2018-06-11 11:05:54 -07:00
Nick Ethier
f00875aecf
nomad: use require pkg for tests
2018-06-11 13:50:50 -04:00
Nick Ethier
e79d314807
nomad: code review comments
2018-06-11 13:27:48 -04:00
Nick Ethier
304b752a50
nomad/structs: fix job diff test
2018-06-11 13:06:49 -04:00
Nick Ethier
81abf0a7d2
client/driver/env: fix optional meta test
2018-06-11 12:29:13 -04:00
Nick Ethier
e325e85a19
client/driver/env: use 'job.Dispatch' to trigger optional meta logic
2018-06-11 12:15:19 -04:00
Nick Ethier
e8f9b40321
Revert "Revert "client/driver/env: interpolate empty optional meta params as empty strings""
...
This reverts commit c17e0fc9dc .
2018-06-11 11:59:23 -04:00
Nick Ethier
8e453d0b8f
nomad: add 'Dispatch' field to Job
...
New -bash: Dispatch: command not found field is used to denote if the Job is a child dispatched job of
a parameterized job.
2018-06-11 11:59:03 -04:00
Michael Schurter
d0bec72dc2
executor: fix log line formatting
2018-06-08 14:55:39 -07:00
Michael Schurter
5b09d23813
executor: fix Windows blocking on pipe close
...
Sending the Ctrl-Break signal to PowerShell <6 causes it to drop into
debug mode. Closing its output pipe at that point will block
indefinitely and prevent the process from being killed by Nomad.
See the upstream powershell issue for details:
https://github.com/PowerShell/PowerShell/issues/4254
2018-06-08 14:48:05 -07:00
Chelsea Holland Komlo
cd8de515cc
add tests and improve should reload logic
2018-06-08 15:10:10 -04:00
Chelsea Holland Komlo
45ff58e40e
add client logic to determine whether TLS RPC connections should reload
2018-06-08 14:38:58 -04:00
Chelsea Holland Komlo
ce9e93514c
move logic to determine whether to reload tls configuration to tlsutil helper
2018-06-08 14:33:58 -04:00
Chelsea Holland Komlo
44bacc3494
remove logic to reload RPC connections from agent
2018-06-08 13:14:40 -04:00
Alex Dadgar
c17e0fc9dc
Revert "client/driver/env: interpolate empty optional meta params as empty strings"
...
This reverts commit 84926f759a .
2018-06-07 16:27:47 -07:00
Michael Lange
268a776f15
Final UI-related changelog updates for 0.8.4
2018-06-07 15:58:14 -07:00
Alex Dadgar
a0dedda256
Merge pull request #4394 from hashicorp/b-docker-progress-neg-estimate
...
client/driver: drop docker pull progress estimate if its < 0
2018-06-07 15:55:15 -07:00
Michael Lange
59002d7433
Merge pull request #4393 from hashicorp/b-ui-fix-task-row-primary-text
...
UI: Style tasks on the alloc index page like other tables of resources
2018-06-07 15:50:56 -07:00
Alex Dadgar
29ee68d543
test less of the monitor on travis
2018-06-07 15:47:03 -07:00