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 May, 2019 9 commits
-
-
Yishan Lin authored
Revised NomadProject Structure
-
Yishan Lin authored
-
Mahmood Ali authored
remove Index field from EmitNodeEventsResponse
-
Yishan Lin authored
Removed Terraform mention in integrations without existing guide.
-
Danielle Lancashire authored
-
Chris Baker authored
copied consts used by jobspec parsing from structs into api package, to avoid referencing structs package in jobspec (#5663)
-
Danielle Lancashire authored
-
Danielle authored
Consul Catalog Integration Fixes
-
Danielle Lancashire authored
-
- 08 May, 2019 10 commits
-
-
Mahmood Ali authored
docs: Change querystring -> query string
-
Yishan Lin authored
- Revised "What is Nomad" copy - Added "Key Features" section with links to task drivers & device plugins with lift-and-shift from README - Added "Who Uses Nomad" section with users, talks, blog posts - Removed Hadoop YARN, Docker Swarm, HTCondor from comparisons - Revamped Guides section - Inserted "Installing Nomad", "Upgrading", "Integrations" as persistent in Guides navbar - Split Installing Nomad into two paths for users (one for Sandbox with "Quickstart", one for Production) - Surfaced "Upgrading" and "Integrations" section from documentation - Changed "Job Lifecycle" section into "Deploying & Managing Applications" - Reworked "Operations" into "Operating Nomad" - Reworked "Security" into "Securing Nomad" - Segmented Namespaces, Resource Quotas, Sentinel into "Governance & Policy" subsection - Reworked "Spark integration" into its own "Analytical Workloads" section
-
Charlie Voiselle authored
-
Preetha Appan authored
-
Preetha authored
Remove unnecessary locking and serverlist syncing in heartbeats
-
Charlie Voiselle authored
* Typo fixes * it's -> its * plugable -> pluggable
-
Preetha Appan authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
`Index` is already included as part of `WriteMeta` embedding. This is a backward compatible change: Clients never read the field; and Server refernces to `EmitNodeEventsResponse.Index` would be using the value in `WriteMeta`, which is consistent with other response structs.
-
- 07 May, 2019 8 commits
-
-
Preetha Appan authored
-
Chris Baker authored
-
Chris Baker authored
* client: was not using up-to-date client state in determining which alloc count towards allocated resources * Update client/client.go Co-Authored-By:
cgbaker <cgbaker@hashicorp.com>
-
Preetha authored
-
Michael Schurter authored
docs: fix default restart values
-
Lang Martin authored
-
Danielle authored
Fixed Typo
-
Justin Weissig authored
Fixed typo: schedular/scheduler.
-
- 06 May, 2019 12 commits
-
-
Michael Schurter authored
E2E Test Terraform/Packer Improvements
-
Michael Schurter authored
-
Preetha Appan authored
-
Preetha authored
Add config to disable preemption for batch/service jobs
-
Michael Lange authored
Converts ANSI terminal codes to HTML in logs
-
Preetha Appan authored
This removes an unnecessary shared lock between discovery and heartbeating which was causing heartbeats to be missed upon retries when a single server fails. Also made a drive by fix to call the periodic server shuffler goroutine.
-
Mahmood Ali authored
Codegen codec helpers for all nomad structs
-
Lang Martin authored
config parse direct hcl
-
Lang Martin authored
fix system sched constraint errors
-
Mahmood Ali authored
docs: update s3 urls to use virtual bucket style
-
Mahmood Ali authored
Update peers info with new raft config details
-
Mahmood Ali authored
In response to https://forums.aws.amazon.com/ann.jspa?annID=6776
-
- 05 May, 2019 1 commit
-
-
Charlie Voiselle authored
Fix Typo
-