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.
- 28 Aug, 2017 21 commits
-
-
Michael Schurter authored
-
Alex Dadgar authored
Document new status command
-
Alex Dadgar authored
This PR documents the new status and job status command.
-
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.
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
@chelseakomlo heads up on this change
-
- 26 Aug, 2017 1 commit
-
-
Alex Dadgar authored
-
- 25 Aug, 2017 18 commits
-
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Get status of deployment via status cli command
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Status autocomplete
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Add HTTP documentation for search api
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
fixups from code review
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
defaults to listing jobs if no id is provided
-
Chelsea Holland Komlo authored
-