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.
- 30 Nov, 2017 2 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
- 29 Nov, 2017 7 commits
-
-
Michael Lange authored
UI: Log streaming
-
Chelsea Komlo authored
Changed Superset to only return the resource name
-
Chelsea Komlo authored
Update community.html.erb to include Levant.
-
James Rasell authored
This change requests that Levant be added to the Nomad community page. Levant is an open source templating and deployment tool for HashiCorp Nomad jobs that provides realtime feedback and detailed failure messages upon deployment issues. Further details about Levant can be seen on the [jrasell/levant](https://github.com/jrasell/levant) GitHub page.
-
Thomas Bartelmess authored
The Superset method on Resources used to return a string in the format of “[resource name] exhausted”. This was leading to the output in plan/create job API DimensionExhausted to return keys like ``` "DimensionExhausted": {"cpu exhausted": 1} ``` This was not anywhere documented, however, one of the examples on the website showed it like this. The other side effect of this is that the CLI formats the strings from the name of the key leading to output like ``` * Dimension "cpu exhausted" exhausted on 1 nodes ```
-
Michael Schurter authored
Fixed error messges for MeetsMinResources
-
Thomas Bartelmess authored
-
- 28 Nov, 2017 3 commits
-
-
Chelsea Komlo authored
update API docs for /regions endpoint
-
Chelsea Komlo authored
API docs: /client/gc returns text/plain, not json
-
Chelsea Komlo authored
Fix Website Docs for Periodic jobs TimeZone
-
- 27 Nov, 2017 1 commit
-
-
Iurii Skliar authored
-
- 23 Nov, 2017 2 commits
- 21 Nov, 2017 25 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Preetha authored
Minor tweaks to Enterprise docs
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
This will need to get better for testing the offset stitching logic in the polling case.
-
Michael Lange authored
Until they can be mocked, they can't be used
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
Just verifying the log code works
-
Michael Lange authored
Supports: - Reading the head of a log - Reading the tail of a log - Following a log in one of two ways: - Streaming the HTTP request (using fetch res.getReader) - Polling the log endpoint (using EC timeouts)
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-