Commit Graph

8479 Commits

Author SHA1 Message Date
Clint Armstrong 7e35ab6abb fix logging re-init 2017-08-30 12:36:31 -04:00
Alex Dadgar 6aaffa30f0 vendor template 2017-08-29 16:57:40 -07:00
Alex Dadgar 7b0f46d1cb Merge pull request #3129 from hashicorp/b-zsh-complete
Fix path completions on zsh
2017-08-29 16:50:47 -07:00
Alex Dadgar ed6bfc132c changelog 2017-08-29 16:50:27 -07:00
Alex Dadgar 3fceafe2b6 Fix path completions on zsh
This PR fixes autocompletion of paths that include folders on zsh.
2017-08-29 16:39:44 -07:00
Alex Dadgar f5c5362e54 Merge pull request #3124 from hashicorp/b-windows-binary-missing-extension
Add .exe file extensions for windows builds
2017-08-29 16:23:18 -07:00
Alex Dadgar 732ef37c3f Merge pull request #3128 from hashicorp/d-all-at-once
Clarify all_at_once parameter
2017-08-29 16:21:07 -07:00
Alex Dadgar feace39196 Clarify all_at_once parameter
Fixes https://github.com/hashicorp/nomad/issues/3125
2017-08-29 16:20:28 -07:00
Alex Dadgar fa7554bd47 changelog 2017-08-29 16:12:44 -07:00
Alex Dadgar 96e226f1ee Merge pull request #3127 from hashicorp/b-tls-api
Fix TLSServerName for Node API Client
2017-08-29 16:10:58 -07:00
Alex Dadgar 4c498b16c0 Merge branch 'b-tls-api' of github.com:hashicorp/nomad into b-tls-api 2017-08-29 16:10:14 -07:00
Alex Dadgar c5a9e5caca Address feedback 2017-08-29 16:09:53 -07:00
Alex Dadgar 3918fd6fc5 Update README.md 2017-08-29 15:50:52 -07:00
Alex Dadgar 7f7482efd5 Add readmes 2017-08-29 15:49:39 -07:00
Alex Dadgar d7354c0c73 tls cluster 2017-08-29 14:33:19 -07:00
Alex Dadgar 93add81844 Check for errors initializing client for autocomplete 2017-08-29 14:29:32 -07:00
Alex Dadgar 602cce5c21 Node Client doesn't share HTTP client 2017-08-29 14:22:11 -07:00
Chelsea Holland Komlo 81f6f1be69 add .exe file extensions for windows builds 2017-08-29 19:15:55 +00:00
Alex Dadgar 9f5c46f119 Fix TLSServerName for Node API Client
This PR fixes the construction of the TLSServerName when connecting to a
node that has TLS enabled and adds tests for all possible permutations.

Fixes https://github.com/hashicorp/nomad/issues/3013
2017-08-29 11:11:19 -07:00
Chelsea Komlo a544ee89e1 Merge pull request #3119 from jippi/patch-3
Error message for search API does not include the "all" option
2017-08-29 13:23:44 -04:00
Alex Dadgar 6a55596f90 changelog 2017-08-29 10:19:31 -07:00
Alex Dadgar 4b4e6ffa6a Merge pull request #3120 from hashicorp/b-multi-match
Fix exact job match when prefix of other job
2017-08-29 10:15:48 -07:00
Alex Dadgar eaefca0a71 bump down version 2017-08-29 10:13:09 -07:00
Alex Dadgar 708393da68 Merge pull request #3122 from hashicorp/b-even-uuids
status commands handle uuid prefixes with hyphens
2017-08-29 10:10:43 -07:00
Alex Dadgar f99b13c141 add prefix tests 2017-08-29 10:09:30 -07:00
Alex Dadgar 52fa3396e7 use helper 2017-08-29 10:04:02 -07:00
Alex Dadgar 242d7794b6 respond to comments 2017-08-29 09:46:14 -07:00
Alex Dadgar 8c1573642d status commands handle uuid prefixes with hyphens 2017-08-29 09:43:28 -07:00
Alex Dadgar 92dc3d3857 Fix even length uuid post hyphen 2017-08-29 09:21:18 -07:00
Alex Dadgar cd613dfaa5 Status honors exact match and displays matches when more than one is available 2017-08-29 08:42:09 -07:00
Christian Winther e4a72782c7 Error message for search API does not include the "all" option 2017-08-29 15:41:21 +02:00
Alex Dadgar 25128c0b67 bump version 2017-08-28 22:50:00 -07:00
Alex Dadgar 77e694774b
Release v0.6.2 2017-08-28 22:36:59 -07:00
Alex Dadgar c0802f0f1e bump version 2017-08-28 22:30:22 -07:00
Alex Dadgar b94d0e4b08 fix zip structure 2017-08-28 22:29:49 -07:00
Alex Dadgar 65a6d3047a Merge pull request #3116 from hashicorp/b-fix-fs
Fix logs/fs commands
2017-08-28 22:26:25 -07:00
Alex Dadgar 582fd8edda changelog 2017-08-28 22:24:53 -07:00
Alex Dadgar 7af98ee57c Fix logs/fs commands
This PR fixes an assignment to a nil map in the api pkg related to
accessing logs and the filesystem of allocations.

Fixes https://github.com/hashicorp/nomad/issues/3115
2017-08-28 22:21:54 -07:00
Michael Schurter df88205d74 Merge pull request #3114 from hashicorp/f-release-0.6.1
Nomad 0.6.1
2017-08-28 16:29:03 -07:00
Michael Schurter 468c8adfc2 Nomad 0.6.1 2017-08-28 16:26:27 -07:00
Michael Schurter ad9c80e285 Merge pull request #3110 from hashicorp/f-commit-generated
Welcome to the brave new world
2017-08-28 16:23:29 -07:00
Michael Schurter b3b0d62017 Merge pull request #3113 from hashicorp/f-have-appveyor-run-install
Just run go install until we fix tests on Windows
2017-08-28 16:18:25 -07:00
Michael Schurter 934583655a Merge pull request #3112 from hashicorp/b-vendor-windows-dep
Vendor missing windows dep
2017-08-28 16:17:02 -07:00
Michael Schurter affff6f980 Just run go install until we fix tests on Windows 2017-08-28 16:16:37 -07:00
Michael Schurter 985f571c37 Vendor missing windows dep 2017-08-28 16:13:48 -07:00
Michael Schurter d60b625430 Add #3108 to changelog 2017-08-28 16:13:20 -07:00
Alex Dadgar 7867310809 Merge pull request #3111 from hashicorp/d-status
Document new status command
2017-08-28 16:11:01 -07:00
Alex Dadgar ac2e20d511 Document new status command
This PR documents the new status and job status command.
2017-08-28 16:05:58 -07:00
Michael Schurter 28e9fa73f6 Welcome to the brave new world
Committing generated code to help ensure reproducible builds.
2017-08-28 15:51:18 -07:00
Alex Dadgar 19cee09320 Merge branch 'master' of github.com:hashicorp/nomad 2017-08-28 15:45:55 -07:00