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.
- 13 Oct, 2017 17 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
sync
-
Alex Dadgar authored
-
Michael Schurter authored
base64 migrate token
-
Alex Dadgar authored
-
Michael Schurter authored
Allow Node.SecretID for Node.GetNode and Allocs.GetAlloc
-
Michael Schurter authored
Nodes before 0.5 did not have a SecretID. Since SecretID is now a required field and 0.4.x is >2 point releases ago, drop support for it.
-
Michael Schurter authored
HTTP header values must be ASCII. Also constant time compare tokens and test the generate and compare helper functions.
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Remove AllocID from ExecutorContext
-
Michael Schurter authored
-
Alex Dadgar authored
Fix typo: job -> task
-
Adam Stankiewicz authored
-
Adam Stankiewicz authored
-
Michael Lange authored
UI for Namespaces (enterprise only)
-
Michael Schurter authored
-
- 12 Oct, 2017 23 commits
-
-
Michael Schurter authored
SecretID -> AuthToken
-
Michael Schurter authored
An auth token is required if ACLs are enabled
-
Michael Schurter authored
-
Alex Dadgar authored
Fix sorting of job versions
-
Alex Dadgar authored
Permission denied results in 403
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Link to the Sentinel docs from the guide
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes an issue in which the versions were improperly sorted which would cause pruning of the wrong job version. This essentially meant that job versions above 255 would be dropped from the job version table (note this was due to the prefix walk crossing from the 1-byte to 2-byte threshold). Fixes https://github.com/hashicorp/nomad/issues/3357
-
Michael Lange authored
Allow users to escape error pages with the back button
-
Rob Genova authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Schurter authored
Don't panic on unexpeced Consul response
-
Alex Dadgar authored
UI command documentation
-
Alex Dadgar authored
-
Michael Schurter authored
Prefix Search ACL enforcement
-
Michael Schurter authored
Fixes #3326
-