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.
- 05 Nov, 2020 11 commits
-
-
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
-
- 04 Nov, 2020 10 commits
-
-
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
-
- 02 Nov, 2020 19 commits
-
-
Charlie Voiselle authored
@krishicks spotted this while playing with command.
-
Michael Lange authored
UI: Topo Viz Tooltips
-
Michael Lange authored
UI: Fix the raw 'blue' in recommendation cards to use '$blue'
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Kris Hicks authored
The only user of monitor(evalID, true) was command/eval_status, and eval_status had a duplicate of the prefix-handling code inside it, so in all cases the complete evalID was being passed to monitor. Given that, we can remove the prefix code from command/monitor, and remove the boolean arg.
-
Mahmood Ali authored
website: require Node v12
-
Mahmood Ali authored
Repurpose dispatch-job capability to dispatch periodic jobs
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Kris Hicks authored
Co-authored-by:
Drew Bailey <2614075+drewbailey@users.noreply.github.com>
-
Mahmood Ali authored
-
Mahmood Ali authored
This is a first draft of HCLv2 docs - I added the details under hcl2 doc with some minimal info highlighting the hcl2 introductions. As a longer term strategy, we'll want to mimic the Packer HCL docs structure that details all the blocks and allowed expressions/functions in greater details. However, given that the exact functions and templating syntax is still somewhat influx, I opt to push that to another time.
-
Mahmood Ali authored
v12 is currently the default now, https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version, but we'd rather be explicit about the version we use and ensure that it matches local development.
-
Mahmood Ali authored
Start using Node.js v12.19.0, the most recent active LTS that is supported by Vercel: https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version . The docs now require String.prototype.matchAll, that's part of ES2020 support, and is not available on Node.js 10.x.
-
Charlie Voiselle authored
CHANGELOG entry for #9225
-
Russell Rollins authored
Dockerhub is going to rate limit unauthenticated pulls. Use our HashiCorp internal mirror for builds run through CircleCI. Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com>
-
Drew Bailey authored
* Improve managed sink run loop and reloading resetCh no longer needed length of buffer equal to count of items, not count of events in each item update equality fn name, pr feedback clean up sink manager sink creation * update test to reflect changes * bad editor find and replace * pr feedback
-