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.
- 02 Dec, 2016 1 commit
-
-
Michael Schurter authored
The Driver.Prestart method currently does very little but lays the foundation for where lifecycle plugins can interleave execution _after_ task environment setup but _before_ the task starts. Currently Prestart does two things: * Any driver specific task environment building * Download Docker images This change also attaches a TaskEvent emitter to Drivers, so they can emit events during task initialization.
-
- 01 Dec, 2016 5 commits
-
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Disallow stale queries when deriving Vault tokens
-
Alex Dadgar authored
This PR disallows stale queries when deriving a Vault token. Allowing stale queries could result in the allocation not existing on the server that is servicing the request.
-
Diptanu Choudhury authored
Make errors starting a container recoverable
-
- 30 Nov, 2016 4 commits
-
-
Alex Dadgar authored
This PR makes errors starting a container recoverable and tries to optimistically handle 500 errors.
-
Diptanu Choudhury authored
Returning a container if it exists instead of creating a new one
-
Diptanu Choudhury authored
-
Michael Schurter authored
-
- 29 Nov, 2016 9 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Correct a grammar typo
-
Alex Dadgar authored
-
julienlevasseur authored
a "the a" was still on text, certainly after an hesitation from author. Keep the "a" form, as it's more general.
-
Diptanu Choudhury authored
Ensuring allocs are not added multiple times to blocking queue
-
Diptanu Choudhury authored
-
Diptanu Choudhury authored
Fixes an issue with purging containers with the same name Nomad is tr…
-
Diptanu Choudhury authored
-
- 28 Nov, 2016 16 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fixes #2025
-
Michael Schurter authored
-
Michael Schurter authored
I forgot to validate the volumes field!
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes race on StreamFramer Destroy
-
Alex Dadgar authored
-
Alex Dadgar authored
Improve parsing of job struct
-
Alex Dadgar authored
Log when lookup in docker.auth.config fails
-
Alex Dadgar authored
-
Alex Dadgar authored
Make container exist errors non-retriable
-
Michael Schurter authored
Use net.JoinHostPort instead of fmt.Sprintf
-
Michael Schurter authored
-
Michael Schurter authored
Using fmt.Sprintf breaks IPv6 addresses.
-
- 26 Nov, 2016 1 commit
-
-
Alex Dadgar authored
This change makes it so that the task runner does not retry container exists errors and also a sleep is added on the local retry.
-
- 24 Nov, 2016 1 commit
-
-
Gábor Lipták authored
-
- 23 Nov, 2016 1 commit
-
-
Gábor Lipták authored
-
- 22 Nov, 2016 2 commits
-
-
Diptanu Choudhury authored
(bug)Fix error message. Pass on template args
-
Ranjib Dey authored
-