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
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
Diptanu Choudhury
83a5eaa126
Updating the version
2015-12-15 17:53:02 -08:00
jorge.marey
dc2c9fc58b
Fix dns_search_domains option in the documentation.
2015-12-15 22:22:58 +01:00
Diptanu Choudhury
badcdd2354
Merge pull request #591 from hashicorp/cgo
...
Using cgo dependencies to look up users
2015-12-15 11:21:16 -08:00
Diptanu Choudhury
06443a6629
Using cgo dependencies to look up users
2015-12-15 11:12:13 -08:00
Diptanu Choudhury
d8b39f1c15
Merge pull request #583 from hashicorp/f-consul-service
...
Making the allocs hold service ids
2015-12-15 11:00:29 -08:00
Diptanu Choudhury
ed911ca011
Added a test to make sure services no longer present are being removed
2015-12-15 10:43:56 -08:00
Diptanu Choudhury
9686f6e26f
Making sure existing ids for services are not re-generated
2015-12-15 09:14:32 -08:00
Diptanu Choudhury
fa5beb7fe5
Populating service ids only if allocations can be placed for system jobs
2015-12-15 08:38:18 -08:00
Diptanu Choudhury
962bdf744d
Added a test to prove services are removed from the map in Alloc if they are removed from the Tasks
2015-12-15 08:35:26 -08:00
Diptanu Choudhury
a57cc6f176
Merge pull request #588 from ChrisHines/config-sort
...
Sort config files as documented.
2015-12-14 23:16:29 -08:00
Chris Hines
1668a4804e
Sort config files as documented.
2015-12-15 02:05:25 -05:00
Diptanu Choudhury
cbc70a5465
Changed some comments
2015-12-14 18:05:58 -08:00
Alex Dadgar
9e8e7666d8
Merge pull request #585 from hashicorp/b-config-oboe
...
Check length 0 (no configs) instead of 1 (some configs)
2015-12-14 17:58:55 -08:00
Chris Bednarski
ae09df69b6
Check length 0 (no configs) instead of 1 (some configs)
2015-12-14 17:46:52 -08:00
Diptanu Choudhury
c52a5865c0
Fixed the job endpoints test
2015-12-14 17:17:29 -08:00
Diptanu Choudhury
f4526cd7e3
Re-initializing the service map for in place updates
2015-12-14 17:06:58 -08:00
Diptanu Choudhury
f089e249c8
Renamed serviceId to serviceID
2015-12-14 15:57:56 -08:00
Diptanu Choudhury
ed04b11862
Fixed tests
2015-12-14 15:47:01 -08:00
Diptanu Choudhury
76666998bb
Fixed the jobspec tests
2015-12-14 15:09:57 -08:00
Diptanu Choudhury
d4d7572604
Making the allocs hold service ids
2015-12-14 15:08:35 -08:00
Diptanu Choudhury
985d6db0a0
Merge branch 'master' of github.com:hashicorp/nomad
2015-12-14 15:07:37 -08:00
Diptanu Choudhury
53e05ed579
Moving to Consul 0.6
2015-12-14 15:07:24 -08:00
Chris Bednarski
b06235d6ff
Merge pull request #580 from ChrisHines/windows-agent
...
Use minimum OS specific path.
2015-12-14 14:47:15 -08:00
Alex Dadgar
49f0ab188d
Merge pull request #582 from ChrisHines/windows-api-tests
...
Remove clock granularity sensitive test assertion.
2015-12-14 14:26:15 -08:00
Chris Hines
04c7ba69af
Remove clock granularity sensitive test assertion.
...
TestRequestTime already verifies that the request time is properly recorded.
2015-12-14 17:03:08 -05:00
Diptanu Choudhury
8540ec46ef
Merge pull request #579 from hashicorp/f-consul-service-prefix
...
Changing the prefix of the service id
2015-12-14 12:54:46 -08:00
Chris Hines
cacd8a78b3
Use minimum OS specific path.
...
This change ensures LoadConfig and LoadConfigDir report consistent paths to files and those paths use the appropriate path separator for the target OS. Note that LoadConfigDir constructs paths with filepath.Join, which calls filepath.Clean, which calls filepath.FromSlash.
2015-12-14 14:59:19 -05:00
Diptanu Choudhury
68b1dd032e
Changing the prefix of the service
2015-12-14 11:14:22 -08:00
Diptanu Choudhury
dffcc8bac6
Changing the prefix of the service id
2015-12-14 08:54:34 -08:00
Diptanu Choudhury
53ca64ed7e
Using Go 1.5.2
2015-12-12 09:08:24 -08:00
Diptanu Choudhury
460228488b
Bumping up the version in website
2015-12-11 17:06:45 -08:00
Diptanu Choudhury
0e754116c4
Updated the changelog to add the 0.2.2 release date
2015-12-11 15:53:17 -08:00
Diptanu Choudhury
c45ae6eb3a
Removing the pre-release marker
2015-12-11 15:48:51 -08:00
Diptanu Choudhury
4b41cfc43e
Fixed log printing logic
2015-12-11 15:45:49 -08:00
Chris Bednarski
7d3e21fcb3
Add lint check for log.Printf usage
2015-12-11 15:20:41 -08:00
Alex Dadgar
80452132db
Changelog
2015-12-11 15:09:09 -08:00
Alex Dadgar
17294d2e9b
Merge pull request #570 from hashicorp/b-logger
...
Remove all calls to the default logger
2015-12-11 15:08:15 -08:00