Commit Graph

676 Commits

Author SHA1 Message Date
Ryan Uber
0f0bbbd0ff api: test job sort 2015-09-17 13:15:45 -07:00
Ryan Uber
06aa0119e4 api: sort all list responses 2015-09-17 13:10:20 -07:00
Ryan Uber
8e6bc8bd16 Merge pull request #55 from hashicorp/f-hcl-job
jobspec: default job ID also comes from key
2015-09-16 22:25:26 -07:00
Ryan Uber
4c8eb1d78a jobspec: default job ID also comes from key 2015-09-16 22:06:55 -07:00
Ryan Uber
da35ecc4f3 command: fix tests after job validation 2015-09-16 11:42:28 -07:00
Ryan Uber
24cd105200 api: composing jobs takes region 2015-09-16 11:42:08 -07:00
Ryan Uber
39789e478d api: fix tests after struct validations 2015-09-16 11:26:48 -07:00
Ryan Uber
cfb6f3781c api: add region to jobs 2015-09-16 11:26:47 -07:00
Chris Bednarski
2c4d21b219 Merge pull request #36 from hashicorp/f-executor
Added executor interface, includes drop privileges for linux
2015-09-15 20:20:38 -07:00
Chris Bednarski
cdd065cb07 Support running Linux exec as a non-root user 2015-09-15 20:17:23 -07:00
Chris Bednarski
85744b0661 Merge branch 'master' into f-executor 2015-09-15 19:03:52 -07:00
Chris Bednarski
06a0bd0bf7 Overhaul the executor code so we use build flags instead of dynamic loading 2015-09-15 18:54:55 -07:00
Chris Bednarski
7eaf5254c2 Merge pull request #53 from hashicorp/f-executor-factory
Changed Default executor to use a factory
2015-09-15 17:44:27 -07:00
Armon Dadgar
4aba267bcc nomad: ensure job ID does not contain space 2015-09-15 17:38:30 -07:00
Ryan Uber
2c2a384b0a website: update output format for status/node-status 2015-09-15 16:54:25 -07:00
Ryan Uber
c7b12b6e17 Merge pull request #50 from hashicorp/f-info
Allocs/Evals in status/node-status output
2015-09-15 16:51:54 -07:00
Ryan Uber
acd0d16a7a command: final adjustments for list output 2015-09-15 16:51:17 -07:00
Ryan Uber
210ee0bbb7 command: helpers for columns 2015-09-15 16:44:38 -07:00
Chris Bednarski
c8516f3e9c Changed Default executor to use a factory 2015-09-15 16:40:40 -07:00
Chris Bednarski
a5512c22e9 Rename exec package to executor so it works better with goimports; fixes for Java driver 2015-09-15 14:03:03 -07:00
Ryan Uber
df48f69190 Merge pull request #47 from hashicorp/f-cli-docs
Base CLI docs
2015-09-15 13:53:47 -07:00
Ryan Uber
518665feaf website: cli docs cleanup 2015-09-15 13:52:02 -07:00
Chris Bednarski
5eb3354678 Update Java driver to use Executor 2015-09-15 13:45:48 -07:00
Ryan Uber
ac21530db0 website: use a helper for general options 2015-09-15 13:45:24 -07:00
Ryan Uber
c706942ece command: output adjustments 2015-09-15 13:21:49 -07:00
Ryan Uber
729fd3cd5f website: update usage and examples for status commands 2015-09-15 13:20:38 -07:00
Chris Bednarski
b3ef6930b8 Updated exec driver to use nomad/client/exec 2015-09-15 13:11:56 -07:00
Ryan Uber
a7b70259c8 command: testing alloc/eval dump and short mode for status 2015-09-15 12:53:13 -07:00
Ryan Uber
8a45651fe4 command: add evals/allocs to status command, add -short flag 2015-09-15 11:35:38 -07:00
Armon Dadgar
c1d05a8bd9 nomad: using struct level validations 2015-09-15 11:25:48 -07:00
Armon Dadgar
f4ade80f80 nomad: testing the job validations 2015-09-15 11:23:03 -07:00
Ryan Uber
550434dc9b command: dump allocations for nodes in node-status 2015-09-15 11:20:08 -07:00
Armon Dadgar
d17244e8df nomad: fixing tests 2015-09-15 11:12:46 -07:00
Armon Dadgar
ab5f049d5d nomad: adding job validation 2015-09-15 10:46:10 -07:00
Armon Dadgar
95fcbef21b Merge pull request #46 from hashicorp/f-job-parser
Job Spec Parser
2015-09-15 10:16:28 -07:00
Ryan Uber
92cf7b64d9 website: fix agent-members docs 2015-09-14 22:40:30 -07:00
Ryan Uber
9b8101b0bf command: trim a leading 'v' from git tags 2015-09-14 20:55:34 -07:00
Ryan Uber
3665bdc46b webiste: more docs for commands 2015-09-14 20:47:37 -07:00
Ryan Uber
70cae5e43a website: add examples to cli docs 2015-09-14 20:33:23 -07:00
Ryan Uber
c778599e9e command: separate k/v pairs with an '=' 2015-09-14 20:29:08 -07:00
Ryan Uber
4eb4200128 website: start docs for node-* commands 2015-09-14 19:40:16 -07:00
Ryan Uber
23b7aab51d website: finish agent-* docs 2015-09-14 19:40:16 -07:00
Ryan Uber
cb90937493 website: working on agent docs 2015-09-14 19:40:16 -07:00
Ryan Uber
7963024067 website: start CLI documentation 2015-09-14 19:40:16 -07:00
Ryan Uber
543334416f website: add note on CLI context 2015-09-14 19:40:16 -07:00
Ryan Uber
283072db3d website: prune some imports 2015-09-14 19:40:15 -07:00
Chris Bednarski
2bcf7105e8 Use Linux on Linux 2015-09-14 19:38:21 -07:00
Chris Bednarski
b38112af29 Run as nobody if no user is specified 2015-09-14 19:04:29 -07:00
Mitchell Hashimoto
b46ef51404 jobspec: defaults 2015-09-14 18:34:26 -07:00
Mitchell Hashimoto
67583aea96 jobspec: validate singletons 2015-09-14 18:30:26 -07:00