Commit Graph

12013 Commits

Author SHA1 Message Date
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
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
Alex Dadgar
c95ed0765e docs for tls defaults 2018-06-07 15:30:00 -07:00
Chelsea Komlo
3a46925d8a Merge pull request #4396 from hashicorp/f-tls-ciphers-12
Enable more tls 1.2 ciphers
2018-06-07 18:23:54 -04:00
Alex Dadgar
82f7f54fa0 move log line 2018-06-07 15:12:51 -07:00
Chelsea Komlo
ff0adedb81 Merge pull request #4395 from hashicorp/b-vault-second
Fix for dynamically reloading vault
2018-06-07 18:03:00 -04:00
Chelsea Holland Komlo
9943b9bafe enable more tls 1.2 ciphers 2018-06-07 17:49:57 -04:00
Chelsea Holland Komlo
db4115a68f fixup! comment and move to always log server reload operation 2018-06-07 17:12:36 -04:00
Chelsea Holland Komlo
b92982c346 changelog 2018-06-07 17:09:59 -04:00
Chelsea Holland Komlo
a4df2260f7 fix test that now requires different config for test assertions 2018-06-07 17:07:06 -04:00
Chelsea Holland Komlo
f8f89d7490 move logic for testing equality for vault config 2018-06-07 16:23:50 -04:00
Chelsea Holland Komlo
3de3b47829 fix for dynamically reloading vault 2018-06-07 15:34:18 -04:00
Nick Ethier
0cefbd3869 client/driver: drop docker pull progress estimate if its < 0 2018-06-07 15:23:31 -04:00
Michael Lange
1fff37adca Style tasks on the alloc index page like other tables of things 2018-06-07 11:31:06 -07:00
Michael Lange
9f5cc8db40 Merge pull request #4388 from hashicorp/f-ui-show-deployment-deadline
UI: Show deployment deadline for each task group in the running deployment
2018-06-07 08:55:53 -07:00
Alex Dadgar
9fd25f1453 Merge pull request #4380 from hashicorp/b-drain-monitor
Monitoring non-draining node exits
2018-06-06 17:50:30 -07:00
Michael Lange
73ce773e11 Show the progress deadline for task groups in a running deployment 2018-06-06 17:35:18 -07:00
Michael Lange
d69e77e4fd Add new property to factory 2018-06-06 17:34:50 -07:00
Michael Lange
4aebd7f225 Merge pull request #4387 from hashicorp/b-ui-task-row-link
UI: Make task rows clickable.
2018-06-06 15:40:58 -07:00
Michael Schurter
1b92555818 Merge pull request #4384 from hashicorp/b-global-log-flags
agent: global logger should use the same flags
2018-06-06 15:15:15 -07:00
Alex Dadgar
3402f2539f code review 2018-06-06 14:52:26 -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
Alex Dadgar
6d4321c7ff Merge pull request #4382 from hashicorp/b-init
Progress deadline included in nomad init
2018-06-06 14:49:10 -07:00
Alex Dadgar
2b3b99bcce indentation 2018-06-06 14:48:51 -07:00
Alex Dadgar
2974a3c079 Merge pull request #4385 from hashicorp/b-node-status-drain
Handle force draining
2018-06-06 14:45:34 -07:00
Alex Dadgar
aaf77ae13e Handle force draining 2018-06-06 13:05:39 -07:00
Michael Schurter
b20a0c4118 agent: global logger should use the same flags
Prior to this change logs from the global logger only used seconds:

```
2018/06/06 18:25:58 http: TLS handshake error from ...
```

After this change they properly use the microseconds flag:

```
2018/06/06 18:39:50.702447 http: TLS handshake error ...
```

They still lack a log level unfortunately.
2018-06-06 11:40:08 -07:00