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.
- 17 Mar, 2017 3 commits
-
-
Alex Dadgar authored
-
Michael Schurter authored
Mention #2361 in upgrade notes.
-
Michael Schurter authored
-
- 16 Mar, 2017 4 commits
-
-
Alex Dadgar authored
build: Add Vault as an external test dependency
-
Alex Dadgar authored
deps: Update github.com/shirou/gopsutil/...
-
Michael Schurter authored
Fix test deadlock due to alloc runner not running
-
Michael Schurter authored
Don't actualy call AllocRunner.Run() because that executes so much unneeded code for this test. Manually close the waitCh to simulate Run() exiting.
-
- 15 Mar, 2017 10 commits
-
-
James Nugent authored
This adds support for Illumos for memory and host information, which allows the fingerprinting tests to pass. It also contains fixes for FreeBSD.
-
Sean Chittenden authored
-
Alex Dadgar authored
-
Seth Vargo authored
Broken things fixed
-
Seth Vargo authored
-
Seth Vargo authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Seth Vargo authored
-
Michael Schurter authored
-
- 14 Mar, 2017 20 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
F arm misc
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR: * Uses Go 1.8 executable lookup * Stores any err message from stats init method * Allows overriding of Cpu Compute for hosts where it can't be detected
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Limit parallelism during garbage collection
-
Alex Dadgar authored
-
Michael Schurter authored
Replace `_` with `-` in task names for rkt volumes
-
Alex Dadgar authored
Skip inplace update on terminal batch allocation
-
Michael Schurter authored
Fix #2445
-
Christian Winther authored
Close #2445 - typo in docs
-
Michael Schurter authored
-
Michael Schurter authored
[needs testing] make bin creates a release binary for the host arch
-
- 13 Mar, 2017 3 commits
-
-
James Nugent authored
Vault is required for the fingerprinting tests but is not currently installed by the build process. This commit adds a new category of external tools for test dependencies and `go get`'s them during the bootstrap. We also fix the syntax of the Makefile to use tabs throughout.
-
Alex Dadgar authored
deps: Update github.com/shirou/gopsutil
-
Michael Schurter authored
Return AgentSelf struct from Agent.Self() instead of map
-