"...daemon/git@git.gitsec.cn:baidan/intellij-community.git" did not exist on "ee750f165bdb871668edf7eff6396dee9c29fd4f"
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.
- 29 Sep, 2017 3 commits
-
-
Michael Schurter authored
Goes a step further and removes structs import from api's tests as well by moving GenerateUUID to its own package.
-
Michael Lange authored
Links in table rows should get click priority over table rows
-
Michael Lange authored
Scroll to the top of the page on transition. Like a normal website.
-
- 28 Sep, 2017 4 commits
-
-
Chelsea Komlo authored
Add ACL for job deregister
-
Chelsea Komlo authored
Add ACL for job endpoint GetJobVersions
-
Michael Schurter authored
Properly autodetect Docker IP in Windows
-
Michael Schurter authored
-
- 27 Sep, 2017 22 commits
-
-
Michael Schurter authored
Our Docker network plugin autodetection code was erroneously treating Window's default network `nat` as a plugin and defaulting to it instead of the host. Fixes #3218
-
Chelsea Komlo authored
Add read job permissions to evaluate endpoint
-
Michael Schurter authored
Only build rkt driver on linux
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Build stub for non-linux targets
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Add ACL to job allocations endpoint
-
Chelsea Komlo authored
Add ACL to latest job api
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Spell check website
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Add ACL for Job Evaluations endpoint
-
Alex Dadgar authored
Document enterprise upgrade path
-
Alex Dadgar authored
Update bolt
-
Alex Dadgar authored
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Add ACL for job deployments endpoint
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
- 26 Sep, 2017 11 commits
-
-
Michael Lange authored
-
Michael Schurter authored
Enable rkt driver to use address_mode = 'driver'
-
Alex Dadgar authored
Enable more linters
-
Alex Dadgar authored
-
Lasse Dalegaard authored
If the container dies before the network can be read, we now ignore the error coming out of the network information polling loop. Nomad will restart the task regardless, so we might be masking the actual error. The polling loop for the rkt network information, inside the `Start` method, was getting a bit unwieldy. It's been refactored out so it's not a seperate function.
-
Lasse Dalegaard authored
The rkt port mapping test currently starts redis with --version, which obviously makes redis exit again almost immediately. This means that the container exists before the network status can be queried, and so the test fails.
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Lasse Dalegaard authored
The current Travis setup scripts copy in rkt, but do not set up a default container network. Here we copy the container network setup over from the vagrant setup scripts.
-
Chelsea Holland Komlo authored
-
Lasse Dalegaard authored
The network status poll loop will now report any networks it ignored, as well as a no-networks situations.
-