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.
- 15 Sep, 2017 8 commits
-
-
Armon Dadgar authored
-
Armon Dadgar authored
-
Armon Dadgar authored
-
Armon Dadgar authored
-
Armon Dadgar authored
-
Michael Schurter authored
Alloc.{GetAlloc,List} ACL enforcement
-
Michael Schurter authored
-
Michael Schurter authored
-
- 14 Sep, 2017 25 commits
-
-
Chelsea Komlo authored
Add job endpoint ACL
-
Alex Dadgar authored
Fix batch handling of complete allocs/node drains
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes: * An issue in which a node-drain that contains a complete batch alloc would cause a replacement * An issue in which allocations with the same name during a scale down/stop event wouldn't be properly stopped. * An issue in which batch allocations from previous job versions may not have been stopped properly. Fixes https://github.com/hashicorp/nomad/issues/3210
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Worker waits til max ModifyIndex across EvalsByJob
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes a scheduling race condition in which the plan results from one invocation of the scheduler were not being considered by the next since the Worker was not waiting for the correct index. Fixes https://github.com/hashicorp/nomad/issues/3198
-
Alex Dadgar authored
Sort /v1/agent/servers output
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR sorts the output of the endpoint since its results are used as part of Consul checks to avoid the value changing unnecessarily. Fixes https://github.com/hashicorp/nomad/issues/3211
-
Alex Dadgar authored
Non-locked accessors to common Node fields
-
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
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Adding missing <
-
Alex Dadgar authored
Deployment.GetDeployment ACL enforcement
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 13 Sep, 2017 7 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
-