Diptanu Choudhury
|
57453086a7
|
Fixed the executor command
|
2016-02-04 17:00:37 -08:00 |
Diptanu Choudhury
|
4ed85d0ab2
|
Using a plugin to create the executor
|
2016-02-04 17:00:37 -08:00 |
Alex Dadgar
|
6f20d3f435
|
Restart on-success shouldn't be user specifiable
|
2016-02-02 17:35:06 -08:00 |
Alex Dadgar
|
4748bfd869
|
Tests
|
2016-02-02 13:50:30 -08:00 |
Alex Dadgar
|
54aebfd329
|
Merge pull request #731 from hashicorp/f-reduce-client-alloc-pulls
Client only pulls update allocations from server
|
2016-02-02 13:26:36 -08:00 |
Diptanu Choudhury
|
a7906020dd
|
Updated the time stamp style
|
2016-02-01 17:41:47 -08:00 |
Alex Dadgar
|
2d98c0eadd
|
Fix double pull with introduction of AllocModifyIndex
|
2016-02-01 15:43:59 -08:00 |
Ranjib Dey
|
38d1685fff
|
fix typo in fs-* command usage text
|
2016-01-31 11:11:06 -08:00 |
Alex Dadgar
|
f8b99e7da3
|
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
|
2dd3ff6d81
|
Add additional API endpoint for requesting client specific node allocations.
|
2016-01-29 20:01:21 +01:00 |
Jake Champlin
|
e2f0244776
|
Update agent_endpoint_test
|
2016-01-28 23:33:01 -05:00 |
Diptanu Choudhury
|
9e85ce3cc1
|
Not wrapping the stat errors
|
2016-01-27 22:08:06 -08:00 |
Diptanu Choudhury
|
a3140cff3f
|
Changing an error message
|
2016-01-27 21:43:52 -08:00 |
Diptanu Choudhury
|
17b6db4465
|
Moving to subcommands for fs commands
|
2016-01-27 16:29:29 -08:00 |
Diptanu Choudhury
|
7878899cc4
|
Changed to fs-ls
|
2016-01-27 14:58:55 -08:00 |
Diptanu Choudhury
|
f4e891b0c1
|
Formatting time to RFC822
|
2016-01-27 14:56:17 -08:00 |
Diptanu Choudhury
|
980bc19d10
|
Added more information about files
|
2016-01-27 14:20:10 -08:00 |
Diptanu Choudhury
|
0736f45937
|
Simplified the logic of detecting addrs
|
2016-01-27 13:34:01 -08:00 |
Diptanu Choudhury
|
4f28050d65
|
Removing the short option flag
|
2016-01-27 13:26:12 -08:00 |
Diptanu Choudhury
|
cfea32067f
|
Limiting the alloc and eval ids based on short/verbose flags
|
2016-01-27 12:56:38 -08:00 |
Diptanu Choudhury
|
82b2e24ff6
|
Added the short and verbose options
|
2016-01-27 12:53:25 -08:00 |
Diptanu Choudhury
|
2351f70590
|
Changed some comments, cli instructions etc
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
4a1d4ff69a
|
Changed the api of the ReadAt API
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
69a17e2a29
|
Added the advertise http option to the client
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
e83130934d
|
Using the bindAddr only when user hasn't overrident it
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
26d9554d02
|
Added some comments
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
2956f71519
|
Implemented prefix matching
|
2016-01-27 12:53:24 -08:00 |
Diptanu Choudhury
|
68c2164088
|
Added the cli for fs-cat
|
2016-01-27 12:53:23 -08:00 |
Diptanu Choudhury
|
a70e5dbdc7
|
Added an impl for stating a file
|
2016-01-27 12:53:23 -08:00 |
Diptanu Choudhury
|
edd3194a16
|
Added some comments
|
2016-01-27 12:53:23 -08:00 |
Diptanu Choudhury
|
1e9c817a52
|
Added the cli for listing alloc dir
|
2016-01-27 12:53:23 -08:00 |
Alex Dadgar
|
4332263048
|
standardize on <> for required flags
|
2016-01-27 12:00:31 -08:00 |
Alex Dadgar
|
837ca9ab86
|
limit length of string, taking into account its length
|
2016-01-27 10:42:10 -08:00 |
Diptanu Choudhury
|
b86e60b9de
|
Allow users to configure arbitrary headers in config
|
2016-01-22 11:00:43 -08:00 |
Alex Dadgar
|
436c13d26a
|
Merge pull request #692 from iverberk/f-detect-half-byte-prefix
Detect a half-byte prefix
|
2016-01-21 14:12:27 -08:00 |
Ivo Verberk
|
9ab2135b38
|
Provide a consistent user experience with prefix based lookups.
* Require at least two characters for identifier
* Automatically strip off the last character in case of uneven length
|
2016-01-21 22:21:35 +01:00 |
Alex Dadgar
|
ab6de99472
|
Remove non-standard CLI element
|
2016-01-21 13:13:36 -08:00 |
Ivo Verberk
|
c44b4c8aa9
|
Do not use the exact internal field names in the CLI output
|
2016-01-21 21:35:56 +01:00 |
Ivo Verberk
|
d8ac284bdd
|
Detect a half-byte prefix and display a user-friendly error.
|
2016-01-21 20:53:05 +01:00 |
Alex Dadgar
|
248b20ae24
|
Merge pull request #675 from nautsio/f-cli-short-ids
Shorten CLI identifiers
|
2016-01-19 15:11:41 -08:00 |
Ivo Verberk
|
9c46eceeac
|
Cleanup code and add comments
|
2016-01-20 00:02:17 +01:00 |
Alex Dadgar
|
041bcc36c5
|
Merge pull request #668 from hashicorp/f-force-spawn
Force spawn periodic jobs
|
2016-01-19 11:37:18 -08:00 |
Alex Dadgar
|
cffc04fa91
|
Missing forward slash
|
2016-01-19 11:18:03 -08:00 |
Alex Dadgar
|
5e900b94d0
|
Move endpoint to be under job
|
2016-01-19 11:09:36 -08:00 |
Ivo Verberk
|
427d3d650d
|
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
|
149c55252d
|
Merge branch 'master' into f-cli-short-ids
|
2016-01-15 09:19:53 +01:00 |
Diptanu Choudhury
|
39b263ed7f
|
Refactoring some comments and test names
|
2016-01-14 15:07:24 -08:00 |
Alex Dadgar
|
59a31704c3
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2016-01-14 14:38:08 -08:00 |
Alex Dadgar
|
0d30e57f56
|
Fix test
|
2016-01-14 14:38:02 -08:00 |
Diptanu Choudhury
|
6d491e3e19
|
Merge pull request #669 from hashicorp/f-fs-api
Introduce FS API
|
2016-01-14 14:34:30 -08:00 |