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.
- 03 Feb, 2021 2 commits
-
-
Buck Doyle authored
-
Buck Doyle authored
This closes #7459.
-
- 02 Feb, 2021 9 commits
-
-
Buck Doyle authored
This changes the Babel compilation targets to exclude IE 11, which results in significant payload size savings.
-
Michael Lange authored
UI: Cross region server monitor
-
Chris Baker authored
e2e packer build: upgrade jdk to java 14
-
Nick Ethier authored
scheduler: add tests and fix for detected host_network and to port field changes
-
Buck Doyle authored
This includes seemingly-unrelated changes because of dependency updates.
-
Chris Baker authored
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
-
- 01 Feb, 2021 12 commits
-
-
Nick Ethier authored
-
Mahmood Ali authored
Allow expressing `meta` and `env` blocks as map attributes as well. `env` and `meta` should support arbitrary key and values, yet hcl2 restricts the keys to valid identifiers. For example, block attribute identifiers may not contain dots, `.`, which frequently used in meta fields, and sometimes in environment variable fields. By adding attribute syntax support, we maintain backward compatibility and relax the block attribute key restrictions. This change attempts to parse `env`/`meta` both as an attribute and as a block. Additionally, the change allows better expressivity for env/meta blocks, using functions and for expressions. For example, one can reuse a set of environment variables for multiple tasks, using a local `common_envs` value: ```hcl env = merge(local.common_envs, {"more_env_key", "..."}) ``` Note that the map/attribute compatibility workaround is currently a pattern we recommend for driver config blocks: https://www.nomadproject.io/docs/job-specification/hcl2#blocks . :( Sadly, the document isn't accurate, as only `meta` appearing inside driver config was handled in 1.0.1. Closes https://github.com/hashicorp/nomad/issues/9606
-
Buck Doyle authored
As pointed out by Nick Ethier, if a node was ineligible before it went down, downness should be displayed, not ineligibility.
-
Michael Lange authored
-
Michael Lange authored
The region will naturally be appended to URLs via token.authorizedRequest but agent members includes all servers across all regions so relying on the application-level region isn't good enough.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
lint: Upgrade buf to 0.36.0, latest so far
-
Mahmood Ali authored
Allow expressing `meta` and `env` blocks as map attributes as well. `env` and `meta` should support arbitrary key and values, yet hcl2 restricts the keys to valid identifiers. For example, block attribute identifiers may not contain dots, `.`, which frequently used in meta fields, and sometimes in environment variable fields. This change attempts to parse `env`/`meta` both as an attribute and as a block. This additionally allows better expressivity for env/meta blocks, using functions. For example, one can reuse a set of environment variables for multiple tasks, using a local common_envs value: ```hcl env = merge(local.common_envs, {"more_env_key", "..."}) ```
-
Seth Hoenig authored
consul: upgrade consul/api to 1.8.1
-
Mahmood Ali authored
-
Mahmood Ali authored
-
- 29 Jan, 2021 12 commits
-
-
Chris Baker authored
Update alert-banner.js
-
Chris Baker authored
update latest release version on website
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
post-release merge for 1.0.3
-
changli0617 authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
Version 1.0.3
-
Seth Hoenig authored
-
Tim Gross authored
Update hcl2 for patch to fix map interpolation in dynamic blocks
-
- 28 Jan, 2021 5 commits
-
-
Michael Lange authored
UI: Use server-sent error messages when applicable
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
When the error is actually a 403, an ACL error is appropriate, but when it isn't, fallback on what the API returns.
-
Michael Lange authored
Automatically detect ACL errors Provide a generic error message as a fallback
-