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.
- 22 May, 2019 40 commits
-
-
Lang Martin authored
-
Lang Martin authored
Co-Authored-By:
Mahmood Ali <mahmood@notnoop.com>
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
Co-Authored-By:
Michael Schurter <michael.schurter@gmail.com>
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Danielle authored
devcluster: Add standalone server
-
Michael Schurter authored
client: drop unused DC field from servers list
-
Mahmood Ali authored
client: synchronize client.invalidAllocs access
-
Mahmood Ali authored
invalidAllocs may be accessed and manipulated from different goroutines, so must be locked.
-
Mahmood Ali authored
Document `nomad exec` command
-
Mahmood Ali authored
sort and changelog entries
-
Mahmood Ali authored
-
Mahmood Ali authored
In each section, entries should be sorted by component name (except for core that appears in top), and then by line length.
-
Danielle Lancashire authored
This adds a single-node configuration of a dev cluster, for use when testing things that require state restoration or multiple clients, but don't necessarily require a 3+ node cluster.
-
Danielle authored
client: Pass servers contacted ch to allocrunner
-
Danielle Lancashire authored
This fixes an issue where batch and service workloads would never be restarted due to indefinitely blocking on a nil channel. It also raises the restoration logging message to `Info` to simplify log analysis.
-