Commit Graph

2344 Commits

Author SHA1 Message Date
Ivo Verberk
23bfbbf66d Allow short identifiers for node-drain command 2015-12-20 18:02:10 +01:00
Armin
5d3bd1b6f0 On cli node status list print the short Node ID when possible 2015-12-20 17:33:27 +01:00
Ivo Verberk
bdf4347bc8 Allow short job identifiers for stop command 2015-12-20 12:14:59 +01:00
Ivo Verberk
91075e130a Short identifiers functionality
* Use go-memdb prefix indexer for lookups
* Add Job lookups
* Update state store with new ByIDPrefix get methods
* Call new methods when exact lookup fails or is not applicable
2015-12-19 21:55:28 +01:00
Ivo Verberk
cec0170cef Bring up-to-date with master 2015-12-19 21:55:10 +01:00
Diptanu Choudhury
2de95e087e Merge branch 'master' of github.com:hashicorp/nomad 2015-12-18 12:33:54 -08:00
Diptanu Choudhury
02668b030a Fixed the job spec test 2015-12-18 12:33:38 -08:00
Alex Dadgar
e410b9219b Merge pull request #594 from hashicorp/f-restart-policy
More restart policy options and consolidate batch/service restart tracker
2015-12-18 12:25:13 -08:00
Alex Dadgar
659e822764 Go vet 2015-12-18 12:24:53 -08:00
Diptanu Choudhury
c72bbb7770 lowercasing err messages 2015-12-18 12:19:47 -08:00
Alex Dadgar
95f93396e5 Fix test because of jitter 2015-12-18 12:17:54 -08:00
Alex Dadgar
7536f7c769 Document jitter 2015-12-18 12:17:54 -08:00
Alex Dadgar
b48a8e3762 Add jitter 2015-12-18 12:17:54 -08:00
Alex Dadgar
b46bb0a02d Make NewRestartTracker private 2015-12-18 12:17:54 -08:00
Alex Dadgar
a0642a71ab Fix api test 2015-12-18 12:17:54 -08:00
Alex Dadgar
699749c48c fix 2015-12-18 12:17:50 -08:00
Alex Dadgar
a8e69f8890 Update restart policy in mock 2015-12-18 12:17:18 -08:00
Alex Dadgar
51299391c1 Fix mock 2015-12-18 12:17:18 -08:00
Alex Dadgar
3122433b47 merge 2015-12-18 12:17:13 -08:00
Diptanu Choudhury
a3af91a7e8 Merge pull request #604 from hashicorp/f-port-err-msg
Throwing an error if ports are not named instead of crashing while parsing a job spec
2015-12-18 12:07:53 -08:00
Diptanu Choudhury
68107919de Changed the error message 2015-12-18 12:07:27 -08:00
Alex Dadgar
9daeae7d68 Merge pull request #586 from hashicorp/f-job-gc
Add garbage collection to jobs
2015-12-18 11:21:50 -08:00
Diptanu Choudhury
1ab3b2314c Throwing an error if ports are not named 2015-12-18 10:56:45 -08:00
Diptanu Choudhury
2977583c78 Added the change to service de-register to CHANGELOG 2015-12-17 16:47:49 -08:00
Diptanu Choudhury
72dab3334a Merge pull request #602 from hashicorp/consul-dreg
Moving the de-register once a task moves to DEAD state
2015-12-17 16:46:17 -08:00
Diptanu Choudhury
26ef00e8c4 Merge branch 'master' of github.com:hashicorp/nomad 2015-12-17 16:45:40 -08:00
Diptanu Choudhury
196f41b204 Added unzip to the image 2015-12-17 16:45:17 -08:00
Diptanu Choudhury
042612d854 Moving the de-register once a task moves to DEAD state 2015-12-17 16:41:29 -08:00
Alex Dadgar
f89cf88aae update changelog 2015-12-17 16:36:37 -08:00
Alex Dadgar
5fcd73ffca Merge pull request #601 from hashicorp/b-retry-interval
Fix retry interval not applying sleep duration
2015-12-17 16:34:50 -08:00
Alex Dadgar
6cf66ff231 Fix retry interval not applying sleep duration 2015-12-17 16:33:09 -08:00
Alex Dadgar
3dd339fde6 Update changelog 2015-12-17 15:58:04 -08:00
Alex Dadgar
82c87d009c Merge pull request #600 from hashicorp/b-task-status
Copy the task states from the client update
2015-12-17 15:40:59 -08:00
Alex Dadgar
950c80cce6 Copy the task states from the client update 2015-12-17 15:33:57 -08:00
Diptanu Choudhury
24521e525d Added some more deps into the vagrant box 2015-12-17 13:50:59 -08:00
Diptanu Choudhury
fa655404c4 Setting versions to 0.2.3 2015-12-17 13:29:41 -08:00
Diptanu Choudhury
ad1a161e4d Bumping version to 0.2.3 final 2015-12-17 13:23:32 -08:00
Diptanu Choudhury
6b8f134214 Merge pull request #598 from hashicorp/dependencies
Removed a broken dependency
2015-12-17 13:13:44 -08:00
Diptanu Choudhury
c2f81fe845 Removed a broken dependency 2015-12-17 13:12:28 -08:00
Clint
155c07b833 Merge pull request #596 from hashicorp/b-exec-linux-runc-updates
Executors/Linux: Update Executor config struct
2015-12-17 10:50:57 -06:00
Clint Shryock
dd6cc455fe Executors/Linux: Update Executor config struct 2015-12-17 10:25:42 -06:00
Alex Dadgar
bc13dcaf48 merge 2015-12-16 15:01:15 -08:00
Alex Dadgar
2752a951a2 Use client state 2015-12-16 15:00:45 -08:00
Alex Dadgar
6cdd013660 Small cleanup 2015-12-16 15:00:45 -08:00
Alex Dadgar
b09440a018 Don't allow users to set gc and make batch gc 2015-12-16 15:00:45 -08:00
Alex Dadgar
c496c761b8 Remove from parser 2015-12-16 15:00:45 -08:00
Alex Dadgar
4cc880249a Fix test 2015-12-16 15:00:45 -08:00
Alex Dadgar
1375d255e9 Remove user-specifiable gc threshold 2015-12-16 15:00:45 -08:00
Alex Dadgar
17bc13bfe5 Add garbage collection to jobs 2015-12-16 15:00:45 -08:00
Alex Dadgar
788764df6f Merge pull request #592 from jorgemarey/fix-doc-dns-search
Fix dns_search_domains option in the documentation.
2015-12-15 18:14:58 -08:00