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.
- 20 Aug, 2020 9 commits
-
-
Buck Doyle authored
This extracts some common API-idiosyncracy-handling patterns from model serialisers into properties that are processed by the application serialiser: * arrayNullOverrides converts a null property value to an empty array * mapToArray converts a map to an array of maps, using the original map keys as Name properties on the array maps * separateNanos splits nanosecond-containing timestamps into millisecond timestamps and separate nanosecond properties
-
Michael Schurter authored
docs: clarify e2e tests
-
Nick Ethier authored
* nomad: canonicalize alloc shared resources to populate ports * ui: network ports * ui: remove unused task network references and update tests with new shared ports model * ui: lint * ui: revert auto formatting * ui: remove unused page objects * structs: remove unrelated test from bad conflict resolution * ui: formatting
-
Tim Gross authored
* move CNI install/podman config to build-time * move DNS config to userdata * consolidate apt updates for performance
-
Mahmood Ali authored
Podman driver: Add support for signal task.
-
Mahmood Ali authored
Update runc to v1.0.0-rc92
-
Michael Schurter authored
Just a smattering of attempted improvements as I read through this again. Some of my goals: - Tried to add more high level info to the intro to set the context - Clarify the difference between *test* dev and *agent* dev workflows - Add -timeout to provisioning step because cable Internet is lol
-
Michael Schurter authored
test: deflake consul e2e tests
-
Shishir Mahajan authored
-
- 19 Aug, 2020 6 commits
-
-
Michael Schurter authored
Modernize test patterns by removing gomega and avoiding the mock_driver.
-
Tim Gross authored
-
Shengjing Zhu authored
-
Shengjing Zhu authored
-
Shengjing Zhu authored
-
Tim Gross authored
-
- 18 Aug, 2020 6 commits
-
-
Tim Gross authored
If a core job fails more than the delivery limit, the leader will create a new eval with the TriggeredBy field set to `failed-follow-up`. Evaluations for core jobs have the leader's ACL, which is not valid on another leader after an election. The `failed-follow-up` evals do not have ACLs, so core job evals that fail more than the delivery limit or core job evals that span leader elections will never succeed and will be re-enqueued forever. So we should not retry with a `failed-follow-up`.
-
Tim Gross authored
The `regionForJob` function in the HTTP job endpoint overrides the region for multiregion jobs to `global`, which is used as a sentinel value in the server's job endpoint to avoid re-registration loops. This changeset removes an extraneous check that results in errors in the web UI and makes round-tripping through the HTTP API cumbersome for all consumers.
-
Tim Gross authored
-
Tim Gross authored
-
Drew Bailey authored
Change 'license set' to 'license put' to reflect correct syntax
-
James Rasell authored
changelog: add entry for GH-8142.
-
- 17 Aug, 2020 5 commits
-
-
davemay99 authored
-
Nick Ethier authored
-
Buck Doyle authored
This removes repeated instances of this warning from test logs: You created a second Pretender instance while there was already one running.
-
James Rasell authored
-
James Rasell authored
api: add node purge SDK function.
-
- 14 Aug, 2020 9 commits
-
-
Luiz Aoqui authored
docs: update allocation metrics
-
Luiz Aoqui authored
-
James Rasell authored
docs: update docs to reference new Docker driver image_pull_timeout params.
-
James Rasell authored
driver/docker: allow configurable pull context timeout setting.
-
Drew Bailey authored
skip podman e2e
-
Drew Bailey authored
-
James Rasell authored
-
James Rasell authored
-
James Rasell authored
-
- 13 Aug, 2020 5 commits
-
-
Drew Bailey authored
Release 0.12.3
-
Drew Bailey authored
-
Nomad Release Bot authored
-
Nomad Release bot authored
-
Lang Martin authored
-