Chris Bednarski
|
40d2eb0628
|
Check length 0 (no configs) instead of 1 (some configs)
|
2015-12-14 17:46:52 -08:00 |
|
Diptanu Choudhury
|
c167166ce9
|
Using Go 1.5.2
|
2015-12-12 09:08:24 -08:00 |
|
Diptanu Choudhury
|
e59f6ac6dc
|
Bumping up the version in website
|
2015-12-11 17:06:45 -08:00 |
|
Diptanu Choudhury
|
e89dc2c065
|
Updated the changelog to add the 0.2.2 release date
|
2015-12-11 15:53:17 -08:00 |
|
Diptanu Choudhury
|
b57a0dbfb6
|
Removing the pre-release marker
|
2015-12-11 15:48:51 -08:00 |
|
Diptanu Choudhury
|
3c01a4de27
|
Fixed log printing logic
|
2015-12-11 15:45:49 -08:00 |
|
Chris Bednarski
|
3084e8cc2b
|
Add lint check for log.Printf usage
|
2015-12-11 15:20:41 -08:00 |
|
Alex Dadgar
|
43e77fa841
|
Changelog
|
2015-12-11 15:09:09 -08:00 |
|
Alex Dadgar
|
624d0fa0aa
|
Merge pull request #570 from hashicorp/b-logger
Remove all calls to the default logger
|
2015-12-11 15:08:15 -08:00 |
|
Alex Dadgar
|
b943c6e278
|
Remove all calls to the default logger
|
2015-12-11 15:02:13 -08:00 |
|
Chris Bednarski
|
f6d9736f49
|
Formatting tweaks
|
2015-12-11 14:41:45 -08:00 |
|
Chris Bednarski
|
67811f206c
|
Added 0.2.1 release date to changelog
|
2015-12-11 14:40:23 -08:00 |
|
Chris Bednarski
|
9eefc181d0
|
Formatting
|
2015-12-11 14:38:45 -08:00 |
|
Chris Bednarski
|
3daa103a9b
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2015-12-11 14:38:26 -08:00 |
|
Chris Bednarski
|
9a54c7944e
|
Updated changelog for 0.2.2
|
2015-12-11 14:38:21 -08:00 |
|
Diptanu Choudhury
|
804a1e1943
|
Merge pull request #568 from hashicorp/f-precise-consul-dereg
Don't deregister services and checks which are not managed by Nomad
|
2015-12-11 14:28:25 -08:00 |
|
Diptanu Choudhury
|
f932c5f9df
|
Refactored test and added some comments
|
2015-12-11 14:14:04 -08:00 |
|
Diptanu Choudhury
|
6665efdc36
|
Adding the changes to structs
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
e389674d34
|
Exctracted nomad- to a constant
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
1b942c158d
|
Removing extra lines
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
c7c0748cea
|
Making a struct to hold consul service config
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
d9fc07fb08
|
Added a test for the filtering logic of service and clients
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
a53e035b49
|
Deregister services and checks which are managed by Nomad
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
dd6df187fb
|
Merge pull request #567 from hashicorp/r-mute-consul-debug-messages
mute consul debug messages
|
2015-12-11 13:58:15 -08:00 |
|
Diptanu Choudhury
|
7bbf3b6497
|
Renaming constants
|
2015-12-11 13:47:35 -08:00 |
|
Diptanu Choudhury
|
6b43aa6753
|
Renaming constants
|
2015-12-11 13:18:04 -08:00 |
|
Diptanu Choudhury
|
8e97e7d85f
|
Not continuing sync if we couldn't get services and checks from consul
|
2015-12-11 13:10:20 -08:00 |
|
Alex Dadgar
|
26f8f9f4ec
|
Merge pull request #569 from ChrisHines/ticker-leak
Avoid leaking a time.Ticker.
|
2015-12-11 12:59:53 -08:00 |
|
Chris Hines
|
5f5f91717d
|
Avoid leaking a time.Ticker.
|
2015-12-11 15:30:53 -05:00 |
|
Diptanu Choudhury
|
7094ea53d6
|
Printing most of the consul messages only when the agent is available
|
2015-12-11 09:22:47 -08:00 |
|
Diptanu Choudhury
|
7d6a687b95
|
Changed the log line in consul fingerprinter
|
2015-12-11 09:10:21 -08:00 |
|
Diptanu Choudhury
|
49d9d04025
|
Print consul debug messages only when the consul agent is available
|
2015-12-11 09:06:03 -08:00 |
|
Diptanu Choudhury
|
d54ccfb0ec
|
Muted the consul debug messages
|
2015-12-11 09:06:03 -08:00 |
|
Diptanu Choudhury
|
4a6e09218e
|
Merge pull request #561 from hashicorp/b-consul-sync
Generate check names, check id and service id on the server side
|
2015-12-10 16:48:01 -08:00 |
|
Diptanu Choudhury
|
4395438400
|
Changing naming and debug message schemes
|
2015-12-10 16:47:43 -08:00 |
|
Diptanu Choudhury
|
87233649b9
|
Copied generated id and names
|
2015-12-10 16:38:29 -08:00 |
|
Alex Dadgar
|
28833db152
|
CHANGELOG update
|
2015-12-10 16:19:59 -08:00 |
|
Alex Dadgar
|
0a950a4070
|
Merge pull request #556 from hashicorp/b-cache-docker-client
Do.Once docker client initialization
|
2015-12-10 16:19:06 -08:00 |
|
Alex Dadgar
|
15ba118db7
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2015-12-10 16:17:23 -08:00 |
|
Alex Dadgar
|
6ec6d5ae96
|
CHANGELOG update
|
2015-12-10 16:17:16 -08:00 |
|
Diptanu Choudhury
|
b3c161a7d5
|
Generate check names, check id and service id on the server side
|
2015-12-10 16:07:17 -08:00 |
|
Chris Bednarski
|
188b495ffe
|
Merge pull request #557 from hashicorp/b-config-test-windows
Fix a failing test on windows because of / vs. \ in string comparison
|
2015-12-10 15:29:40 -08:00 |
|
Chris Bednarski
|
23c7012707
|
Merge pull request #558 from hashicorp/b-raw-exec-dev
Enable raw exec in dev mode
|
2015-12-10 15:29:17 -08:00 |
|
Chris Bednarski
|
545f0ff120
|
Move raw_exec enabled into the DevMode config block
|
2015-12-10 15:24:21 -08:00 |
|
Alex Dadgar
|
8ba38e1947
|
Merge pull request #559 from cdrage/fix-typo
Fix minor spelling error
|
2015-12-10 15:14:05 -08:00 |
|
Charlie Drage
|
bbae520a38
|
Fix minor spelling error
|
2015-12-10 18:09:14 -05:00 |
|
Chris Bednarski
|
36e828ea9a
|
Use ReadBoolDefault
|
2015-12-10 15:03:25 -08:00 |
|
Chris Bednarski
|
65d4aa889b
|
Enable raw exec in dev mode
|
2015-12-10 14:48:06 -08:00 |
|
Alex Dadgar
|
5eeec26102
|
Do Once docker client initialization
|
2015-12-10 13:49:29 -08:00 |
|
Chris Bednarski
|
a86e62b6cc
|
Use filepath.FromSlash so the test uses platform-specific path separators
|
2015-12-10 12:22:41 -08:00 |
|