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.
- 26 Feb, 2021 2 commits
-
-
Buck Doyle authored
-
Buck Doyle authored
With the Ember update, when the will-destroy action is called to check the element height, its height is already zero. That seems strange but I didn’t look into it any further, as using did-insert to store the element lets us check its height before any other actions when a processing button is pressed.
-
- 25 Feb, 2021 1 commit
-
-
Dave May authored
-
- 24 Feb, 2021 7 commits
-
-
Michael Lange authored
UI: Line chart decomposed
-
Seth Hoenig authored
docs: add two community PRs to changelog
-
Seth Hoenig authored
-
Seth Hoenig authored
fix: parse_service: return err instead of panic
-
Drew Bailey authored
Service and Check on_update configuration option (readiness checks)
-
Tim Gross authored
-
Luiz Aoqui authored
docs: update link to the Nomad Autoscaler demos
-
- 23 Feb, 2021 24 commits
-
-
Seth Hoenig authored
consul/connect: correctly detect when connect tasks not updated
-
Seth Hoenig authored
This PR fixes a bug where tasks with Connect services could be triggered to destructively update (i.e. placed in a new alloc) when no update should be necessary. Fixes #10077
-
Tim Gross authored
-
Luiz Aoqui authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
Refactor StatsTimeSeries component to be a glimmer component and use composition instead of inheritance
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
Wraps up a common pattern used in charts for building a a string that incorporates the ember guid
-
Michael Lange authored
CHANGELOG entries for some 1.0.4 UI bug fixes
-
Michael Lange authored
-
Karan Sharma authored
Fixes https://github.com/hashicorp/nomad/issues/10072
-
Kris Hicks authored
The old URL redirects to https://learn.hashicorp.com/nomad
-
Seth Hoenig authored
Add devices to AllocatedTaskResources
-
Seth Hoenig authored
dist: place systemd unit options correctly
-
Seth Hoenig authored
-
Michael Dwan authored
-
Seth Hoenig authored
This PR places StartLimitIntervalSec and StartLimitBurst in the Unit section of systemd unit files, rather than the Service section. https://www.freedesktop.org/software/systemd/man/systemd.unit.html Fixes #10065
-
- 22 Feb, 2021 4 commits
-
-
Tim Gross authored
In a deployment with two groups (ex. A and B), if group A's canary becomes healthy before group B's, the deadline for the overall deployment will be set to that of group A. When the deployment is promoted, if group A is done it will not contribute to the next deadline cutoff. Group B's old deadline will be used instead, which will be in the past and immediately trigger a deployment progress failure. Reset the progress deadline when the job is promotion to avoid this bug, and to better conform with implicit user expectations around how the progress deadline should interact with promotions.
-
Seth Hoenig authored
consul/connect: Fix bug where connect sidecar services would be unnecessarily re-registered
-
Michael Dwan authored
-
Seth Hoenig authored
This PR fixes a bug where sidecar services would be re-registered into Consul every ~30 seconds, caused by the parent service having its tags field set and the sidecar_service tags unset. Nomad would directly compare the tags between its copy of the sidecar service definition and the tags of the sidecar service reported by Consul. This does not work, because Consul will under-the-hood set the sidecar service tags to inherit the parent service tags if the sidecar service tags are unset. The comparison then done by Nomad would not match, if the parent sidecar tags are set. Fixes #10025
-
- 19 Feb, 2021 1 commit
-
-
Cathy Chang authored
-
- 18 Feb, 2021 1 commit
-
-
Buck Doyle authored
-