Commit Graph

297 Commits

Author SHA1 Message Date
Ivo Verberk
de3bc00a00 Detect a half-byte prefix and display a user-friendly error. 2016-01-21 20:53:05 +01: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
Ivo Verberk
4330157b78 Cleanup code and add comments 2016-01-20 00:02:17 +01: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
9770a95608 Refactoring of full-id argument and id length constants
* full-id argument is now called verbose to be more future-proof
* constants for identifier length are a little more concise
2016-01-15 23:32:38 +01: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
Alex Dadgar
8190bfa4fd Merge branch 'master' of https://github.com/hashicorp/nomad 2016-01-14 14:38:08 -08:00
Alex Dadgar
6e46fb9315 Fix test 2016-01-14 14:38:02 -08:00
Diptanu Choudhury
c947155800 Merge pull request #669 from hashicorp/f-fs-api
Introduce FS API
2016-01-14 14:34:30 -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
Alex Dadgar
fd19855878 Add message to nomad status when there are no jobs 2016-01-14 11:56:06 -08: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
36030f1c9a Change status message 2016-01-08 10:32:08 -08:00
Alex Dadgar
37d9c4d9f7 commnet 2016-01-07 15:43:30 -08:00
Alex Dadgar
0a85e74aae Make monitoring based on prefix optional 2016-01-07 15:25:08 -08:00
Alex Dadgar
f13a9d934a Check parent id of prefix jobs and special case the output if no child job has been launched 2016-01-07 14:43:55 -08:00
Alex Dadgar
0dc60bed50 periodic status 2016-01-07 14:25:17 -08:00
Alex Dadgar
012db31100 Change multiple match cli output 2016-01-06 15:08:47 -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
Alex Dadgar
892c7ddee3 Fix bug, add tests, and cli output 2016-01-04 14:23:06 -08:00
Alex Dadgar
7cc5714dc9 Merge pull request #624 from hashicorp/f-adjustable-timeout
User specifiable kill timeout and operator configurable max
2016-01-04 11:44:22 -08:00
Alex Dadgar
d285df8275 Add to nomad init 2016-01-04 11:36:57 -08: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
33cb3e13d1 Make nomad status id aware of periodic jobs 2015-12-23 18:26:39 -08:00
Alex Dadgar
e4d60c65c2 Fix nomad run 2015-12-23 18:26:39 -08: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
Ivo Verberk
1af7c579f9 Revert "On cli node status list print the short Node ID when possible"
This reverts commit 5d3bd1b6f0.
2015-12-22 10:18:58 +01:00
Ivo Verberk
2a809b9d1e Bring up-to-date with master 2015-12-22 10:15:53 +01:00
Alex Dadgar
c8a25c6a8b Fix append issue 2015-12-21 15:10:49 -08:00
Alex Dadgar
b08d10a744 Merge branch 'agent-info-sort' of https://github.com/zytek/nomad into zytek-agent-info-sort 2015-12-21 15:07:13 -08:00
Ivo Verberk
23bfbbf66d Allow short identifiers for node-drain command 2015-12-20 18:02:10 +01:00
Armin
5d3bd1b6f0 On cli node status list print the short Node ID when possible 2015-12-20 17:33:27 +01:00