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.
- 19 Jul, 2018 1 commit
-
-
Michael Schurter authored
-
- 18 Jul, 2018 1 commit
-
-
Alex Dadgar authored
-
- 17 Jul, 2018 11 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
Restoring calls NewAR -> Restore -> Run NewAR now calls NewTR AR.Restore calls TR.Restore AR.Run calls TR.Run
-
Michael Schurter authored
-
Alex Dadgar authored
Implement lifecycle hooks on the task runner
-
Alex Dadgar authored
-
Alex Dadgar authored
Hook renames
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 16 Jul, 2018 2 commits
-
-
Alex Dadgar authored
Template hook
-
Alex Dadgar authored
-
- 13 Jul, 2018 3 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Basic Vault hook
-
Alex Dadgar authored
-
- 12 Jul, 2018 1 commit
-
-
Alex Dadgar authored
-
- 11 Jul, 2018 8 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
All of this just to get something faster than md5... yeesh.
-
Michael Schurter authored
splits apart local and remote persistence removes some locking *for now*
-
Michael Schurter authored
-
Michael Schurter authored
-
- 10 Jul, 2018 13 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
All hooks only need to be run once. Since only one hook can fail per run there's no need to track errors on a per hook basis.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
I think I like this pattern better as some Config vals are mutable (Alloc) and some aren't and some are used to derive other values and never used directly. Promoting them onto the TR struct is a little more work but is hopefully more clear as to how each value is used.
-
Michael Schurter authored
Tons left to do and lots of churn: 1. No state saving 2. No shutdown or gc 3. Removed AR factory *for now* 4. Made all "Config" structs local to the package they configure 5. Added allocID to GC to avoid a lookup Really hating how many things use *structs.Allocation. It's not bad without state saving, but if AllocRunner starts updating its copy things get racy fast.
-
Michael Schurter authored
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Lange authored
UI: Refactor breadcrumbs
-
Michael Lange authored
UI: Codify common mirage scenarios and make it easy to switch between
-
Michael Lange authored
-