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.
- 20 Dec, 2018 4 commits
-
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
-
Nick Ethier authored
ci: use gotestsum for running tests
-
- 19 Dec, 2018 36 commits
-
-
Michael Schurter authored
client: assert alloc status updates work
-
Michael Schurter authored
Support upgrading state from
-
Michael Schurter authored
Re-enabling and updating an old test. Able to cut out a ton of extra work by using WaitForRunning which does almost everything this test needs.
-
Omar Khawaja authored
-
Michael Schurter authored
Fixes TestClient_SaveRestoreState
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
And add a test
-
Michael Schurter authored
Unfortunately I don't know how to test these errors. As far as I can tell they should only happen if there was a programming error in the upgrade code or the underlying boltdb was corrupted somehow.
-
Michael Schurter authored
-
Michael Schurter authored
Also persist and load DeploymentStatus to avoid rechecking health after client restarts.
-
Michael Schurter authored
* Prefix task bucket with task- to prevent name conflicts * Shorten device manager bucket name * Remove commented out outdated var * Update layout comment
-
Michael Schurter authored
They did not take into account the Env field.
-
Danielle Tomlinson authored
allocrunner: Close updates routine correctly
-
Danielle Tomlinson authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
acl: Add support for globbing namespaces
-
Danielle Tomlinson authored
-
Nick Ethier authored
client driver manager
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
drivermanager: fix pr comments/feedback
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
The driver manager is modeled after the device manager and is started by the client. It's responsible for handling driver lifecycle and reattachment state, as well as processing the incomming fingerprint and task events from each driver. The mananger exposes a method for registering event handlers for task events that is used by the task runner to update the server when a task has been updated with an event. Since driver fingerprinting has been implemented by the driver manager, it is no longer needed in the fingerprint mananger and has been removed.
-
Alex Dadgar authored
Add plugin API versioning to plugin loader and plugins
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-