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.
- 31 May, 2018 1 commit
-
-
Alex Dadgar authored
-
- 25 May, 2018 1 commit
-
-
Chelsea Holland Komlo authored
add further tests for tls configuration
-
- 28 Mar, 2018 1 commit
-
-
Preetha Appan authored
-
- 27 Mar, 2018 1 commit
-
-
Mildred Ki'Lya authored
Allow to set the total memory of an agent in its configuration file. This can be used in case the automatic detection doesn't work or in specific environments when memory overcommit (using swap for example) can be desirable.
-
- 22 Mar, 2018 1 commit
-
-
Alex Dadgar authored
-
- 20 Mar, 2018 1 commit
-
-
James Rasell authored
-
- 19 Mar, 2018 1 commit
-
-
James Rasell authored
This change allows the client HTTP and the server HTTP, Serf and RPC health check names within Consul to be configurable with the defaults as previous. The configuration can be done via either a config file or using CLI flags. Closes #3988
-
- 30 Jan, 2018 1 commit
-
-
Kyle Havlovitz authored
-
- 18 Dec, 2017 1 commit
-
-
Kyle Havlovitz authored
-
- 02 Nov, 2017 1 commit
-
-
Alex Dadgar authored
-
- 01 Nov, 2017 1 commit
-
-
Chelsea Holland Komlo authored
-
- 26 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 19 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 13 Sep, 2017 1 commit
-
-
Chelsea Holland Komlo authored
-
- 06 Sep, 2017 1 commit
-
-
Chelsea Holland Komlo authored
better api example, add telemetry documentation
-
- 05 Sep, 2017 1 commit
-
-
Chelsea Holland Komlo authored
-
- 04 Sep, 2017 3 commits
-
-
Armon Dadgar authored
-
Armon Dadgar authored
-
Armon Dadgar authored
-
- 20 Jul, 2017 1 commit
-
-
Alex Dadgar authored
-
- 19 Jul, 2017 1 commit
-
-
Alex Dadgar authored
This PR allows tuning of heartbeat TTLs. An example of very aggressive settings is as follows: ``` server { heartbeat_grace = "1s" min_heartbeat_ttl = "1s" max_heartbeats_per_second = 200.0 } ```
-
- 07 Jul, 2017 1 commit
-
-
Alex Dadgar authored
-
- 04 Jul, 2017 1 commit
-
-
Michael Schurter authored
Need to pointerify it to default to true since we can't tell false from unset if it's not a pointer.
-
- 23 Jun, 2017 1 commit
-
-
Michael Schurter authored
The host UUID isn't unique in many virtualized cases and of dubious value even when it is univerally unique. Default to a random UUID.
-
- 30 May, 2017 1 commit
-
-
Michael Schurter authored
Went overboard before I realized there's only one test case.
-
- 30 Apr, 2017 1 commit
-
-
Pete Wildsmith authored
-
- 26 Apr, 2017 1 commit
-
-
Pete Wildsmith authored
-
- 14 Mar, 2017 1 commit
-
-
Alex Dadgar authored
This PR: * Uses Go 1.8 executable lookup * Stores any err message from stats init method * Allows overriding of Cpu Compute for hosts where it can't be detected
-
- 11 Mar, 2017 1 commit
-
-
Alex Dadgar authored
This PR introduces a parallelism limit during garbage collection. This is used to avoid large resource usage spikes if garbage collecting many allocations at once.
-
- 27 Feb, 2017 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 31 Jan, 2017 1 commit
-
-
Diptanu Choudhury authored
-
- 21 Jan, 2017 1 commit
-
-
Michael Schurter authored
-
- 19 Jan, 2017 1 commit
-
-
Alex Dadgar authored
Check the capabilities of the Vault token to ensure it is valid and also allow targetting of a role that the token is not from.
-
- 21 Dec, 2016 1 commit
-
-
Jorge Marey authored
-
- 27 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-
- 26 Oct, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 24 Oct, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 17 Oct, 2016 1 commit
-
-
Diptanu Choudhury authored
* Added the keygen command * Added support for gossip encryption * Changed the URL for keyring management * Fixed the cli * Added some tests * Added tests for keyring operations * Added a test for removal of keys * Added some docs * Fixed some docs * Added general options
-
- 11 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-