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.
- 11 Jan, 2019 5 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes various instances of plugins being launched without using the parent loggers. This meant that logs would not all go to the same output, break formatting etc.
-
Mahmood Ali authored
Re-enable client and java skipped tests
-
- 10 Jan, 2019 14 commits
-
-
Preetha authored
Remove unnecessary usage of alloc.Resource
-
Preetha authored
Docs for spread stanza
-
Preetha Appan authored
-
Preetha authored
Oxford comma in variable interpolation summary
-
Preetha Appan authored
-
Brian Lalor authored
This improves the readability of this section.
-
Mahmood Ali authored
WaitForRunning risks a race condition where the allocation succeeds and completes before WaitForRunning is called (or while it is running). Here, I made the behavior match the function documentation. I considered making it stricter, but callers need to account for allocation terminating immediately after WaitForRunning terminates anyway.
-
Mahmood Ali authored
tests: remove tests for unsupported features
-
Preetha Appan authored
-
Preetha Appan authored
-
Mahmood Ali authored
With switching to driver plugins, driver validation is quite tricky and we need to do some design thinking before supporting it against.
-
Mahmood Ali authored
-
Mahmood Ali authored
ignore _JAVA_OPTIONS line in `java -version`, as it's relevant.
-
Mahmood Ali authored
-
- 09 Jan, 2019 16 commits
-
-
Chris Baker authored
added validation on client metadata keys
-
Alex Dadgar authored
Improve Kill handling on task runner
-
Alex Dadgar authored
-
Michael Schurter authored
Co-Authored-By:
dadgar <alex@hashicorp.com>
-
Chris Baker authored
-
Chris Baker authored
-
Michael Schurter authored
drain: fix node drain monitoring
-
Mahmood Ali authored
tests: run docker tests in macOS out of box
-
Mahmood Ali authored
Extract LXC from nomad
-
Mahmood Ali authored
drivers: avoid referencing client/structs package
-
Michael Schurter authored
Add another task events e2e test and fix test helper
-
Mahmood Ali authored
Fix a panic on node.Deregister fail
-
Mahmood Ali authored
-
Mahmood Ali authored
Fix Travis MacOS job
-
Alex Dadgar authored
This PR improves how killing a task is handled. Before the kill function directly orchestrated the killing and was only valid while the task was running. The new behavior is to mark the desired state and wait for the task runner to converge to that state.
-
Mahmood Ali authored
node.NodeResources is nil when operating against pre-0.9.
-
- 08 Jan, 2019 5 commits
-
-
Danielle Tomlinson authored
vendor: Update go-plugin
-
Michael Schurter authored
-
Michael Schurter authored
Before it was *exactly* N nodes which limited test portability between clusters.
-
Chris Baker authored
validation in the future
-
Chris Baker authored
config dir clarification
-