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.
- 02 Apr, 2020 1 commit
-
-
Tim Gross authored
-
- 27 Mar, 2020 4 commits
-
-
Tim Gross authored
Summarizes the internal RFCs for plugins and volume lifecycles.
-
Drew Bailey authored
wrap http.Handlers
-
Drew Bailey authored
-
Drew Bailey authored
better comments
-
- 26 Mar, 2020 16 commits
-
-
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
-
nicolelyn authored
-
Brandon Romano authored
-
- 25 Mar, 2020 19 commits
-
-
nicolelyn authored
-
Jeff Escalante authored
-
Drew Bailey authored
allow all build contexts to use noOpAuditor
-
Buck Doyle authored
Without this, exec UI doesn’t work at all in the binary. I made an unfortunate error in not copying the environment check from app/utils/fetch.js.
-
Jasmine Dahilig authored
-
Buck Doyle authored
This closes #7476. The decomposition of computed properties is necessary to avoid nested aggregate dependent keys; the previous dependent key of `taskGroup` will be inadequate when the sidebar becomes live-updating.
-
Jasmine Dahilig authored
-
Mahmood Ali authored
docs: nomad scaling policy api
-
Mahmood Ali authored
Prepare website for 0.11.0-beta1 release
-
Seth Hoenig authored
doc: add a reminder about field order for diff comparisons
-
Seth Hoenig authored
After spending hours re-learning this lesson more than once, update the jobspec contribution guide with a reminder about how to configure FieldDiff comparisons.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Mahmood Ali authored
agent: prevent XSS by controlling Content-Type
-
Mahmood Ali authored
[ci skip]
-