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
Kenjiro Nakayama
d29579daf0
[docs] Write allocate ports example accurately in the doc of the docker driver
2016-07-20 20:55:42 +09:00
Kenjiro Nakayama
c24e886a5f
Add missed service name of the error message for the invalid port
2016-07-20 20:41:24 +09:00
Kenjiro Nakayama
f5c6d4bd44
[tiny] Output MHz to CPU resouces in alloc-status
2016-07-20 19:46:34 +09:00
Kenjiro Nakayama
47260d68be
[tiny] Fix an indent in init template
2016-07-20 17:41:26 +09:00
Kenjiro Nakayama
55d8862a81
Use array for jvm_options example in JAVA Driver
2016-07-20 16:31:44 +09:00
Diptanu Choudhury
3cd8d9d84e
Merge pull request #1435 from mlafeldt/remove-code-snippet
...
Remove unrelated code snippet from docs
2016-07-19 10:58:55 -07:00
Mathias Lafeldt
ace9cfa272
Fix indent of args block
2016-07-19 19:44:03 +02:00
Mathias Lafeldt
a81e4fa3a7
Remove unrelated code snippet from docs
2016-07-19 19:39:22 +02:00
Kenjiro Nakayama
466d7ac1ec
Update comments for the DefaultResources and DefaultLogConfig
2016-07-19 15:37:54 +09:00
Alex Dadgar
97a0968b02
Merge pull request #1431 from mlafeldt/basic-auth
...
Add HTTP basic auth support to Nomad client code
2016-07-18 13:24:23 -07:00
Diptanu Choudhury
3f3eadf53e
Merge pull request #1432 from mlafeldt/fix-typos
...
Fix typos in documentation and source code
2016-07-18 10:21:48 -06:00
Diptanu Choudhury
22af229cef
Merge pull request #1321 from mwieczorek/f-windows-binds
...
Volume binds for windows containers
2016-07-18 10:20:44 -06:00
Mathias Lafeldt
ab94704518
Fix typos in source code
2016-07-18 16:24:46 +02:00
Mathias Lafeldt
722669451a
Fix typos in documentation
2016-07-18 16:24:30 +02:00
Mathias Lafeldt
626404b19c
Add HTTP basic auth support to Nomad client code
...
In order to authenticate against protected endpoints, e.g.
```
export NOMAD_ADDR=https://$USER:$PASSWORD@nomad.example.net
nomad status
```
Instead of adding username and password to `api.Config`, this is a
rather simple change to the request handler code that passes along any
basic auth information.
2016-07-18 15:34:34 +02:00
Diptanu Choudhury
65c93efd95
Merge pull request #1425 from dvusboy/update_constraints_doc
...
Replace `Operator` with `Operand`
2016-07-14 00:46:25 -06:00
K.C. Wong
a4236f0c85
Replace `Operator` with `Operand`
...
* while HCL job-spec uses `operator`, JSON uses `Operand`
* `Operand` is required, it no longer defaults to `==`
(@see nomad/structs/structs.go#L2297)
2016-07-13 15:56:42 -07:00
Alex Dadgar
0fa9ddf39c
Merge branch 'master' of github.com:hashicorp/nomad
2016-07-13 15:34:58 -06:00
Alex Dadgar
39676d6ba9
Changelog
2016-07-13 15:34:40 -06:00
Alex Dadgar
a7a18de930
Merge pull request #1420 from hashicorp/f-tail-lines
...
Implement tail -n
2016-07-13 15:33:34 -06:00
Alex Dadgar
104a5baa33
Allow following of files when cating and fix offsets
2016-07-13 15:33:17 -06:00
Alex Dadgar
446a2e91ff
Changelog
2016-07-13 14:40:10 -06:00
Alex Dadgar
c28027bc9e
Merge pull request #1421 from hashicorp/f-system-count-zero
...
Allow count 0 on system jobs
2016-07-13 14:39:23 -06:00
Alex Dadgar
4aabced8ce
Add FrameReader test
2016-07-13 14:37:03 -06:00
Alex Dadgar
6bc7009f8c
Allow count 0 on system jobs
2016-07-13 13:50:08 -06:00
Diptanu Choudhury
3836d6e54e
Merge pull request #1383 from hashicorp/f-job-summary
...
Job Summary - Part 1
2016-07-13 13:34:27 -06:00
Alex Dadgar
d37651995f
implement -n for tail
2016-07-13 13:26:09 -06:00
Diptanu Choudhury
e35369ec83
Fixed typos in comments
2016-07-13 13:25:07 -06:00
Diptanu Choudhury
487c66b84d
Removing the queued state of Job Summary and alloc desired status false
2016-07-13 13:20:46 -06:00
Alex Dadgar
dba8a3df22
frames to reader
2016-07-12 17:34:32 -06:00
Alex Dadgar
af007b1360
Changelog
2016-07-12 17:24:23 -06:00
Alex Dadgar
c8e7b909c7
Merge pull request #1404 from hashicorp/f-streaming
...
Implement a streaming API and tail in the fs command
2016-07-12 17:23:04 -06:00
Alex Dadgar
661d100f2f
address comments
2016-07-12 17:01:33 -06:00
Diptanu Choudhury
daa83a4f3e
Renamed jobsummary to job_summary
2016-07-12 16:00:35 -06:00
Diptanu Choudhury
5d782abd50
Refactored the test
2016-07-12 14:37:51 -06:00
Diptanu Choudhury
00b9b4c6e8
Accounting lost state of allocations
2016-07-12 14:27:45 -06:00
Alex Dadgar
9b11a77720
changelog
2016-07-12 13:53:43 -06:00
Alex Dadgar
b87cf12f6f
Merge pull request #1403 from hashicorp/f-hold-rpc
...
Gracefully handle short lived outages by holding RPC calls
2016-07-12 13:52:33 -06:00
Diptanu Choudhury
e8d1aee3f4
Added a method for listing jobs whose id matches a prefix
2016-07-12 11:41:13 -06:00
Diptanu Choudhury
313d7aa7f5
Added a test to ensure client alloc updates are happening properly
2016-07-12 11:41:13 -06:00
Diptanu Choudhury
91b828d299
Updated logic to handle change in desired status of allocation when client status is still pending
2016-07-12 11:41:13 -06:00
Diptanu Choudhury
6937c0f7f3
Added test for job summary restore
2016-07-12 11:41:13 -06:00
Diptanu Choudhury
5e6f9ef69e
Added methods to save and restore job summary snapshots
2016-07-12 11:41:13 -06:00