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.
- 11 Oct, 2021 1 commit
-
-
Aleksandr Zagaevskiy authored
-
- 04 Oct, 2021 1 commit
-
-
Michael Schurter authored
- Fix test broken due to being improperly setup. - Include min/max ports in default client config.
-
- 01 Oct, 2021 4 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Also add a little more min/max port testing and add the consts back that had been removed: but unexported and as defaults.
-
Michael Schurter authored
-
- 10 Sep, 2021 1 commit
-
-
Aleksandr Zagaevskiy authored
-
- 09 Sep, 2021 3 commits
-
-
Joel Watson authored
docs: Update Nvidia GPU installation instructions
-
James Rasell authored
ci: add staticcheck with ST1020 and update golangci-lint
-
James Rasell authored
deps: update go-plugin to v1.4.3 to fix Windows handle leak.
-
- 08 Sep, 2021 8 commits
-
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36 ) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 ) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 ) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Andy Assareh authored
-
Luiz Aoqui authored
-
- 07 Sep, 2021 4 commits
-
-
Joel Watson authored
-
Luiz Aoqui authored
-
James Rasell authored
-
James Rasell authored
-
- 06 Sep, 2021 1 commit
-
-
James Rasell authored
-
- 04 Sep, 2021 2 commits
-
-
Forest Anderson authored
-
Andy Assareh authored
i found this confusing since 8300 is associated with consul. suggest using more nomad ports
-
- 03 Sep, 2021 3 commits
-
-
Kent 'picat' Gruber authored
Add initial Dependabot configuration
-
Luiz Aoqui authored
-
Kent 'picat' Gruber authored
-
- 02 Sep, 2021 2 commits
-
-
Isabel Suchanek authored
This fixes a bug in the event stream API where it currently interprets namespace=* as an actual namespace, not a wildcard. When Nomad parses incoming requests, it sets namespace to default if not specified, which means the request namespace will never be an empty string, which is what the event subscription was checking for. This changes the conditional logic to check for a wildcard namespace instead of an empty one. It also updates some event tests to include the default namespace in the subscription to match current behavior. Fixes #10903
-
Kevin Wang authored
-
- 01 Sep, 2021 4 commits
-
-
Mahmood Ali authored
Also format terraform scripts with hclfmt, equivalent to terraform fmt. I opted not to use terraform fmt, because I didn't want to introduce dev dependency on the terraform CLI. Also, I've optimized the find command to ignore spurious directories (e.g. .git, node_modules) that seem to be populated with too many files! make hclfmt takes 0.3s on my mac down from 7 seconds!
-
Luiz Aoqui authored
-
Luiz Aoqui authored
Co-authored-by:
Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
-
Andy Assareh authored
updated with Nomad ports and web link (learn guide: https://learn.hashicorp.com/tutorials/nomad/outage-recovery)
-
- 31 Aug, 2021 6 commits
-
-
Michael Lange authored
Mention the ndjson standard format the event stream uses
-
James Rasell authored
scripts: create CNI config directory within Vagrant machine.
-
Derek Strickland authored
This PR adds a sentence about configuring your firewall to allow required Nomad ports. This is being added to help search discoverability. This closes issue #11076
-
James Rasell authored
-
James Rasell authored
-
James Rasell authored
-