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.
- 25 May, 2018 2 commits
-
-
Michael Lange authored
-
Michael Lange authored
The URL alone doesn't guarantee uniqueness
-
- 21 May, 2018 11 commits
-
-
Preetha authored
Doc updates to clarify leave_on_terminate
-
Alex Dadgar authored
-
Alex Dadgar authored
Avoid splitting log line across two files
-
Alex Dadgar authored
Add a warning not to share consul nodes
-
Alex Dadgar authored
-
Alex Dadgar authored
driver/docker: pull image with digest
-
Alex Dadgar authored
set killmode/killsignal in systemd example
-
Alex Dadgar authored
Fix a typo
-
Kim Ko authored
-
Charlie Voiselle authored
docs: fix typo in json documentation
-
Aymeric Beaumet authored
-
- 17 May, 2018 1 commit
-
-
insanejudge authored
-
- 15 May, 2018 1 commit
-
-
Nick Ethier authored
-
- 14 May, 2018 6 commits
-
-
Justen Walker authored
-
Justen Walker authored
-
Justen Walker authored
-
Nick Ethier authored
-
Justen Walker authored
-
Justen Walker authored
GH #4290 Add digest support to the docker driver image config. This commit factors out some common code to print the repo:tag (dockerImageRef) for events/logs as well as parsing the image to retreive the repo,tag (parseDockerImage) so that the results are consistent/sane for both repo:tag and repo@sha256:... references. When pulling an image with a digest, the tag is blank and the repo contains the digest. See: https://github.com/fsouza/go-dockerclient/blob/master/image_test.go#L471
-
- 12 May, 2018 2 commits
-
-
Charlie Voiselle authored
Update minimum Go version.
-
- 11 May, 2018 8 commits
-
-
Preetha Appan authored
-
Ashley Penney authored
-
Alex Dadgar authored
-
Chelsea Komlo authored
Configurable TLS cipher suites and versions; disallow weak ciphers
-
Chelsea Holland Komlo authored
-
Nick Ethier authored
Add job init '-short' command docs to website
-
Nick Ethier authored
-
Alex Dadgar authored
Added deferred cancel to prevent context leaks
-
- 10 May, 2018 9 commits
-
-
Michael Lange authored
UI: Server-side reschedule tracking
-
Charlie Voiselle authored
-
Alex Dadgar authored
We attempt to avoid splitting a log line between two files by detecting if we are near the file size limit and scanning for new lines and only flushing those. BenchmarkRotator/1KB-8 300000 5613 ns/op BenchmarkRotator/2KB-8 200000 8384 ns/op BenchmarkRotator/4KB-8 100000 14604 ns/op BenchmarkRotator/8KB-8 50000 25002 ns/op BenchmarkRotator/16KB-8 30000 47572 ns/op BenchmarkRotator/32KB-8 20000 92080 ns/op BenchmarkRotator/64KB-8 10000 165883 ns/op BenchmarkRotator/128KB-8 5000 294405 ns/op BenchmarkRotator/256KB-8 2000 572374 ns/op
-
Alex Dadgar authored
BenchmarkRotator/1KB-8 200000 5572 ns/op BenchmarkRotator/2KB-8 200000 8338 ns/op BenchmarkRotator/4KB-8 100000 14246 ns/op BenchmarkRotator/8KB-8 50000 25279 ns/op BenchmarkRotator/16KB-8 30000 48602 ns/op BenchmarkRotator/32KB-8 20000 92159 ns/op BenchmarkRotator/64KB-8 10000 154766 ns/op BenchmarkRotator/128KB-8 5000 296872 ns/op BenchmarkRotator/256KB-8 3000 551793 ns/op
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha authored
Update serf to pick up graceful leave fix
-
Nick Ethier authored
-
Nick Ethier authored
-