Alex Dadgar
|
629224d74f
|
document initial status
|
2016-10-20 17:49:45 -07:00 |
|
Diptanu Choudhury
|
8ba32e8720
|
Documenting the port attribute of the check configuration block (#1837)
|
2016-10-19 11:12:11 -07:00 |
|
Michael Schurter
|
5773e1bb17
|
Merge pull request #1804 from hashicorp/f-job-env-var
Add NOMAD_JOB_NAME to task environment
|
2016-10-11 13:34:54 -07:00 |
|
Ben Barnard
|
d49b191cd7
|
Minor documentation edits for grammar and clarity
These are things I noticed as I read through the documentation.
There are a couple of minor substantive corrections as well.
|
2016-10-11 15:52:50 -04:00 |
|
Ben Barnard
|
ce94317d00
|
Replace "the the" with "the" in documentation and comments
|
2016-10-11 15:31:40 -04:00 |
|
Michael Schurter
|
0f11b2d2bb
|
Add NOMAD_JOB_NAME docs
|
2016-10-11 11:22:09 -07:00 |
|
Seth Vargo
|
4405c23378
|
Fix titles
|
2016-10-09 15:01:59 +08:00 |
|
Seth Vargo
|
809aa6ec66
|
Fix formatting
|
2016-10-03 18:23:53 -04:00 |
|
Seth Vargo
|
ff27b6fcaf
|
Update docs on interpreted
Uses "property" instead of overloading "attribute"
|
2016-10-03 17:01:24 -04:00 |
|
Seth Vargo
|
0d1c47fc9e
|
Fix HCL on interpreted.html
|
2016-10-03 17:01:23 -04:00 |
|
Seth Vargo
|
e5063b1d46
|
Fix formatting
|
2016-09-30 14:15:11 -04:00 |
|
Seth Vargo
|
9946e8977b
|
Clarify logs docs
|
2016-09-30 14:09:02 -04:00 |
|
Sean Chittenden
|
6f6f6de96c
|
Add a small anchor tag to the periodic block.
|
2016-09-30 10:39:54 -07:00 |
|
Christian Winther
|
4a0c2e96d0
|
Fix syntax error in JSON example
|
2016-09-26 16:26:07 +02:00 |
|
Cameron Stokes
|
7c89f18447
|
Link to Artifact section.
|
2016-09-20 15:18:59 -07:00 |
|
Alex Dadgar
|
b91c0bc664
|
kill timeout default documentation
|
2016-09-12 09:53:57 -07:00 |
|
Mathias Lafeldt
|
f1f05769ae
|
Job Spec: Link restart policy reference
For easier lookup.
|
2016-08-03 15:42:51 +02:00 |
|
Kenjiro Nakayama
|
b34c270366
|
[doc] Fix job example to use system scheduler with count 5
|
2016-07-20 22:31:05 +09:00 |
|
Mathias Lafeldt
|
0941dc1330
|
Fix typos in documentation
|
2016-07-18 16:24:30 +02:00 |
|
K.C. Wong
|
a4af8abefa
|
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 |
|
Ryan Yabuta
|
34ccbe44fa
|
update docs to use the new hostname attribute
|
2016-07-08 10:32:31 -07:00 |
|
Alex Dadgar
|
6bf89bebc1
|
Merge pull request #1373 from hashicorp/d-operating-job
Documentation for operating a job
|
2016-07-01 11:18:58 -07:00 |
|
Alex Dadgar
|
86cfb24900
|
respond to comments
|
2016-06-30 13:32:33 -07:00 |
|
Alex Dadgar
|
fe490b45b6
|
Updating
|
2016-06-30 11:49:59 -07:00 |
|
David Bresson
|
fc4ba7843d
|
Fix units in NOMAD_MEMORY_LIMIT documentation
|
2016-06-29 16:32:04 -07:00 |
|
Alex Dadgar
|
c73f0cfc18
|
Task Configurations
|
2016-06-29 12:47:17 -07:00 |
|
Alex Dadgar
|
4da45ee4c1
|
mark that periodic is optional
|
2016-06-28 10:33:48 -07:00 |
|
Alex Dadgar
|
d8e79759fc
|
Document consul configuration
|
2016-06-14 15:21:57 -07:00 |
|
Alex Dadgar
|
20a3dbcaf0
|
Document user only availabe on linux
|
2016-06-12 14:33:45 -07:00 |
|
Pete Shima
|
33de027f06
|
Add s3 examples to json docs as well
|
2016-06-03 14:35:43 -07:00 |
|
Pete Shima
|
beb3d45cf9
|
Add several more s3 examples to artifact docs
|
2016-06-03 14:08:05 -07:00 |
|
Alex Dadgar
|
ca60ce0b61
|
Json clean up + fixed variable names
|
2016-05-09 16:23:25 -07:00 |
|
Diptanu Choudhury
|
b6ce66e31a
|
Added docs for json representation of service discovery objects
|
2016-04-22 11:15:49 -07:00 |
|
Diptanu Choudhury
|
cd92e45e4b
|
Fixed the docs around service discovery
|
2016-04-19 14:47:04 -07:00 |
|
Alex Dadgar
|
636c3fc82f
|
Add IP and PORT environment variables
|
2016-04-15 11:01:32 -07:00 |
|
Alex Dadgar
|
37da266766
|
improved JSON docs
|
2016-04-14 16:47:24 -07:00 |
|
Alex Dadgar
|
575cf8503e
|
docs
|
2016-04-14 10:57:42 -07:00 |
|
Alex Dadgar
|
b63f3bb078
|
Periodic jobs always are evaluated in UTC TZ
|
2016-04-12 09:47:25 -07:00 |
|
K.C. Wong
|
4bc1e17539
|
Clarify how priority is ordered
* It wasn't exactly obvious to me that larger values reflect
higher priority.
|
2016-04-05 10:31:26 -07:00 |
|
Cosmo Petrich
|
97f2a9a1b8
|
Fix syntax errors in example JSON job spec
|
2016-04-05 14:25:19 +10:00 |
|
Alex Dadgar
|
fc3a638474
|
Add options documentation for go-getter
|
2016-03-30 15:22:04 -07:00 |
|
Diptanu Choudhury
|
99a9b1dec8
|
Updated the docs
|
2016-03-28 15:02:00 -07:00 |
|
Diptanu Choudhury
|
138bfe154d
|
Merge pull request #992 from hashicorp/f-script-checks-docs
Added docs for script checks
|
2016-03-28 14:27:26 -07:00 |
|
Diptanu Choudhury
|
310cf4490b
|
Removing extra chars
|
2016-03-28 14:26:31 -07:00 |
|
Diptanu Choudhury
|
e52cb8e65c
|
Updated docs
|
2016-03-28 14:25:15 -07:00 |
|
Diptanu Choudhury
|
77a244b80d
|
Corrected docs
|
2016-03-28 10:06:44 -07:00 |
|
Diptanu Choudhury
|
8499f091e3
|
Added docs
|
2016-03-27 23:21:50 -07:00 |
|
Diptanu Choudhury
|
3c149e6fd6
|
Added docs for script checks
|
2016-03-26 13:10:15 -07:00 |
|
Alex Dadgar
|
425a25f827
|
Merge pull request #987 from hashicorp/website-update-middleman-toc
website: update middleman and link to header
|
2016-03-25 18:55:20 -07:00 |
|
Alex Dadgar
|
c9c1ef26e2
|
JSON page docs
|
2016-03-25 18:34:01 -07:00 |
|