Commit Graph

2766 Commits

Author SHA1 Message Date
Alex Dadgar
2313db3dd2 Merge pull request #772 from achanda/travis
Use the CI env variable
2016-02-06 15:44:01 -08:00
Abhishek Chanda
4f33b57327 Use the CI env variable
Travis exports this variable to all builds. We don't need out own.
A number of other CI systems use this variable too.
2016-02-06 01:11:44 -08:00
Alex Dadgar
652da981ea Update README.md 2016-02-05 16:33:20 -08:00
Alex Dadgar
e054cfa337 Merge pull request #771 from hashicorp/d-getting-started
Update getting started with short ids
2016-02-05 16:29:25 -08:00
Alex Dadgar
722f3208a1 Update getting started with short ids 2016-02-05 16:28:20 -08:00
Alex Dadgar
20d69751cf changelog 2016-02-05 15:30:02 -08:00
Alex Dadgar
c175213569 Merge pull request #770 from hashicorp/f-service-name-period
Ensure there are no periods in the service name
2016-02-05 15:29:13 -08:00
Alex Dadgar
18cf58e0ee Merge pull request #769 from zanella/minor_typo_eval_return
Trailing comma typo
2016-02-05 15:19:28 -08:00
Alex Dadgar
083689072b Merge pull request #765 from hashicorp/f-fs-cli
Display fs in nomad help and list the subcommands when called
2016-02-05 15:16:50 -08:00
Alex Dadgar
7d3be2bba2 Fix == 2016-02-05 15:15:56 -08:00
Alex Dadgar
6c7fa53990 Ensure there are no periods in the service name 2016-02-05 14:42:35 -08:00
Rafael Zanella
cde2d13f69 Trailing comma typo 2016-02-05 20:03:10 -02:00
Alex Dadgar
9d528d3884 Display fs in nomad help and list the subcommands when called 2016-02-05 11:01:29 -08:00
Alex Dadgar
8701ce33ce changelog 2016-02-04 18:22:59 -08:00
Alex Dadgar
5b1c6f874f Merge pull request #760 from hashicorp/f-var-interprelation
Only interpret vars wrapped in braces
2016-02-04 18:21:42 -08:00
Alex Dadgar
0c46a0ec1d Fix tests 2016-02-04 17:27:58 -08:00
Alex Dadgar
8b55fd6b70 Only interpret vars wrapped in braces 2016-02-04 17:26:46 -08:00
Alex Dadgar
d5e6a9c29e CHANGELOG 2016-02-04 17:25:18 -08:00
Alex Dadgar
17a93b5730 Merge pull request #756 from hashicorp/f-download-location
Extract artifacts to the root of the task, not in the local directory
2016-02-04 17:22:11 -08:00
Alex Dadgar
f2b9e18b9e Merge pull request #757 from hashicorp/f-tmp
Add tmp folder to each task directory
2016-02-04 17:21:30 -08:00
Alex Dadgar
ec583e4807 Add tmp file to each task directory 2016-02-04 15:35:04 -08:00
Alex Dadgar
edf1db85fc Fix java test 2016-02-04 15:26:37 -08:00
Alex Dadgar
0ad448f12f Changelog 2016-02-04 15:20:19 -08:00
Alex Dadgar
ca69bcd18b Extract artifacts to the root of the task, not in the local directory 2016-02-04 15:18:22 -08:00
Alex Dadgar
67115256bc Merge pull request #755 from hashicorp/b-alloc-runner-destroy
Fix AllocRunner not capturing destroy signal and tests
2016-02-04 15:17:53 -08:00
Alex Dadgar
3308841098 Serialize the list of mounted entries in the alloc dir 2016-02-04 14:30:32 -08:00
Alex Dadgar
fb010e2c5d Small fixes 2016-02-04 14:19:27 -08:00
Alex Dadgar
c89e97084d Fix AllocRunner not capturing destroy signal and tests 2016-02-04 13:09:53 -08:00
Alex Dadgar
c87a4f9f71 changelog 2016-02-04 10:20:42 -08:00
Alex Dadgar
cef6bffd66 Merge pull request #751 from hashicorp/b-client-updates
Client handles updates to KillTimeout and Restart Policy
2016-02-04 10:19:28 -08:00
Alex Dadgar
099f5adc7e CHANGELOG 2016-02-04 10:19:02 -08:00
Alex Dadgar
d75c057f9f Merge pull request #748 from achanda/docker_version
Update docker before testing
2016-02-04 10:17:36 -08:00
Alex Dadgar
01a221ff79 Merge pull request #749 from iverberk/f-fingerprint-update-node
Reregister node when periodic fingerprint changes node properties
2016-02-04 10:16:38 -08:00
Ivo Verberk
a78836049f Add comments to hasNodeChanged and remove superfluous else block 2016-02-04 08:19:34 +01:00
Alex Dadgar
6af88ac780 Merge pull request #753 from hashicorp/b-computed-class
Fix computed class when the job has multiple task groups
2016-02-03 21:24:31 -08:00
Alex Dadgar
d487295960 Fix computed class when the job has multiple task groups 2016-02-03 21:22:18 -08:00
Alex Dadgar
cc90670210 Fix tests 2016-02-03 19:58:39 -08:00
Alex Dadgar
03aca9887b Client handles updates to KillTimeout and Restart Policy 2016-02-03 19:43:44 -08:00
Alex Dadgar
5d297a446f Move restart tracker creation into task runner 2016-02-03 16:16:48 -08:00
Alex Dadgar
35622331b3 Merge branch 'master' of https://github.com/hashicorp/nomad 2016-02-03 16:02:05 -08:00
Alex Dadgar
1423012862 changelog 2016-02-03 16:01:58 -08:00
Alex Dadgar
c9716f55b0 Merge pull request #750 from hashicorp/b-node-drain
Fix node drain not working properly
2016-02-03 16:00:59 -08:00
Alex Dadgar
c55ea4e8ed test 2016-02-03 14:15:02 -08:00
Ivo Verberk
035cc02c65 Reregister node when periodic fingerprint changes node properties 2016-02-03 21:10:58 +01:00
Alex Dadgar
f9fb2ef3f8 Fix node drain 2016-02-03 12:00:43 -08:00
Abhishek Chanda
12a635a5e6 Update docker before testing
Lifted from https://github.com/fsouza/go-dockerclient
2016-02-03 00:47:11 -08:00
Alex Dadgar
d395361858 changelog 2016-02-02 17:56:12 -08:00
Alex Dadgar
9717d67cae Merge pull request #746 from hashicorp/b-replacing-complete-batch-allocs
Only replace batch allocations that have failed
2016-02-02 17:54:46 -08:00
Alex Dadgar
8bf58d5292 Only replace batch allocations that have failed 2016-02-02 17:40:32 -08:00
Alex Dadgar
2f4bb314c6 Merge pull request #744 from hashicorp/f-on-restart
Restart on-success shouldn't be user specifiable
2016-02-02 17:40:05 -08:00