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.
- 06 Dec, 2018 4 commits
-
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
The previous integration test was broken during the client refactor, and it seems to be some sort of race with state updating. I'm going to try and construct a replacement test as part of work on performance, but for now, the underlying behaviour is still being tested.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
- 05 Dec, 2018 4 commits
-
-
Alex Dadgar authored
Fix various bugs with task events
-
Alex Dadgar authored
Fixes the following: * Emitting events when the task fails to start * Don't double emit events on task shutdown (nomad stop) * Don't emit a OOM kill metric unless actually OOM'd
-
Mahmood Ali authored
server/vault: Lock Vault expiration tracking
-
Mahmood Ali authored
tests: fix rkt tests
-
- 04 Dec, 2018 9 commits
-
-
Mahmood Ali authored
The rkt command itself needs an environment with PATH set to find iptables.
-
Preetha authored
Add guards around subtracting summary count
-
Mahmood Ali authored
Also update the new recommended `nomad job` subcommands
-
Dan Brown authored
* Add Nomad RA * Add deployment guide and nav * Deployment Guide update * Minor typo fixes * Update diagrams * Fixes for review * Link fixes and typo fix * Edits following review - Update image text from "zone" to "datacenter" to match Nomad terminology - Clean up text based on Preetha's feedback * Text updates Based on feedback from Rob * Update diagrams * fixing spelling * Add suggestions from Preetha and Omar
-
Mahmood Ali authored
-
Mahmood Ali authored
WaitForResult expects body to fail and retries few times before giving up. Assertions inside the testfn body causes it to terminate abruptly without retrying.
-
Mahmood Ali authored
`currentExpiration` field is accessed in multiple goroutines: Stats and renewal, so needs locking. I don't anticipate high contention, so simple mutex suffices.
-
Mahmood Ali authored
When `t.Parallel()` is used inside a `t.Run()` sub-set, the closure doesn't behave as expected, and some cases effectively get skipped. More details can be found in https://gist.github.com/posener/92a55c4cd441fc5e5e85f27bca008721
-
Mahmood Ali authored
-
- 03 Dec, 2018 4 commits
-
-
Danielle Tomlinson authored
Third Party Driver Plugins Support
-
Michael Schurter authored
no need to double the work
-
Preetha Appan authored
-
Mahmood Ali authored
libcontainer already manages `/dev`, overriding task_dir - so let's use it for `/proc` as well and remove deadcode.
-
- 01 Dec, 2018 6 commits
-
-
githubfoam authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
this allows us to drop a cyclical import, but is subobptimal as it requires BaseDriver tests to move. This falls firmly into the realm of being a hack. Alternatives welcome.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
This removes a cyclical dependency when importing client/structs from dependencies of the plugin_loader, specifically, drivers. Due to client/config also depending on the plugin_loader. It also better reflects the ownership of fingerprint structs, as they are fairly internal to the fingerprint manager.
-
Mahmood Ali authored
Batch update for the PRs I recently merged.
-
- 30 Nov, 2018 13 commits
-
-
Omar Khawaja authored
-
Danielle Tomlinson authored
Refactor and repackage client/driver
-
Mahmood Ali authored
Use user provided image name to launch container
-
Mahmood Ali authored
Support bind and tmpfs docker mounts
-
Michael Schurter authored
Co-Authored-By:
notnoop <mahmood@notnoop.com>
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
With the introduction of driver plugins, we're temporarily relying on _run time validation_ of driver configurations, rather than submission time.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-