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.
- 18 Apr, 2018 7 commits
-
-
Michael Schurter authored
Add redirects from /docs/ -> /guides/ and update old redirects to point to the new location.
-
Michael Schurter authored
tests: fix race in alloc_runner_test.go
-
Michael Schurter authored
Document job telemetry from #3467
-
Preetha authored
Typo fix on a link
-
Charlie Voiselle authored
Fix typos in example commands
-
Laura Uva authored
-
Michael Schurter authored
I could not reproduce the failure locally even with `stress -cpu ...` eating all the cpu it could on my machine. But I think the race was in one of two places: * The task could restart which could create new events * I think there could be a race between the updater's version of events and alloc runners as updates are async I fixed both. Here's hoping that fixes this flaky test.
-
- 17 Apr, 2018 13 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Lange authored
UI: Fix a couple flaky tests
-
Daniele Valeriani authored
-
Michael Lange authored
This is now necessary in mirage 0.4
-
Michael Lange authored
-
Michael Lange authored
Somehow this controller code runs sometimes when the existing jobs are dematerializing. This makes this.get('model') and array of null
-
Michael Lange authored
Faker hacker nouns can sometimes be two words.
-
Alex Dadgar authored
Fixes races accessing node and updating it during fingerprinting
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
B 2117 windows group process
-
Chelsea Holland Komlo authored
-
- 16 Apr, 2018 13 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
-
Rob Genova authored
tf: Update to Nomad 0.8, Consul 1.0.7, and Vault 0.10
-
Alex Dadgar authored
Fix consul download url in Vagrant demo
-
Alex Dadgar authored
Improve CPU core detection in Vagrantfile
-
Alex Dadgar authored
[Docs] Update output message of `nomad node status`
-
Peter Dave Hello authored
-
Peter Dave Hello authored
Use single `grep` with `^` condition instead of `grep` + `cat` + `wc`
-
Peter Dave Hello authored
This issue was introduced in 07cbe23b ``` $ curl -I https://releases.hashicorp.com/consul/1.0.0/consul_1.0.7_linux_amd64.zip curl: (22) The requested URL returned error: 403 Forbidden $ curl -I https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_linux_amd64.zip HTTP/1.1 200 OK Cache-Control: max-age=31536000, stale-white-revalidate=86400, stale-if-error=604800, public Content-Disposition: attachment Last-Modified: Fri, 13 Apr 2018 17:21:08 GMT ETag: "c5ed9baed01b2b3e52a7ecb9850cecc6" Content-Type: application/zip Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: sameorigin Content-Length: 12317246 Accept-Ranges: bytes Date: Mon, 16 Apr 2018 07:04:47 GMT Connection: keep-alive ```
-
- 15 Apr, 2018 1 commit
-
-
Rob Genova authored
-
- 14 Apr, 2018 2 commits
-
-
Fabien Ninoles authored
-
Fabien Ninoles authored
- Set CREATE_NEW_PROCESS_GROUP for Windows subprocess. - Ensure we only kill actual process that need to.
-
- 13 Apr, 2018 4 commits
-
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
Create new process group on process startup.
-
Michael Schurter authored
docs: fix broken links
-