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.
- 14 Aug, 2017 2 commits
-
-
Alex Dadgar authored
build: Apply goimports formatting to various files
-
James Nugent authored
The following files were not formatted as the output of goimports(1) would create, causing the goimports linter to fail: command/agent/resources_endpoint.go nomad/resources_endpoint.go nomad/resources_endpoint_test.go
-
- 12 Aug, 2017 6 commits
-
-
Alex Dadgar authored
Fix number of primary nouns in Nomad
-
Hynek Schlawack authored
-
Michael Schurter authored
TLS Guide
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Thanks @jvoorhis!
-
- 11 Aug, 2017 12 commits
-
-
Michael Schurter authored
Vendor vault test deps
-
Alex Dadgar authored
Updated AWS fingerprint test for ami-id
-
Michael Schurter authored
This is a weird one because `make bootstrap` does a `go get vault` so CI never fails due to missing Vault dependencies. However developer machines will have whatever version of vault they grabbed last time they bootstrapped a new dev environment. This can lead to surprising build issues and different devs testing slightly different code. So let's vendor all test deps to try to keep the Nomad repo self-contained.
-
Alex Dadgar authored
Fix documentation bug on json jobs
-
Alex Dadgar authored
-
Alex Dadgar authored
Added dnsoptions to the docker driver
-
Alex Dadgar authored
-
Charlie Voiselle authored
In https://github.com/hashicorp/nomad/pull/2999, I changed ami-id to non-unique. This updates the test to reflect that.
-
Jan De Cooman authored
-
Nicolae Vlădescu authored
-
Nicolae Vlădescu authored
Fix documentation bug: distinct_host -> distinct_hosts
-
Jan De Cooman authored
-
- 10 Aug, 2017 15 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Unmount task directories when alloc is terminal
-
Alex Dadgar authored
This PR unmounts directories from tasks when the alloc is terminal rather than when it is garbage collected. /cc @angrycub
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix alloc health with checks using interpolation
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Template emits events explaining why it is blocked
-
Alex Dadgar authored
-
Chelsea Komlo authored
Migrate nomad status to nomad job status
-
Alex Dadgar authored
AMI ID is potentially non-unique
-
Alex Dadgar authored
Code highlighting
-
Adam Matan authored
-
Jan De Cooman authored
-
Alex Dadgar authored
This PR does the following: * Adds a mechanism to emit events in the TaskRunner * Vendors a new version of Consul-Template that allows extraction of missing dependencies * Adds logic to our consul_template.go to determine missing events and emit them in a batched fashion. * Refactors the consul_template code to split the run method and take in a config struct rather than many parameters. Fixes https://github.com/hashicorp/nomad/issues/2578
-
- 09 Aug, 2017 5 commits
-
-
Alex Dadgar authored
-
Charlie Voiselle authored
Changed the keys map to reflect that.
-
Chelsea Holland Komlo authored
-
Jan De Cooman authored
-
Jan De Cooman authored
-