Diptanu Choudhury
|
45bdd1c5e5
|
Removing extra lines
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
568006247d
|
Making a struct to hold consul service config
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
df14c98b3f
|
Added a test for the filtering logic of service and clients
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
f182c13729
|
Deregister services and checks which are managed by Nomad
|
2015-12-11 14:06:51 -08:00 |
|
Diptanu Choudhury
|
32c0177bc1
|
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
|
83c4650c94
|
Renaming constants
|
2015-12-11 13:47:35 -08:00 |
|
Diptanu Choudhury
|
c9277e27cf
|
Renaming constants
|
2015-12-11 13:18:04 -08:00 |
|
Diptanu Choudhury
|
42b4a34046
|
Not continuing sync if we couldn't get services and checks from consul
|
2015-12-11 13:10:20 -08:00 |
|
Alex Dadgar
|
7c6270d7a6
|
Merge pull request #569 from ChrisHines/ticker-leak
Avoid leaking a time.Ticker.
|
2015-12-11 12:59:53 -08:00 |
|
Chris Hines
|
2bcab7cc0c
|
Avoid leaking a time.Ticker.
|
2015-12-11 15:30:53 -05:00 |
|
Diptanu Choudhury
|
e1d2d5877a
|
Printing most of the consul messages only when the agent is available
|
2015-12-11 09:22:47 -08:00 |
|
Diptanu Choudhury
|
b3ed3e4942
|
Changed the log line in consul fingerprinter
|
2015-12-11 09:10:21 -08:00 |
|
Diptanu Choudhury
|
deea0d6031
|
Print consul debug messages only when the consul agent is available
|
2015-12-11 09:06:03 -08:00 |
|
Diptanu Choudhury
|
6af01d2d6f
|
Muted the consul debug messages
|
2015-12-11 09:06:03 -08:00 |
|
Diptanu Choudhury
|
4fd5036fef
|
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
|
56fa8f8a03
|
Changing naming and debug message schemes
|
2015-12-10 16:47:43 -08:00 |
|
Diptanu Choudhury
|
15559701c7
|
Copied generated id and names
|
2015-12-10 16:38:29 -08:00 |
|
Alex Dadgar
|
5626cac61f
|
CHANGELOG update
|
2015-12-10 16:19:59 -08:00 |
|
Alex Dadgar
|
8be637b93f
|
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
|
2c69603a23
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2015-12-10 16:17:23 -08:00 |
|
Alex Dadgar
|
1720c62585
|
CHANGELOG update
|
2015-12-10 16:17:16 -08:00 |
|
Diptanu Choudhury
|
ccfde99f82
|
Generate check names, check id and service id on the server side
|
2015-12-10 16:07:17 -08:00 |
|
Chris Bednarski
|
14635813b4
|
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
|
73c707c6cf
|
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
|
5bf8a1fff6
|
Move raw_exec enabled into the DevMode config block
|
2015-12-10 15:24:21 -08:00 |
|
Alex Dadgar
|
610271142a
|
Merge pull request #559 from cdrage/fix-typo
Fix minor spelling error
|
2015-12-10 15:14:05 -08:00 |
|
Charlie Drage
|
d5fc7f6022
|
Fix minor spelling error
|
2015-12-10 18:09:14 -05:00 |
|
Chris Bednarski
|
1821db757b
|
Use ReadBoolDefault
|
2015-12-10 15:03:25 -08:00 |
|
Chris Bednarski
|
462a721edb
|
Enable raw exec in dev mode
|
2015-12-10 14:48:06 -08:00 |
|
Alex Dadgar
|
25e47465c1
|
Do Once docker client initialization
|
2015-12-10 13:49:29 -08:00 |
|
Chris Bednarski
|
67eb18d9aa
|
Use filepath.FromSlash so the test uses platform-specific path separators
|
2015-12-10 12:22:41 -08:00 |
|
Chris Bednarski
|
52320c39d5
|
Merge pull request #519 from ChrisHines/windows-storage
client/fingerprint: Use GetDiskFreeSpaceEx instead of parsing output of fsutil on Windows.
|
2015-12-10 10:13:20 -08:00 |
|
Diptanu Choudhury
|
0fe864708d
|
Merge branch 'master' of github.com:hashicorp/nomad
|
2015-12-10 06:05:23 -08:00 |
|
Diptanu Choudhury
|
65c9a361aa
|
Added some extra log lines
|
2015-12-10 06:05:07 -08:00 |
|
Chris Bednarski
|
6be3a8d8b8
|
Updated go version to 1.5.2
|
2015-12-09 20:14:25 -08:00 |
|
Chris Bednarski
|
953910a499
|
Merge pull request #553 from hashicorp/b-no-configs
Added message when no configuration files are loaded
|
2015-12-09 15:58:46 -08:00 |
|
Chris Bednarski
|
436d22314a
|
Added message when no configuration files are loaded
|
2015-12-09 15:50:18 -08:00 |
|
Chris Hines
|
6a2abc9466
|
Improve error messages.
|
2015-12-09 16:34:18 -05:00 |
|
Alex Dadgar
|
2e3fd73487
|
Merge pull request #527 from asteris-llc/master
Add cluster join command line options and configuration options
|
2015-12-09 13:14:00 -08:00 |
|
Chris Bednarski
|
dc23448c47
|
Merge pull request #536 from hashicorp/f-log-config-files
Log the list of config files loaded when starting the nomad agent
|
2015-12-09 12:18:46 -08:00 |
|
Chris Bednarski
|
e864e5d440
|
Merge pull request #535 from hashicorp/f-warn-unused-config
Warn the user when they specify a config file / folder that doesn't add any configuration options
|
2015-12-09 12:10:19 -08:00 |
|
Chris Bednarski
|
e4989bf89c
|
Merge pull request #544 from ChrisHines/windows-scheduler-tests
Skip unreliable time measurement assertions on Windows.
|
2015-12-09 12:07:53 -08:00 |
|
Chris Hines
|
597194fb96
|
Skip unreliable time measurement assertions on Windows.
|
2015-12-09 14:55:57 -05:00 |
|
Chris Aubuchon
|
5336df683a
|
Indicate which configuration option failed to parse properly
|
2015-12-09 13:07:36 -06:00 |
|
Chris Aubuchon
|
07563b9d0c
|
Move retryJoin error channel to Command structure
|
2015-12-09 09:57:54 -06:00 |
|
Ryan Uber
|
052d2f02f6
|
demo/digitalocean: add curl
|
2015-12-08 19:53:04 -08:00 |
|
Diptanu Choudhury
|
6c12a55d79
|
Bumped up the version
|
2015-12-08 19:37:29 -08:00 |
|
Diptanu Choudhury
|
e19f2effb5
|
Merge branch 'master' of github.com:hashicorp/nomad
|
2015-12-08 19:34:57 -08:00 |
|
Diptanu Choudhury
|
729141d845
|
Updated the Changelog with #543
|
2015-12-08 19:34:42 -08:00 |
|
Alex Dadgar
|
33c9b79a6f
|
Merge pull request #526 from ChrisHines/windows-agent
command/agent: fix tests on Windows
|
2015-12-08 19:11:08 -08:00 |
|