Commit Graph

4589 Commits

Author SHA1 Message Date
Alex Dadgar 5a09c44517 Add OSs back to build script 2016-06-28 14:30:02 -07:00
Alex Dadgar e207339e80
Release v0.4.0 2016-06-28 14:26:34 -07:00
Alex Dadgar 2faa662908 Merge branch 'master' of github.com:hashicorp/nomad 2016-06-28 14:17:12 -07:00
Alex Dadgar 99114ac86d
Release v0.4.0 2016-06-28 14:15:24 -07:00
Alex Dadgar 1c113ff3b9 version bump 2016-06-28 13:54:19 -07:00
Alex Dadgar 6f0685af44 Merge pull request #1366 from hashicorp/b-stats-restart
Set running when restoring
2016-06-28 13:52:49 -07:00
Alex Dadgar c35b1be845 Set running when restoring 2016-06-28 13:47:59 -07:00
Alex Dadgar 129c097768 Small creating a cluster fixes 2016-06-28 13:32:10 -07:00
Diptanu Choudhury a8dfe08ea4 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 614114a303 Modified docs 2016-06-28 10:57:54 -07:00
Alex Dadgar c4388072f8 mark that periodic is optional 2016-06-28 10:33:48 -07:00
Diptanu Choudhury f50c482846 Added a section about fedaration of clusters 2016-06-28 10:33:31 -07:00
Diptanu Choudhury ef854ae8cb Merge pull request #1364 from hashicorp/update-gopsutil
Updated gopsutil
2016-06-28 10:08:44 -07:00
Diptanu Choudhury a328e2fe7f Updated gopsutil 2016-06-28 10:07:56 -07:00
Alex Dadgar 15cd1934a3 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 099cee067d comments 2016-06-28 10:02:06 -07:00
Alex Dadgar d5c8961885 Merge pull request #1363 from wuub/master
Fix docker driver lockup during nomad boot
2016-06-28 09:04:45 -07:00
Wojciech Bederski a73422b4ff 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 3f0a47f9e4 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 3664d465dc Merge branch 'master' of github.com:hashicorp/nomad 2016-06-27 22:53:21 -07:00
Alex Dadgar f841f1a71a changelog 2016-06-27 22:53:11 -07:00
Alex Dadgar 1d05943fa4 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 c30c12f5c3 update columnize to include optimized code 2016-06-27 22:49:53 -07:00
Diptanu Choudhury 386aed5009 Merge pull request #1355 from hashicorp/d-getting-started
Update getting started docs
2016-06-27 16:56:22 -07:00
Diptanu Choudhury ae19a8eae6 Merge pull request #1354 from hashicorp/d-client-http
Cleanup Client HTTP API docs
2016-06-27 16:55:56 -07:00
Diptanu Choudhury 1d11801155 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 60dcd98212 Added docs around bootstrapping a Nomad cluster 2016-06-27 16:24:04 -07:00
Cameron Davison d1e7d9c50f
write state to temp file and then rename 2016-06-27 12:29:33 -05:00
Alex Dadgar 8a14c266e4 Update getting started 2016-06-24 19:20:09 -07:00
Alex Dadgar 0691b0e81b clean up stats 2016-06-24 18:00:29 -07:00
Alex Dadgar b8f3c1489c Unify the stats http API docs 2016-06-24 11:09:24 -07:00
Alex Dadgar a225a38201 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 6ca552c451 Reblock test 2016-06-24 10:26:13 -07:00
Alex Dadgar fd3e469d5e Remove requeue because it is a subset of EnqueueAll now 2016-06-24 10:14:34 -07:00
Alex Dadgar 2f8bb4b235 When enqueuing into eval broker always pass blocked eval's token 2016-06-23 22:40:22 -07:00
Alex Dadgar ccf93d7e44 UnblockFailed needs to untrack the job 2016-06-23 15:35:21 -07:00
Alex Dadgar 14f6b369ec 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 b1c2a9ddb9 UnblockFailed needs to untrack the job 2016-06-23 15:26:26 -07:00
Alex Dadgar d935e78ca9 plan api docs 2016-06-23 11:48:31 -07:00
Diptanu Choudhury 39c4ff78cd Merge pull request #1350 from hashicorp/f-updating-tests
Update failing tests
2016-06-23 09:16:58 -07:00
Jake Champlin f094969c7b
Update failing tests 2016-06-23 11:28:17 -04:00
Diptanu Choudhury ac724e2800 Revert changes to build script 2016-06-22 17:01:53 -07:00
vagrant 0a6e2a245c
Release v0.4.0-rc2 2016-06-22 23:50:29 +00:00
Diptanu Choudhury ab9e099541 Merge pull request #1348 from hashicorp/fix-gopsutil-windows386
Fixed build on windows/386
2016-06-22 16:39:16 -07:00
Diptanu Choudhury 3c7e27b54d Fixed build on windows/386 2016-06-22 16:38:45 -07:00
Diptanu Choudhury 9c6ce3ff90 Merge pull request #1344 from hashicorp/b-consul-service-name
Fixed parsing of consul agent service names
2016-06-22 15:47:34 -07:00
Diptanu Choudhury 380313ad66 Merge pull request #1347 from hashicorp/f-log-granularity
use microsecond granularity in logs
2016-06-22 15:47:12 -07:00
Alex Dadgar f3bc85c20f use microsecond granularity 2016-06-22 15:20:56 -07:00
Alex Dadgar 38e324a200 Merge pull request #1346 from hashicorp/f-computed-class-cpu
Floor CPU MHz and total compute and mark hostname as unique
2016-06-22 15:09:54 -07:00
Alex Dadgar 14e950f882 Treat float as int 2016-06-22 15:09:39 -07:00