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.
- 09 Aug, 2019 10 commits
-
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle authored
Co-Authored-By:
Mahmood Ali <mahmood@hashicorp.com>
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
- 08 Aug, 2019 7 commits
-
-
Preetha authored
Add field "kind" to task for use in connect tasks
-
Nick Ethier authored
Revert CNI auto-download
-
Nick Ethier authored
This reverts commit 0bd157cc.
-
Nick Ethier authored
This reverts commit 54ce4d1f.
-
defau1t authored
-
Buck Doyle authored
-
Buck Doyle authored
This fixes the recent allocation rows to navigate when clicking within them rather than just on the link, which matches the cursor behaviour.
-
- 07 Aug, 2019 5 commits
-
-
Preetha Appan authored
-
Jasmine Dahilig authored
-
Jasmine Dahilig authored
-
Michael Schurter authored
-
Michael Schurter authored
nomad: add job status metrics
-
- 06 Aug, 2019 7 commits
-
-
Michael Schurter authored
consul: add Connect structs
-
Michael Schurter authored
vault: fix deadlock in SetConfig
-
Michael Schurter authored
vault: fix race in accessor revocations
-
Michael Schurter authored
This is a defensive measure as SetConfig should only be called serially.
-
Michael Schurter authored
This seems to be the minimum viable patch for fixing a deadlock between establishConnection and SetConfig. SetConfig calls tomb.Kill+tomb.Wait while holding v.lock. establishConnection needs to acquire v.lock to exit but SetConfig is holding v.lock until tomb.Wait exits. tomb.Wait can't exit until establishConnect does! ``` SetConfig -> tomb.Wait ^ | | v v.lock <- establishConnection ```
-
Michael Schurter authored
Refactor all Consul structs into {api,structs}/services.go because api/tasks.go didn't make sense anymore and structs/structs.go is gigantic.
-
Jasmine Dahilig authored
-
- 05 Aug, 2019 5 commits
-
-
Michael Schurter authored
-
Preetha authored
Add more comments to clarify job.Stable field
-
Jasmine Dahilig authored
-
Mahmood Ali authored
When rendering a task consul template, ensure that only task environment variables are used. Currently, `consul-template` always falls back to host process environment variables when key isn't a task env var[1]. Thus, we add an empty entry for each host process env-var not found in task env-vars. [1] https://github.com/hashicorp/consul-template/blob/bfa5d0e133688920afd1e012404f765182e3d5e0/template/funcs.go#L61-L75
-
Preetha Appan authored
-
- 02 Aug, 2019 2 commits
-
-
Mahmood Ali authored
Check if driver handle is nil before execing
-
Mahmood Ali authored
Defend against tr.getDriverHandle being nil. Exec handler checks if task is running, but it may be stopped between check and driver handler fetching.
-
- 01 Aug, 2019 4 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
Update go-getter@1.1.0 to fix #3491
-
Michael Schurter authored
driver/docker: use default network mode
-
Michael Schurter authored
driver/docker: support unix destination mount path in windows
-