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.
- 09 Nov, 2020 3 commits
-
-
Luiz Aoqui authored
Remove Namespace field from JobScaleRequest
-
Tim Gross authored
Small changes to the Windows 2016 Packer build for debuggability of provisioning: * improve verbosity of powershell error handling * remove unused "tools" installation * use ssh communicator for Packer to improve Packer build times and eliminate deprecated winrm remote access (unavailable from current macOS)
-
Luiz Aoqui authored
-
- 06 Nov, 2020 8 commits
-
-
Byron Wolfman authored
-
Drew Bailey authored
-
Drew Bailey authored
* append custom path to custom_config_files * remove config_path variable
-
James Rasell authored
Co-authored-by:
Chris Baker <1675087+cgbaker@users.noreply.github.com>
-
James Rasell authored
cli: add recommendation commands.
-
Kris Hicks authored
-
Buck Doyle authored
Without this, visiting any job detail page on Nomad OSS would crash with an error like this: Error: Ember Data Request GET /v1/recommendations?job=ping%F0%9F%A5%B3&namespace=default returned a 404 Payload (text/xml) The problem was twofold. 1. The recommendation ability didn’t include anything about checking whether the feature was present. This adds a request to /v1/operator/license on application load to determine which features are present and store them in the system service. The ability now looks for 'Dynamic Application Sizing' in that feature list. 2. Second, I didn’t check permissions at all in the job-fetching or job detail templates.
-
James Rasell authored
Adds new CLI commands for applying, dismissing and detailing Nomad recommendations under a new top level recommendation command.
-
- 05 Nov, 2020 16 commits
-
-
Michael Lange authored
UI: Update lingering instances of the old warning icon in stories
-
Michael Lange authored
UI: Topo viz error state and no data polling notice
-
Kris Hicks authored
-
Chris Baker authored
fix ACL bugs in listing allocs across all namespaces
-
Nick Ethier authored
* ar/groupservice: remove drivernetwork * consul: allow host address_mode to accept raw port numbers * consul: fix logic for blank address
-
Kris Hicks authored
-
Drew Bailey authored
* Get concrete types out of dynamic payload wip pull out value setting to func * Add TestEventSTream_SetPayloadValue Add more assertions use alias type in unmarshalJSON to handle payload rawmessage shorten unmarshal and remove anonymous wrap struct * use map structure and helper functions to return concrete types * ensure times are properly handled * update test name * put all decode logic in a single function Co-authored-by:
Kris Hicks <khicks@hashicorp.com>
-
Mark Lodato authored
I believe there’s a typo where “workloads” was changed to “jobs” but the original word wasn’t removed. Or maybe it’s the other way around. But currently there is an orphaned one-word sentence.
-
Jimmy Merritello authored
-
Chris Baker authored
-
Kris Hicks authored
-
Chris Baker authored
-
Drew Bailey authored
-
Ricky Grassmuck authored
-
Michael Lange authored
-
Michael Lange authored
-
- 04 Nov, 2020 13 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Buck Doyle authored
This continues iteration on the DAS UI by adding the ability to directly navigate to a recommendation summary by (namespaced) slug and a copy button for the direct navigation link. It includes a change to CopyButton allowing it to take a block that’s rendered within the button. It also changes some instances of multi-relationship traversal to use in-summary attributes, such as summary.jobNamespace instead of summary.job.namespace.name.
-
Buck Doyle authored
This test has been periodically failing, like here: https://app.circleci.com/pipelines/github/hashicorp/nomad/12879/workflows/40c0445c-b244-4a04-a5a3-d9685b656c94/jobs/114751/tests The failure was because sometimes the first node contains the beginning of the ”otherNode” id somewhere within its id. It seems less useful to match within the node, so this changes id search to only match at the beginning of the id.
-
Michael Lange authored
ui: "View Raw File" download using JS instead simple link
-
Michael Lange authored
Use Node v12 for UI development
-
Michael Lange authored
-
Tim Gross authored
We recently added documentation disambiguating the terminology of the allocation/task working directories. This changeset adds an internals document that describes in more detail exactly what does into the allocation working directory, how this interacts with the filesystem isolation provided by task drivers, and how this interacts with features like `artifact` and `template`. Co-authored-by:
Charlie Voiselle <464492+angrycub@users.noreply.github.com>
-
Charlie Voiselle authored
Add missing comma in help-text example.
-
James Rasell authored
cli: update scaling policy list help to include job flag.
-
James Rasell authored
-
James Rasell authored
-