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.
- 28 Mar, 2020 2 commits
-
-
Jeff Escalante authored
-
Jeff Escalante authored
-
- 27 Mar, 2020 8 commits
-
-
Charlie Voiselle authored
[docs] System scheduler doesn't do deployments.
-
Michael Schurter authored
docs: improve wording of linux requirement
-
Michael Schurter authored
-
Charlie Voiselle authored
Sunset /guide folder; Fix links
-
Charlie Voiselle authored
-
Drew Bailey authored
wrap http.Handlers
-
Drew Bailey authored
-
Drew Bailey authored
better comments
-
- 26 Mar, 2020 29 commits
-
-
Charlie Voiselle authored
-
Charlie Voiselle authored
(cherry picked from commit 5cb4e48571609bf391e8dc0afcf832275990f33e)
-
Charlie Voiselle authored
(cherry picked from commit 81298e3e5b1110a0f4d15e0641e59aee3514b059)
-
Charlie Voiselle authored
(cherry picked from commit 8e247ac192298ad54743a13b75c30b2572493adc)
-
Charlie Voiselle authored
(cherry picked from commit 624c411830a4f81232ae8e9007ba8f6b68b9f47e)
-
Charlie Voiselle authored
links ending with / and links without a terminal / are handled the same according to the netlify redirect documenation (cherry picked from commit 91171c6a1dd74e3396a66e35c27c6ec858c5977f)
-
Charlie Voiselle authored
(cherry picked from commit 0e39e2e49b0371c246dc1a9b4bb20af0b2f642a0)
-
Charlie Voiselle authored
(cherry picked from commit 575f22e970e2429b8f9871f11b8c3e0924c82dc2)
-
Charlie Voiselle authored
(cherry picked from commit ce9d9b5e69fe5f47847cc511ffd73f6b43de92e7)
-
Charlie Voiselle authored
-
Charlie Voiselle authored
(cherry picked from commit ac49040b9caa843fa78ef494baac3c6a08b15d45)
-
Charlie Voiselle authored
reparented some elements to docs. (cherry picked from commit 4fa35e51e0e0d193bf81f4465f4e1ba4caa5b3ca)
-
Mahmood Ali authored
fingerprint: handle incomplete AWS imitation APIs
-
Lang Martin authored
* nomad/structs/csi: delete just one plugin type from a node * nomad/structs/csi: add DeleteAlloc * nomad/state/state_store: add deleteJobFromPlugin * nomad/state/state_store: use DeleteAlloc not DeleteNodeType * move CreateTestCSIPlugin to state to avoid an import cycle * nomad/state/state_store_test: delete a plugin by deleting its jobs * nomad/*_test: move CreateTestCSIPlugin to state * nomad/state/state_store: update one plugin per transaction * command/plugin_status_test: move CreateTestCSIPlugin * nomad: csi: handle nils CSIPlugin methods, clarity
-
Mahmood Ali authored
Avoid resolving dotted segments when host path for volume is named pipe
-
Jeff Escalante authored
-
Michael Lange authored
UI: Guard against a null value for the HostVolumes hash
-
Michael Lange authored
When a node has no host volumes, the API response will have a null value for the HostVolumes attribute, which in turn becomes a null value instead of an empty array in the store. This protects against that, ensuring host volumes is always an array.
-
Lang Martin authored
If not in use and not changing external ids, it should not be an error to register a volume again. * nomad/state/state_store: make volume registration idempotent
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Fix a regression where we accidentally started treating non-AWS environments as AWS environments, resulting in bad networking settings. Two factors some at play: First, in [1], we accidentally switched the ultimate AWS test from checking `ami-id` to `instance-id`. This means that nomad started treating more environments as AWS; e.g. Hetzner implements `instance-id` but not `ami-id`. Second, some of these environments return empty values instead of errors! Hetzner returns empty 200 response for `local-ipv4`, resulting into bad networking configuration. This change fix the situation by restoring the check to `ami-id` and ensuring that we only set network configuration when the ip address is not-empty. Also, be more defensive around response whitespace input. [1] https://github.com/hashicorp/nomad/pull/6779
-
Mahmood Ali authored
Test that nomad doesn't set empty/bad network configuration when in an environment that does incomplete immitation of EC2 Metadata API.
-
Lang Martin authored
-
Brandon Romano authored
website: Miscellaneous cherry-picks from stable-website that was accidentally never pushed to master
-
Brandon Romano authored
-
Charlie Voiselle authored
-
nicolelyn authored
-
Brandon Romano authored
-
- 25 Mar, 2020 1 commit
-
-
nicolelyn authored
-