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 Dec, 2019 4 commits
-
-
dependabot[bot] authored
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Tim Gross authored
Bump handlebars from 4.1.1 to 4.1.2 in /ui
-
Tim Gross authored
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 07 Dec, 2019 1 commit
-
-
Mahmood Ali authored
logmon: add timeout to RPC operations
-
- 06 Dec, 2019 10 commits
-
-
abhip authored
The url for raft algorithm pdf is no longer valid. Here is correct url - https://raft.github.io/raft.pdf and website is https://raft.github.io/
-
Seth Hoenig authored
swap gometalint for golangci-lint
-
dependabot[bot] authored
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Charlie Voiselle authored
-
Fredrik Hoem Grelland authored
There is an undocumented way of mapping a dynamically allocated port to the container. This is applicable in bridge networking ( necessary for consul connect enabled services ) to expose the service *directly*. This is needed when using upstream connect services, but you need to expose the service by normal means. By referencing the current documentation you need to use static ports in order to do so. Introduced in #6189 but undocumented
-
James Rasell authored
-
Seth Hoenig authored
You'd think since golangci-lint embeds misspell we could use that, but it fails to run if it finds no Go source files, which is the case in our website/ directory that we want to check.
-
Danielle Lancashire authored
-
Danielle Lancashire authored
gometalinter has been deprecated, with golangci-lint as its spiritual and recommended successor. Here we switch to using it with an equivalent configuration, albeit with newer versions of some linters. To maintain compatibility with existing settings, we have a couple of things disabled here, specifically: - tests We have a lot of unused code in our tests that choke deadcode. We should attempt to clean these up soon so that we can lint our testcode. - govet.check-shadowing = false This breaks on redefining `err` which we do all over the nomad codebase.
-
- 05 Dec, 2019 2 commits
-
-
Mahmood Ali authored
docs: port name requires quotes in hcl
-
Hugo Herter authored
When trying to run this example, Nomad v0.10.2 raises the following error: `Error getting job struct: Error parsing job file from example-ipv6.hcl: error parsing: At 33:22: Unknown token: 27:16 IDENT db` Adding quotes around the port map `db` fixes the problem and the job works as expected.
-
- 04 Dec, 2019 15 commits
-
-
Michael Schurter authored
docs: add #6792 backport to 0.9.7 changelog
-
Michael Schurter authored
-
Michael Schurter authored
Release 0102
-
Michael Schurter authored
docs: release 0.10.2 and 0.9.7
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Luiz Aoqui authored
docs: add reference to the driver plugin skeleton project
-
Michael Schurter authored
docs: reference cni-plugins v0.8.3
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Nomad Release bot authored
-
Michael Schurter authored
-
Mahmood Ali authored
update aws sdk v1.25.41
-
- 03 Dec, 2019 8 commits
-
-
Luiz Aoqui authored
-
Charlie Voiselle authored
Stateful Workload guides to learn.hashicorp.com
-
Mahmood Ali authored
Update go-discover to pull in latest AWS SDK change through its vendored path, along with other provider changes.
-
Michael Schurter authored
scheduler: fix panic when preempting and evicting allocs
-
Michael Schurter authored
scheduler: fix panic when preempting and evicting allocs
-
Mahmood Ali authored
Primarily don't ignore tags and bin packages in vendored folders
-
Mahmood Ali authored
Update github.com/aws/aws-sdk-go and github.com/hashicorp/go-discover to pick up support for EC2 Metadata Instance Service v2 changes. Follow up to https://github.com/hashicorp/go-discover/pull/128 .
-
Michael Schurter authored
-