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.
- 27 Aug, 2020 12 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
Noticed this error in some production logs, and they were far from helpful. Changes: 1. Include job ID in logs 2. Wrap errors and log once instead of double log lines 3. Test fsm error handling behavior
-
Tim Gross authored
-
Seth Hoenig authored
consul/connect: make use of task kind to determine service name in consul token checks
-
Tim Gross authored
This changeset is the OSS hooks for what will be implemented in ENT.
-
Tim Gross authored
-
Seth Hoenig authored
When consul.allow_unauthenticated is set to false, the job_endpoint hook validates that a `-consul-token` is provided and validates the token against the privileges inherent to a Consul Service Identity policy for all the Connect enabled services defined in the job. Before, the check was assuming the service was of type sidecar-proxy. This fixes the check to use the type of the task so we can distinguish between the different connect types.
-
Drew Bailey authored
fix changelog entry placement
-
Drew Bailey authored
-
Chris Baker authored
resolve prefix bugs around job scaling policies
-
Chris Baker authored
-
Chris Baker authored
-
- 26 Aug, 2020 6 commits
-
-
Tim Gross authored
-
Seth Hoenig authored
consul/connect: add initial support for ingress gateways
-
Tim Gross authored
-
Seth Hoenig authored
-
Seth Hoenig authored
-
Seth Hoenig authored
-
- 25 Aug, 2020 20 commits
-
-
Mahmood Ali authored
Respect alloc job version for lost/failed allocs
-
Mahmood Ali authored
Co-authored-by:
Chris Baker <1675087+cgbaker@users.noreply.github.com>
-
Mahmood Ali authored
`(alloc.DeploymentStatus == nil || !alloc.DeploymentStatus.IsCanary())` and `!alloc.DeploymentStatus.IsCanary()` are equivalent.
-
Mahmood Ali authored
To address review comments
-
Mahmood Ali authored
-
Mahmood Ali authored
Assorted small fixes
-
Mahmood Ali authored
Fix Broken Learn Guide Links in Security Model
-
Roger Berlind authored
remove preemption, add cross-namespace queries
-
Buck Doyle authored
This continues #8455 by adding accessibility audits to component integration tests and fixing associated errors. It adds audits to existing tests rather than adding separate ones to facilitate auditing the various permutations a component’s rendering can go through. It also adds linting to ensure audits happen in component tests. This necessitated consolidating test files that were scattered.
-
Kent 'picat' Gruber authored
-
Mahmood Ali authored
-
Drew Bailey authored
changelog entry for enterprise bug
-
Drew Bailey authored
-
Roger Berlind authored
remove preemption from summary of governance and policy module since it is now OSS. add cross-namespace queries to that same sentence.
-
Tim Gross authored
- fix panic in serializing nil allocs in volume API - prevent potential panic in serializing plugin allocs
-
Mahmood Ali authored
Clarify how to handle prefix value and path traversal within the alloc dir but outside the prefix directory.
-
Mahmood Ali authored
Fixes a bug where `keys` metadata wasn't populated, as we iterated over the empty newly-created `keys` map rather than the request Meta field.
-
Mahmood Ali authored
Apparently `\` followed by a digit number can cause hcl parser to panic! Will fix in hcl library, but using a hammer to squash any similar issue here.
-
Mahmood Ali authored
-
Mahmood Ali authored
Ensure that d.mu is only dereferenced if d is not-nil, to avoid a null dereference panic.
-
- 24 Aug, 2020 2 commits
-
-
Jamie Finnigan authored
remove local SECURITY.md in favor of org-wide policy
-
Jamie Finnigan authored
-