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.
- 01 Apr, 2019 1 commit
-
-
Preetha Appan authored
All allocation stats are routable from the server
-
- 31 Mar, 2019 1 commit
-
-
Preetha Appan authored
-
- 30 Mar, 2019 3 commits
-
-
Mahmood Ali authored
Convert all cpu and memory usage fields regardless of stated measured fields, and handle swap fields
-
Mahmood Ali authored
-
Mahmood Ali authored
Fix a case where TotalTicks doesn't get serialized across executor grpc calls. Here, I opted to implicit add field, rather than explicitly mark it as a measured field, because it's a derived field and to preserve 0.8 behavior where total ticks aren't explicitly marked as a measured field.
-
- 29 Mar, 2019 7 commits
-
-
Michael Schurter authored
docker: restore pre-0.9 container names
-
Michael Schurter authored
As far as I can tell Nomad itself does not use the container name after container creation, so this should be safe. OP: https://groups.google.com/d/topic/nomad-tool/kYkyERfVRXE/discussion v0.8.7 code: https://github.com/hashicorp/nomad/blob/v0.8.7/client/driver/docker.go#L1530-L1531
-
Jeff Mitchell authored
-
Jeff Mitchell authored
* Divest api/ package of deps elsewhere in the nomad repo. This will allow making api/ a module without then pulling in the external repo, leading to a package name conflict. This required some migration of tests to an apitests/ folder (can be moved anywhere as it has no deps on it). It also required some duplication of code, notably some test helpers from api/ -> apitests/ and part (but not all) of testutil/ -> api/testutil/. Once there's more separation and an e.g. sdk/ folder those can be removed in favor of a dep on the sdk/ folder, provided the sdk/ folder doesn't depend on api/ or /. * Also remove consul dep from api/ package * Fix stupid linters * Some restructuring
-
Preetha authored
docs: mention support for centos6 is dropped
-
Preetha authored
Fix json parsing bug with plugins that don't provide args
-
Preetha Appan authored
-
- 28 Mar, 2019 3 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
This fixes a bug with JSON agent configuration parsing where the AST for the plugin stanza had unnecessary flattening originating from hcl parsing library. The workaround fixes the AST by popping off the flattened element and wrapping it in a list. The workaround comes from similar code in terraform. There were no existing test cases for json parsing so I added a few.
-
Preetha authored
Use specific url prefix for metrics test
-
- 27 Mar, 2019 3 commits
-
-
Michael Schurter authored
-
Preetha Appan authored
Also changed the output to show client node IP addresses
-
Michael Schurter authored
Fixup mixed tabs in script for Vagrantfile demo
-
- 26 Mar, 2019 3 commits
-
-
Brian Cain authored
This commit replaces a hard tab with two spaces to match the intendation of the rest of the defined script
-
Preetha authored
minor fixes to spread stanza documentation
-
Preetha Appan authored
-
- 25 Mar, 2019 3 commits
-
-
Mahmood Ali authored
-
Michael Schurter authored
tests: port pre-0.9 task env tests
-
Michael Schurter authored
I chose to make them more of integration tests since there's a lot more plumbing involved. The internal implementation details of how we craft task envs can now change and these tests will still properly assert the task runtime environment is setup properly.
-
- 22 Mar, 2019 6 commits
-
-
Mahmood Ali authored
test: properly skip client state in beforeall
-
Mahmood Ali authored
release: skip check step when cutting release
-
Preetha Appan authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
- 21 Mar, 2019 10 commits
-
-
Nomad Release bot authored
-
Mahmood Ali authored
Now `prerelease` no longer requires linters
-
Mahmood Ali authored
`make check` runs very intensive linters that slow and seem to behave differently on different machines. Linting is still a part of our CI and we shouldn't be cutting a release when CI isn't green anyway.
-
Mahmood Ali authored
-
Mahmood Ali authored
client/logmon: restart log collection correctly when a task is restarted
-
Mahmood Ali authored
-
Preetha authored
Prometheus metrics for the e2e environment
-
Preetha Appan authored
-
Michael Schurter authored
Test state corruption
-
Michael Schurter authored
-