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 36 commits
-
-
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.
-
Mahmood Ali authored
If err is nil, we should use the newly cloned httpClient.
-
- 21 May, 2019 4 commits
-
-
Michael Lange authored
-
Michael Lange authored
Include the _ prefix separator in both regexes
-
Michael Lange authored
And include all prefix types in the test data
-
Michael Lange authored
UI: Allocation lifecycle
-