Alex Dadgar
|
2c1fd77dfd
|
Change token/role names
|
2016-08-17 16:23:29 -07:00 |
|
Alex Dadgar
|
f7f86941a3
|
change config variable names to match vault
|
2016-08-17 16:23:29 -07:00 |
|
Alex Dadgar
|
9ab0de1877
|
Parse Vault Config
|
2016-08-17 16:23:29 -07:00 |
|
Kenjiro Nakayama
|
7880222d39
|
Fix error messages
|
2016-08-17 18:33:07 +09:00 |
|
Kenjiro Nakayama
|
7e1cc0599a
|
Fix error message in Test{Plan,Run,Validate}Command_From_URL
|
2016-08-17 15:39:18 +09:00 |
|
Kenjiro Nakayama
|
5edc9d1072
|
Add StructJob test with jobfile from HTTP Server
|
2016-08-17 11:06:08 +09:00 |
|
Kenjiro Nakayama
|
bbc6a48596
|
Rename Helper to JobGetter
|
2016-08-17 11:06:08 +09:00 |
|
Kenjiro Nakayama
|
2c332cf539
|
Add help and documentation
|
2016-08-17 11:06:08 +09:00 |
|
Kenjiro Nakayama
|
d00090ab8b
|
Use go-getter to get jobfile by URL
|
2016-08-17 11:06:08 +09:00 |
|
Kenjiro Nakayama
|
87b0c90970
|
Add URL location support to validate command
|
2016-08-17 11:06:08 +09:00 |
|
Kenjiro Nakayama
|
717f446d0e
|
Support run/plan jobfile via URL location
|
2016-08-17 11:06:08 +09:00 |
|
Alex Dadgar
|
5953c29c72
|
fix data format test
|
2016-08-16 17:53:49 -07:00 |
|
Diptanu Choudhury
|
11a77c0ede
|
Merge pull request #1601 from hashicorp/b-fix-node-alloc-test
get a free port from the kernel
|
2016-08-16 17:09:03 -07:00 |
|
Diptanu Choudhury
|
20a0398752
|
Fixed a test
|
2016-08-16 16:36:15 -07:00 |
|
Diptanu Choudhury
|
bc3aab72fc
|
get a free port from the kernel
|
2016-08-16 16:05:37 -07:00 |
|
Diptanu Choudhury
|
53ab5d52d8
|
Cleaning up some code
|
2016-08-16 15:22:26 -07:00 |
|
Marin
|
fbb9108ed5
|
Add support for initial check status
|
2016-08-16 12:05:15 -07:00 |
|
Alex Dadgar
|
cc4b0ff7c5
|
Merge pull request #1540 from novilabs/add-creation-time-to-job-status
Add creation time to job status
|
2016-08-15 21:04:14 -07:00 |
|
Cameron Davison
|
561d7e3e97
|
s/Created/Created At/
|
2016-08-15 21:40:34 -05:00 |
|
Alex Dadgar
|
47f10d1baf
|
Merge pull request #1584 from novilabs/stream-framer-order
duplicate check for deep equals of frame order
|
2016-08-15 10:30:42 -07:00 |
|
Cameron Davison
|
53c244b855
|
use last job eval if multiple exist, when looking for registration
|
2016-08-13 22:37:35 -05:00 |
|
Cameron Davison
|
ebb026f47e
|
duplicate check for deep equals of frame order
|
2016-08-13 22:26:53 -05:00 |
|
Diptanu Choudhury
|
0d35216164
|
Merge pull request #1562 from dbresson/support-query-strings-in-checks
support query strings in checks
|
2016-08-12 13:06:02 -07:00 |
|
Alex Dadgar
|
32172ec06a
|
Merge pull request #1571 from hashicorp/t-logs-tests
Fixing logs tests on travis
|
2016-08-11 19:24:46 -07:00 |
|
Alex Dadgar
|
049a7b030d
|
fs uses timed unblocker like logs command
|
2016-08-11 19:07:13 -07:00 |
|
Alex Dadgar
|
014d8fe0e8
|
lock heartbeat
|
2016-08-11 18:37:08 -07:00 |
|
Alex Dadgar
|
2de52849db
|
up timeouts
|
2016-08-11 18:30:46 -07:00 |
|
Alex Dadgar
|
091d0e3eeb
|
Add travis multiplier
|
2016-08-11 18:16:10 -07:00 |
|
Diptanu Choudhury
|
880fbee225
|
Merge pull request #1566 from mlafeldt/fix-config-reload
Fix reload of retry_join server addresses on SIGHUP
|
2016-08-11 17:57:11 -07:00 |
|
Alex Dadgar
|
bc0e60ddb9
|
Plan on system scheduler doesn't count nodes who don't meet constraints
|
2016-08-11 15:26:25 -07:00 |
|
David Bresson
|
e41b70ca7d
|
Add a test for query string support
|
2016-08-11 12:22:46 -07:00 |
|
David Bresson
|
7a78bf4836
|
Add error handling to check registration
|
2016-08-11 11:49:48 -07:00 |
|
David Bresson
|
e191b0e198
|
Add support for query strings in check paths
|
2016-08-11 11:27:29 -07:00 |
|
Mathias Lafeldt
|
107dbba69a
|
Fix reload of retry_join server addresses on SIGHUP
The current code does not update the actual config, but only the local
reference to it.
|
2016-08-11 16:03:21 +02:00 |
|
Kenjiro Nakayama
|
fbb2d5cd5d
|
Return error when client failed to collect host stats
|
2016-08-11 09:38:28 +09:00 |
|
Diptanu Choudhury
|
6811e084f4
|
Merge pull request #1518 from pubnub/feature/chroot-map-rebase
Add config field to specify chroot mapping for exec driver
|
2016-08-10 17:00:03 -07:00 |
|
Diptanu Choudhury
|
d8dd52c720
|
Merge pull request #1538 from nak3/output-host-disk-utilization2
node-status outputs volumename instead of 0B utilization when non-physical volume is used
|
2016-08-10 15:09:23 -07:00 |
|
Alex Dadgar
|
08628fea90
|
consul syncer uses multi-error
|
2016-08-09 12:24:50 -07:00 |
|
Kenjiro Nakayama
|
5aceb8eacf
|
Update after another review
|
2016-08-09 22:50:18 +09:00 |
|
Kenjiro Nakayama
|
7d804a41c7
|
Add test to check both -json and -t are not specified
|
2016-08-09 21:06:20 +09:00 |
|
Kenjiro Nakayama
|
4edc906be4
|
Support JSON and template data output list when no args specified
|
2016-08-09 21:06:20 +09:00 |
|
Kenjiro Nakayama
|
4a3f63f641
|
Update help and error message
|
2016-08-09 21:06:20 +09:00 |
|
Kenjiro Nakayama
|
02613e170b
|
Stop using format option and support json and t option
|
2016-08-09 21:06:20 +09:00 |
|
Kenjiro Nakayama
|
5bd39f8e65
|
fix go panic
|
2016-08-09 21:06:20 +09:00 |
|
Kenjiro Nakayama
|
6c694014b4
|
Support JSON and template format with nomad CLI
|
2016-08-09 21:06:20 +09:00 |
|
Cameron Davison
|
0b7acd5825
|
move formatUnixNanoTime into a utility function
|
2016-08-08 21:24:38 -05:00 |
|
Cameron Davison
|
a66c568b3b
|
remove time flag, and update docs with new column
|
2016-08-08 21:15:45 -05:00 |
|
Jay Oster
|
95c1d76544
|
Fix ConfigMerge test with chroot config
|
2016-08-08 18:59:18 -07:00 |
|
Kenjiro Nakayama
|
5cbe16bb43
|
node-status outputs volumename instead of 0B utilization with non-physical volume
|
2016-08-09 08:51:19 +09:00 |
|
Kenjiro Nakayama
|
cc61998d57
|
tiny: Add MHz to node-status output
|
2016-08-08 13:12:01 +09:00 |
|