This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 29 Aug, 2017 13 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
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
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix logs/fs commands
-
Alex Dadgar authored
-
Alex Dadgar authored
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
-
- 28 Aug, 2017 27 commits
-
-
Michael Schurter authored
Nomad 0.6.1
-
Michael Schurter authored
-
Michael Schurter authored
Welcome to the brave new world
-
Michael Schurter authored
Just run go install until we fix tests on Windows
-
Michael Schurter authored
Vendor missing windows dep
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Alex Dadgar authored
Document new status command
-
Alex Dadgar authored
This PR documents the new status and job status command.
-
Michael Schurter authored
Committing generated code to help ensure reproducible builds.
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
Fix TLS support in api pkg / cli
-
Michael Schurter authored
-
Michael Schurter authored
- No need to for a pointer to a pointer - Properly set and use QueryOptions.Region
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
If MaxParallel == 0 default limit to count
-
Alex Dadgar authored
All context should use string context "all"
-
Michael Schurter authored
Squelch logspam when unable to get disk usage stats
-
Alex Dadgar authored
Automatically install autocomplete for Nomad getting started guide
-
Alex Dadgar authored
Describe the all parameter when listing job allocs
-
Michael Schurter authored
To reproduce logspam: ``` $ docker plugin install --grant-all-permissions vieux/sshfs $ nomad agent -dev ... 2017/08/25 17:09:03.282868 [WARN] client: error fetching host disk usage stats for /var/lib/docker/plugins/a8b4a69b07e5180f828d19e1e9e102ccc0e26f9c9939eaef85357260c30b20a7/rootfs/mnt/volumes: permission denied ... repeats every collection period ... ```
-
Michael Schurter authored
Fixes #3013 It's a little weird that Client now has a method for returning a NewClient, but it's a convenient way to dedupe the logic to connect-directly-to-a-node which is nontrivial and had sutble differences between locations.
-
Alex Dadgar authored
This PR moves creating the API client into the returned predict function. The creation of the client causes a lookup of all the system certificates and doing that for each command on mac was extremely slow.
-