Alex Dadgar
410ae593e7
Fix double pull with introduction of AllocModifyIndex
2016-02-01 15:43:59 -08:00
Alex Dadgar
872eae28a9
Merge pull request #722 from iverberk/f-double-alloc-update
...
Add new RPC call to fetch a lightweight list of allocation information.
2016-01-30 16:39:09 -08:00
Ivo Verberk
60d8180279
Add additional API endpoint for requesting client specific node allocations.
2016-01-29 20:01:21 +01:00
Jake Champlin
38bf85b3cb
Update agent_endpoint_test
2016-01-28 23:33:01 -05:00
Diptanu Choudhury
d0fbdd8689
Simplified the logic of detecting addrs
2016-01-27 13:34:01 -08:00
Diptanu Choudhury
90840eaf29
Added the advertise http option to the client
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
8915619093
Using the bindAddr only when user hasn't overrident it
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
40a205f466
Added the cli for listing alloc dir
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
6c32119ee7
Allow users to configure arbitrary headers in config
2016-01-22 11:00:43 -08:00
Alex Dadgar
0d29e30e7b
Merge pull request #675 from nautsio/f-cli-short-ids
...
Shorten CLI identifiers
2016-01-19 15:11:41 -08:00
Alex Dadgar
a9b0591405
Merge pull request #668 from hashicorp/f-force-spawn
...
Force spawn periodic jobs
2016-01-19 11:37:18 -08:00
Alex Dadgar
e5ef12d80c
Missing forward slash
2016-01-19 11:18:03 -08:00
Alex Dadgar
1ab7896133
Move endpoint to be under job
2016-01-19 11:09:36 -08:00
Ivo Verberk
648a3487c9
Merge branch 'master' into f-cli-short-ids
2016-01-15 09:19:53 +01:00
Diptanu Choudhury
0cf85f5355
Refactoring some comments and test names
2016-01-14 15:07:24 -08:00
Diptanu Choudhury
12f44a28f7
Renamed the tests
2016-01-14 13:39:30 -08:00
Diptanu Choudhury
21847954e0
changed the API of the client
2016-01-14 13:35:42 -08:00
Ivo Verberk
ab9409184a
Shorten CLI identifiers
...
* Truncate all UUID identifiers to eight characters by default
* Refactor the node identifier to an auto-generated UUID
* Created and updated tests and mocks
2016-01-14 21:57:43 +01:00
Diptanu Choudhury
ee369382aa
Fixed the query for extracting path from stat
2016-01-13 13:21:03 -08:00
Diptanu Choudhury
2b1962b9fd
Refactored the tests
2016-01-13 11:49:39 -08:00
Diptanu Choudhury
8636fb61f7
Added a test for the readat api endpoint
2016-01-13 11:37:29 -08:00
Diptanu Choudhury
46bb3fb5cd
Fixed the logic of extracting alloc
2016-01-13 11:19:45 -08:00
Alex Dadgar
94f4b23acb
Add force spawn endpoint
2016-01-13 10:19:53 -08:00
Diptanu Choudhury
f7c367397f
Refactored the code
2016-01-12 22:25:12 -08:00
Diptanu Choudhury
11a67599b9
Implemeted readAt
2016-01-12 22:06:42 -08:00
Diptanu Choudhury
b5385b616d
Implemented the Stat API
2016-01-12 21:28:07 -08:00
Diptanu Choudhury
cbcdaec3fe
Added the Stat API
2016-01-12 15:25:51 -08:00
Diptanu Choudhury
744c226c23
Added methods for listing directories inside an alloc
2016-01-12 15:03:53 -08:00
Alex Dadgar
cf3152d924
Merge pull request #575 from nautsio/f-short-ids
...
Allow lookups based on short identifiers
2016-01-06 14:36:19 -08:00
Ivo Verberk
62951082e2
Improvements for short identifiers
...
* Fix tests
* Update documentation
2016-01-06 22:46:57 +01:00
Ivo Verberk
db82564041
Bring up-to-date with master
2015-12-24 21:16:32 +01:00
Ivo Verberk
905742249e
Refactoring continued
...
* Refactor other cli commands to new design
* Add PrefixList method to api package
* Add more tests
2015-12-24 20:53:37 +01:00
Alex Dadgar
9f44780f89
User specifiable kill timeout and operator configurable max
2015-12-22 16:10:30 -08:00
Ivo Verberk
e89b5af338
Refactoring
...
* Reverted changes to get methods
* Added prefix query parameter
* Updated node status to use prefix based searching
* Fixed tests
* Removed truncation logic
2015-12-22 23:44:33 +01:00
Alex Dadgar
051ead2b80
Enforce absolute paths for alloc/state/data directories
2015-12-22 11:14:41 -08:00
Alex Dadgar
6cf66ff231
Fix retry interval not applying sleep duration
2015-12-17 16:33:09 -08:00
Chris Hines
1668a4804e
Sort config files as documented.
2015-12-15 02:05:25 -05: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
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
Alex Dadgar
d536fe9027
Remove all calls to the default logger
2015-12-11 15:02:13 -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
5bf8a1fff6
Move raw_exec enabled into the DevMode config block
2015-12-10 15:24:21 -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
436d22314a
Added message when no configuration files are loaded
2015-12-09 15:50:18 -08: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 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