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.
- 08 Aug, 2017 2 commits
-
-
Alex Dadgar authored
Update job.html read most recent deployment sample
-
James Rasell authored
The sample request incorrectly used `https://nomad.rocks/v1/job/my-job/deployments` which listed all deployments for the specified job. The sample request has therefore been updated to use the correct endpoint which returns only the jobs most recent deployment.
-
- 07 Aug, 2017 18 commits
-
-
Michael Schurter authored
Update raft to fix atomics alingment on 32bit
-
Alex Dadgar authored
-
Alex Dadgar authored
Allow template to set Vault grace
-
Alex Dadgar authored
-
Michael Schurter authored
Related to #2963 Also pulls in some state file syncing improvements
-
Chelsea Komlo authored
autocomplete api
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Use int32 for atomic ops to avoid alignment issues
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix restoration of parameterized, periodic jobs
-
Alex Dadgar authored
Add `dev/` for configs for use by Nomad developers
-
Alex Dadgar authored
-
Alex Dadgar authored
docs: fix tiny errors in monitoring spark app
-
Alex Dadgar authored
docs: fix invalid links for hdfs examples
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/2976
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
- 06 Aug, 2017 2 commits
-
-
Kenjiro Nakayama authored
-
Kenjiro Nakayama authored
-
- 05 Aug, 2017 1 commit
-
-
Alex Dadgar authored
-
- 04 Aug, 2017 17 commits
-
-
Alex Dadgar authored
Small improvements to docs
-
Alex Dadgar authored
Lost allocs replaced even if deployment failed
-
Alex Dadgar authored
This PR fixes an incorrect placement of the update stanza in the task and also links from the env stanza into an example of using the template block to generate dynamic environment variables.
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Document <task> network env vars
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Looks like I accidently dropped them when combining env var listings in PR #2709
-
Chelsea Holland Komlo authored
add http tests for remaining contexts
-
Michael Schurter authored
Update revert.html.md.erb
-
Seth Rutner authored
wrong command
-
Michael Schurter authored
From https://golang.org/pkg/sync/atomic/#pkg-note-BUG : On both ARM and x86-32, it is the caller's responsibility to arrange for 64-bit alignment of 64-bit words accessed atomically. The first word in a global variable or in an allocated struct or slice can be relied upon to be 64-bit aligned.
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
add tests for edge cases
-
Chelsea Holland Komlo authored
extract magic number into variable
-
Chelsea Holland Komlo authored
add test for when no prefixes are matched add test for no context at HTTP api
-
Chelsea Holland Komlo authored
set the index for a resources response
-