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.
- 14 Sep, 2017 6 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR removes locking around commonly accessed node attributes that do not need to be locked. The locking could cause nodes to TTL as the heartbeat code path was acquiring a lock that could be held for an excessively long time. An example of this is when Vault is inaccessible, since the fingerprint is run with a lock held but the Vault fingerprinter makes the API calls with a large timeout. Fixes https://github.com/hashicorp/nomad/issues/2689
-
Alex Dadgar authored
Adding missing <
-
Alex Dadgar authored
Deployment.GetDeployment ACL enforcement
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 13 Sep, 2017 24 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix UUID search with hyphens
-
Chelsea Komlo authored
Prometheus metrics
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Add ACL Bootstrap CLI
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix restoration of stopped periodic jobs
-
Alex Dadgar authored
sync acls
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes: * UUID lookup with hyphens and odd length. The math was wrong. There is now a test that ranges over all possible values. * Fixes an unreported issue that could be hit when a job has more than 4 hyphens in it as UUID lookup doesn't allow that. Fixes https://github.com/hashicorp/nomad/issues/3141
-
Alex Dadgar authored
-
Simone Sciarrati authored
Missing < for the TaskGroup
-
- 12 Sep, 2017 7 commits
-
-
Alex Dadgar authored
This PR fixes an issue in which we would add a stopped periodic job to the periodic launcher.
-
Charlie Voiselle authored
-
Michael Lange authored
Update the ACL guide description
-
Michael Lange authored
Now it's about ACLs instead of outage recovery.
-
Michael Schurter authored
Fix permissions of $GOPATH in Vagrantfile
-
Chelsea Komlo authored
Vendor blake2b to allow for building on x386 architecture
-
Michael Schurter authored
Technically just the true->false is needed. The `chown -R` was a first attempt that didn't fix the bug, but it's a nice simplification.
-
- 11 Sep, 2017 3 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-