Commit Graph

4596 Commits

Author SHA1 Message Date
Alex Dadgar
fe490b45b6 Updating 2016-06-30 11:49:59 -07:00
Alex Dadgar
4718046bec accessing logs 2016-06-29 17:46:45 -07:00
Alex Dadgar
187d678e3b Service discovery links to docs 2016-06-29 16:57:03 -07:00
Alex Dadgar
0a052ae0b9 resource usage 2016-06-29 14:31:39 -07:00
Alex Dadgar
ccf650a74d inspecting state 2016-06-29 13:32:31 -07:00
Alex Dadgar
c73f0cfc18 Task Configurations 2016-06-29 12:47:17 -07:00
Alex Dadgar
39149ebf6b layout framework 2016-06-28 16:28:58 -07:00
Alex Dadgar
add1c9e9cd Add OSs back to build script 2016-06-28 14:30:02 -07:00
Alex Dadgar
aa41a7936d Release v0.4.0 2016-06-28 14:26:34 -07:00
Alex Dadgar
eb995cd85b Merge branch 'master' of github.com:hashicorp/nomad 2016-06-28 14:17:12 -07:00
Alex Dadgar
51e72b00bf Release v0.4.0 2016-06-28 14:15:24 -07:00
Alex Dadgar
be95a5c5f3 version bump 2016-06-28 13:54:19 -07:00
Alex Dadgar
25eb330a31 Merge pull request #1366 from hashicorp/b-stats-restart
Set running when restoring
2016-06-28 13:52:49 -07:00
Alex Dadgar
ab7a3b29bb Set running when restoring 2016-06-28 13:47:59 -07:00
Alex Dadgar
5e7efc1a52 Small creating a cluster fixes 2016-06-28 13:32:10 -07:00
Diptanu Choudhury
5e406f35be Merge pull request #1361 from hashicorp/cluster-docs
Added docs around bootstrapping a Nomad cluster
2016-06-28 11:00:21 -07:00
Diptanu Choudhury
923f202b1a Modified docs 2016-06-28 10:57:54 -07:00
Alex Dadgar
4da45ee4c1 mark that periodic is optional 2016-06-28 10:33:48 -07:00
Diptanu Choudhury
24be897d7e Added a section about fedaration of clusters 2016-06-28 10:33:31 -07:00
Diptanu Choudhury
0a5679e3b7 Merge pull request #1364 from hashicorp/update-gopsutil
Updated gopsutil
2016-06-28 10:08:44 -07:00
Diptanu Choudhury
1c9a36f6dd Updated gopsutil 2016-06-28 10:07:56 -07:00
Alex Dadgar
53e42c3ec7 Merge pull request #1360 from hashicorp/b-gc-batch
Disallow EvalGC to reap batch jobs evals/allocs and make JobGC only oneshot GC everything
2016-06-28 10:02:23 -07:00
Alex Dadgar
3ed6e57827 comments 2016-06-28 10:02:06 -07:00
Alex Dadgar
a7a18a6605 Merge pull request #1363 from wuub/master
Fix docker driver lockup during nomad boot
2016-06-28 09:04:45 -07:00
Wojciech Bederski
e922200b34 Fix docker driver lockup during nomad boot
Unit mismatch caused docker driver to wait almost indefinitely during boot 
(when one or more containers were a bit uncooperative during StopContainer())
This should fix problems described in  #1202
2016-06-28 14:26:47 +02:00
Alex Dadgar
f664898a65 Disallow EvalGC to reap batch jobs evals/allocs and make JobGC only oneshot GCs everything 2016-06-27 22:54:03 -07:00
Alex Dadgar
09d36273d8 Merge branch 'master' of github.com:hashicorp/nomad 2016-06-27 22:53:21 -07:00
Alex Dadgar
6a9acc818d changelog 2016-06-27 22:53:11 -07:00
Alex Dadgar
90dcba9787 Merge pull request #1362 from hashicorp/b-vendor-columnize
Update columnize to include optimized code
2016-06-27 22:51:42 -07:00
Alex Dadgar
adb569e5b9 update columnize to include optimized code 2016-06-27 22:49:53 -07:00
Diptanu Choudhury
c71006bc87 Merge pull request #1355 from hashicorp/d-getting-started
Update getting started docs
2016-06-27 16:56:22 -07:00
Diptanu Choudhury
876f301050 Merge pull request #1354 from hashicorp/d-client-http
Cleanup Client HTTP API docs
2016-06-27 16:55:56 -07:00
Diptanu Choudhury
10745334ef Merge pull request #1358 from novilabs/write-temp-and-rename-state
write state to temp file and then rename
2016-06-27 16:51:46 -07:00
Diptanu Choudhury
b0f1a7d9aa Added docs around bootstrapping a Nomad cluster 2016-06-27 16:24:04 -07:00
Cameron Davison
aad6203b6d write state to temp file and then rename 2016-06-27 12:29:33 -05:00
Alex Dadgar
cc7ee72a43 Update getting started 2016-06-24 19:20:09 -07:00
Alex Dadgar
23774ccc26 clean up stats 2016-06-24 18:00:29 -07:00
Alex Dadgar
f97382362c Unify the stats http API docs 2016-06-24 11:09:24 -07:00
Alex Dadgar
ca1290fc00 Merge pull request #1353 from hashicorp/b-requeue
Properly handle reblocking evaluations by storing the eval token
2016-06-24 11:05:06 -07:00
Alex Dadgar
e22e2afc67 Reblock test 2016-06-24 10:26:13 -07:00
Alex Dadgar
1c354f6da3 Remove requeue because it is a subset of EnqueueAll now 2016-06-24 10:14:34 -07:00
Alex Dadgar
5666d64ab6 When enqueuing into eval broker always pass blocked eval's token 2016-06-23 22:40:22 -07:00
Alex Dadgar
016917da9b UnblockFailed needs to untrack the job 2016-06-23 15:35:21 -07:00
Alex Dadgar
1a874b1897 Merge pull request #1351 from hashicorp/b-unblockfailed-delete-job
UnblockFailed needs to untrack the job
2016-06-23 15:34:11 -07:00
Alex Dadgar
730b8daec0 UnblockFailed needs to untrack the job 2016-06-23 15:26:26 -07:00
Alex Dadgar
60d232e72f plan api docs 2016-06-23 11:48:31 -07:00
Diptanu Choudhury
16d430f91d Merge pull request #1350 from hashicorp/f-updating-tests
Update failing tests
2016-06-23 09:16:58 -07:00
Jake Champlin
b5b7b7d16e Update failing tests 2016-06-23 11:28:17 -04:00
Diptanu Choudhury
81876a7ed3 Revert changes to build script 2016-06-22 17:01:53 -07:00
vagrant
a225f020ad Release v0.4.0-rc2 2016-06-22 23:50:29 +00:00