Commit Graph

2956 Commits

Author SHA1 Message Date
Diptanu Choudhury 0e7a2d68c1 fixing the logic of addr resolution 2016-02-16 13:13:40 -08:00
Alex Dadgar ba0dc9bca9 more vendoring 2016-02-15 18:22:51 -08:00
Alex Dadgar 25eba68015 vendor 2016-02-15 18:12:22 -08:00
Diptanu Choudhury 35ab48bc3d Fixed the go vet to skip vendored files 2016-02-15 17:56:28 -08:00
Alex Dadgar 3192c332f1 Remove updatedeps from vagrant file 2016-02-15 17:38:38 -08:00
Alex Dadgar 1a34066daa update hashicorp dependencies 2016-02-15 17:38:08 -08:00
Diptanu Choudhury e131302698 Merge pull request #802 from stigkj/patch-1
Spelling: intepretable --> interpretable
2016-02-15 04:38:37 -08:00
Diptanu Choudhury 6c97d97940 Merge pull request #803 from ggerritsen/master
Update Readme for local dev.
2016-02-15 04:38:23 -08:00
Geert Gerritsen 4975427e69 Update Readme for local dev.
* Make sure to clone first and bootstrap second
2016-02-15 12:15:16 +01:00
Stig Kleppe-Jørgensen 0164b53a33 Spelling: intepretable --> interpretable 2016-02-14 16:21:38 +01:00
Diptanu Choudhury 618c81c3ba Bumping up the version 2016-02-12 17:20:56 -08:00
Diptanu Choudhury 41a8ec81ac Merge pull request #799 from hashicorp/b-gnumakefile
Rename Makefile to GNUmakefile
2016-02-12 17:05:42 -08:00
Sean Chittenden 89df36b7c7 Rename Makefile to GNUmakefile 2016-02-12 16:59:31 -08:00
Alex Dadgar 377e607f0a Merge branch 'master' of https://github.com/hashicorp/nomad 2016-02-12 16:58:59 -08:00
Alex Dadgar 12e1d5999d Changelog 2016-02-12 16:58:50 -08:00
Diptanu Choudhury 8d6be22181 Merge branch 'master' of github.com:hashicorp/nomad 2016-02-12 16:20:41 -08:00
Diptanu Choudhury fce4a0bd2c Added stubs for windows 2016-02-12 16:20:04 -08:00
Alex Dadgar e0eb8911e8 Merge branch 'master' of https://github.com/hashicorp/nomad 2016-02-12 16:13:28 -08:00
Alex Dadgar f6e0349d3b go vet 2016-02-12 16:08:58 -08:00
Alex Dadgar d0df409322 Merge pull request #798 from hashicorp/f-ls-h
Make FS output human readable by default
2016-02-12 15:44:16 -08:00
Alex Dadgar b3fef3c6cb vendor 2016-02-12 15:42:05 -08:00
Alex Dadgar c000dce72b Add human readable output to fs 2016-02-12 15:36:52 -08:00
Diptanu Choudhury d34a74371a Merge pull request #797 from hashicorp/reserve-ports
Reserving ports for client in every platform
2016-02-12 14:33:13 -08:00
Diptanu Choudhury fe66b8b928 Adding comments 2016-02-12 14:25:32 -08:00
Diptanu Choudhury b1c57e078f Changing log messages in the docker driver 2016-02-12 13:33:09 -08:00
Diptanu Choudhury 9d761afbc3 Adding vendored code in pkg directories 2016-02-12 13:32:32 -08:00
Diptanu Choudhury 772ed1eb7e Reserving ports for client in every platform 2016-02-12 13:21:56 -08:00
Alex Dadgar 18da7eea95 Update go-plugin 2016-02-12 12:16:56 -08:00
Diptanu Choudhury 0b35416593 Merge pull request #796 from hashicorp/godep
Godep
2016-02-12 10:59:00 -08:00
Diptanu Choudhury c3ebef83c6 Formatting test 2016-02-12 10:37:34 -08:00
Diptanu Choudhury efea99001a Fixed the make dev target 2016-02-12 10:36:11 -08:00
Diptanu Choudhury 7875aceca9 Excluding vendor tests 2016-02-12 10:26:19 -08:00
Diptanu Choudhury 9c9063b018 Replacing tip with 1.6rc2 in travis 2016-02-12 10:03:45 -08:00
Diptanu Choudhury 9897b600ca Using godeps to build 2016-02-12 10:02:16 -08:00
Alex Dadgar da767aceb6 Merge pull request #795 from hashicorp/b-httpaddr
Merging the value of http advertise addr if user is providing one
2016-02-12 09:54:25 -08:00
Diptanu Choudhury 92103c9091 Merging the value of http advertise addr if user is providing one 2016-02-12 09:40:28 -08:00
Diptanu Choudhury d64b109afc Bumped up disk requirements in a test 2016-02-11 22:50:34 -08:00
Diptanu Choudhury c84a000416 Fixed some more tests 2016-02-11 22:33:41 -08:00
Diptanu Choudhury a254d664cb Bumping up default disk size 2016-02-11 18:15:55 -08:00
Diptanu Choudhury c6e395fa0e Fixed tests 2016-02-11 17:34:46 -08:00
Diptanu Choudhury 0016b2f82d Setting the output for default logger to nomad's logoutput 2016-02-11 16:05:31 -08:00
Diptanu Choudhury 7eba3f3b5f Merge pull request #763 from hashicorp/f-logrotator
Implemented log rotation for drivers
2016-02-11 15:02:39 -08:00
Diptanu Choudhury 3db617472c Fixed an issue with purge 2016-02-11 14:44:35 -08:00
Diptanu Choudhury e7f8997bb1 Added a validator for log storage 2016-02-11 12:30:47 -08:00
Diptanu Choudhury d2fa769514 Added the log config to init example 2016-02-11 12:21:19 -08:00
Alex Dadgar cfdc5cbdbf Merge pull request #778 from zanella/doc_trailing_commas
Trailing comma typos
2016-02-11 12:19:43 -08:00
Alex Dadgar feb7987814 Changelog 2016-02-11 11:14:23 -08:00
Diptanu Choudhury 0d362c39e7 Fixed more client executor tests 2016-02-11 11:13:45 -08:00
Alex Dadgar fa4b9b9964 Merge pull request #790 from hashicorp/b-eval-broker-delivery-limit
Fix panic when Ack occurs at delivery limit
2016-02-11 11:09:28 -08:00
Alex Dadgar ef3798c338 Merge pull request #789 from hashicorp/f-client-races
Remove data races in the client
2016-02-11 11:07:49 -08:00