Commit Graph

4789 Commits

Author SHA1 Message Date
Alex Dadgar 0327109300 tests 2016-07-25 11:16:01 -07:00
Alex Dadgar b2df901158 initial api and command 2016-07-25 11:16:01 -07:00
Alex Dadgar 3ea95bb91c initial log api impl 2016-07-25 11:16:01 -07:00
Alex Dadgar a6f31608fe changelog 2016-07-25 11:15:16 -07:00
Alex Dadgar bf2259a24d Merge pull request #1458 from nak3/plan-stdin
Support nomad plan to take jobfile from stdin
2016-07-25 11:13:09 -07:00
Diptanu Choudhury 1963ac58d1 Merge pull request #1463 from micheal/patch-1
Update taskconfig.html.md
2016-07-25 09:29:50 -07:00
micheal 6d5f5b146f Update taskconfig.html.md
Remove references to domain.com. RFC 2606 (https://www.rfc-editor.org/rfc/rfc2606.txt) reserves `example.com` for use in documentation. `domain.com` is a real website.
2016-07-25 00:27:26 -07:00
Kenjiro Nakayama 64db388af2 Support nomad plan to take jobfile from stdin 2016-07-23 18:18:56 +09:00
Alex Dadgar bdbb358b49 changelog 2016-07-22 17:34:14 -07:00
Alex Dadgar 84c3711989 Merge pull request #1457 from hashicorp/f-kill-event
Add killing event and mark task as not running when killed
2016-07-22 17:33:18 -07:00
Alex Dadgar 7164386a18 changelog 2016-07-22 17:31:36 -07:00
Alex Dadgar 3ec9cf3e0d Merge pull request #1454 from hashicorp/b-blocking-stats
Driver Kill() does not block Stats()
2016-07-22 17:29:52 -07:00
Alex Dadgar f46c9e8d64 Merge pull request #1453 from hashicorp/d-fs-tail
Documentation for tail and the stream endpoint
2016-07-22 16:21:25 -07:00
Alex Dadgar 6ea20ac9d7 changelog 2016-07-22 16:14:29 -07:00
Alex Dadgar f7b3daf46c Merge pull request #1460 from hashicorp/f-validate-stdin
Validate command accepts input from stdin
2016-07-22 16:12:52 -07:00
Alex Dadgar d1873e2d41 changelog 2016-07-22 16:11:42 -07:00
Alex Dadgar 0f2a8cb444 Merge pull request #1443 from mwieczorek/windows-network-linkspeed
Link speed for windows network fingerprinting
2016-07-22 16:10:49 -07:00
Michal Wieczorek b6b3e24541 Link speed for windows network fingerprinting - tests 2016-07-22 22:49:03 +02:00
Alex Dadgar 818d671407 validate from stdin 2016-07-22 13:48:14 -07:00
Alex Dadgar 34759dab86 changelog 2016-07-22 12:19:10 -07:00
Alex Dadgar 623f0fe682 Merge pull request #1459 from maier/master
Circonus integration for telemetry metrics
2016-07-22 12:18:24 -07:00
matt maier 7f2af04bcd Change circonus_broker_search_tag to circonus_broker_select_tag to match option in consul 2016-07-22 15:16:14 -04:00
matt maier 02d71eb6d3 Circonus integration for telemetry metrics 2016-07-22 12:33:10 -04:00
Alex Dadgar 00721861b0 Merge pull request #1438 from nak3/show-cpu-mhz
[tiny] Output MHz to CPU resouces in alloc-status
2016-07-21 15:59:13 -07:00
Alex Dadgar 90748cedad Add killing event and mark task as not running when killed 2016-07-21 15:49:54 -07:00
Alex Dadgar 898435d372 Retrieve task runners in helper 2016-07-21 13:41:01 -07:00
Alex Dadgar e6e5174919 document endpoint 2016-07-21 12:33:05 -07:00
Alex Dadgar 4e24676cd3 Docs 2016-07-21 12:33:05 -07:00
Alex Dadgar ed919f4d87 small cleanup of run command error msg 2016-07-21 09:52:41 -07:00
Alex Dadgar 75768770aa Merge pull request #1449 from nak3/fix-syslog-plugin
Return when nomad syslog command has invalid number of argument
2016-07-21 09:44:45 -07:00
Alex Dadgar 3bacec6c40 Merge pull request #1447 from nak3/fix-error-nomad-run
Fix nomad run parse error
2016-07-21 09:44:18 -07:00
Alex Dadgar 66e517ae3f Merge pull request #1445 from dkong/b-docs-exec
Docs: Fix list of chroot directories
2016-07-21 09:41:56 -07:00
Kenjiro Nakayama ef3886c5a0 Return when nomad syslog command has invalid number of argument 2016-07-21 23:19:22 +09:00
Kenjiro Nakayama d766ee5c32 Fix nomad run parse error 2016-07-21 19:41:36 +09:00
Dara Kong 82e08d0606 Docs: Fix list of chroot directories
The chroot list was updated in be1266e42d
2016-07-20 18:13:06 -07:00
Alex Dadgar a2bbbab2c7 changelog 2016-07-20 17:16:03 -07:00
Alex Dadgar c4e8ceaa59 Merge pull request #1434 from hashicorp/b-nil-empty
Sanitize empty slices/maps in Jobs
2016-07-20 17:14:54 -07:00
Alex Dadgar af09ef0832 fix validation tests 2016-07-20 16:43:20 -07:00
Alex Dadgar 56a831ded0 Merge pull request #1442 from nak3/fix-doc-example
[doc] Fix job example to use system scheduler with count 5
2016-07-20 16:24:35 -07:00
Alex Dadgar e0114fee05 InitFields to Canonicalize 2016-07-20 16:08:52 -07:00
Alex Dadgar 0634eeb3e0 Sanatize incoming slices/maps 2016-07-20 16:00:02 -07:00
Michal Wieczorek 679fefc155 Link speed for windows network fingerprinting 2016-07-20 22:13:50 +02:00
Diptanu Choudhury ccdcc577df Merge pull request #1437 from nak3/fix-init-template
[tiny] Fix an indent in init template
2016-07-20 10:10:07 -07:00
Diptanu Choudhury c8a52f36d5 Merge pull request #1429 from nak3/default-resources
Update comments for the DefaultResources and DefaultLogConfig
2016-07-20 10:09:36 -07:00
Diptanu Choudhury d7e397d3f9 Merge pull request #1439 from nak3/fix-error-message
Add missed service name of the error message for the invalid port
2016-07-20 10:08:45 -07:00
Diptanu Choudhury 917b687d95 Merge pull request #1440 from nak3/fix-allocating-ports-example
[docs] Write allocate ports example accurately
2016-07-20 10:08:11 -07:00
Diptanu Choudhury 21a6d64349 Merge pull request #1441 from nak3/remove-index-count
Stop using index in the error message for the task and task group validation
2016-07-20 10:07:42 -07:00
Diptanu Choudhury f380772278 Merge pull request #1436 from nak3/fix-jvm_options-example
[docs] Use array for jvm_options example in JAVA Driver
2016-07-20 10:05:47 -07:00
Kenjiro Nakayama ace72bc51d [doc] Fix job example to use system scheduler with count 5 2016-07-20 22:31:05 +09:00
Kenjiro Nakayama 473eb6561a Stop using index for task and task group validation 2016-07-20 22:23:35 +09:00