Commit Graph

4830 Commits

Author SHA1 Message Date
Diptanu Choudhury
4095e33fa0 Displaying the job summary in nomad status command 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
ba18de7d4e Added support for retreiving job summary in api 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
0a7489ddfc Adding the summary to the Job Stub 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
7628283c78 Moved the job endpoint around 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
0347f60cfc Updating the job summary while mutating jobs and allocation objects 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
36abb97d87 Applying changes to job updates via FSM 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
5b2f2ee6c5 Not setting the desired and client status of an allocation during in-place updates 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
7497403042 Fixed the logic for decrementing the count of queued based on plan result 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
6e9b955f84 Updating the job summary table only if an evaluation has any Queued Allocations 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
38b1ba7e4e Added the job summary related endpoints 2016-07-25 17:26:38 -07:00
Diptanu Choudhury
bac783a81e Setting the number of queued allocations per task group 2016-07-25 17:26:38 -07:00
Alex Dadgar
449ba5a531 remove unused file 2016-07-25 16:24:28 -07:00
Alex Dadgar
b13f98825c changelog 2016-07-25 16:23:27 -07:00
Alex Dadgar
d322eb5297 Merge pull request #1465 from 42wim/ipv6-1318
Fix IPv6 advertise addresses
2016-07-25 16:14:15 -07:00
Alex Dadgar
1b6f2cb71a fix job gc tests 2016-07-25 14:56:23 -07:00
Alex Dadgar
72bff181b0 Revert "Fix job gc tests"
This reverts commit 4be50ac8c7.
2016-07-25 14:53:07 -07:00
Alex Dadgar
4be50ac8c7 Fix job gc tests 2016-07-25 14:49:57 -07:00
Wim
c576c2339b Use net.JoinHostPort 2016-07-25 23:34:08 +02:00
Diptanu Choudhury
00d2ed6daf Removing un-wanted dependencies 2016-07-25 14:17:52 -07:00
Wim
b3df64c976 Fix IPv6 advertise addresses 2016-07-25 22:52:18 +02:00
Alex Dadgar
bf225e7e14 changelog 2016-07-25 12:48:30 -07:00
Alex Dadgar
cb0ff81419 Merge pull request #1456 from hashicorp/b-system-job
Node Register handles transistioning to ready and creating evals
2016-07-25 12:46:35 -07:00
Alex Dadgar
82ee68a42d add down to up test 2016-07-25 12:46:18 -07:00
Alex Dadgar
e8356bcace Merge pull request #1452 from hashicorp/d-bootstrap
Bootstrapping a production cluster documentation
2016-07-25 11:26:39 -07:00
Alex Dadgar
65f6481201 Bootstrapping a production cluster documentation 2016-07-25 11:26:19 -07:00
Alex Dadgar
c58d23ac24 changelog 2016-07-25 11:21:34 -07:00
Alex Dadgar
4a4efdfc04 Merge pull request #1444 from hashicorp/f-log-streaming
Nomad logs command to stream task logs
2016-07-25 11:19:53 -07:00
Alex Dadgar
0b9449fe7e better flush and connection closed handling 2016-07-25 11:16:54 -07:00
Alex Dadgar
67fe934342 control-c works 2016-07-25 11:16:54 -07:00
Alex Dadgar
cbcb32096f small fixes 2016-07-25 11:16:54 -07:00
Alex Dadgar
2a32e839ac Add logs command test 2016-07-25 11:16:54 -07:00
Alex Dadgar
f3a71e0143 Handle skipping indexes 2016-07-25 11:16:54 -07:00
Alex Dadgar
f22e228e82 log tests 2016-07-25 11:16:54 -07:00
Alex Dadgar
b65fd2624e Support non-following logs 2016-07-25 11:16:54 -07:00
Alex Dadgar
fff91cf8f0 Look up the tasks automatically 2016-07-25 11:16:54 -07:00
Alex Dadgar
efc4700d42 fix indents 2016-07-25 11:16:54 -07:00
Alex Dadgar
8cb4f76a65 remove file events and last offset 2016-07-25 11:16:01 -07:00
Alex Dadgar
ac1cfd1821 unblock the readers to add liveness when using -n 2016-07-25 11:16:01 -07:00
Alex Dadgar
4cf65d7944 Read from correct offset 2016-07-25 11:16:01 -07:00
Alex Dadgar
53f198932f Fix buffer reuse 2016-07-25 11:16:01 -07:00
Alex Dadgar
065cf0915a tests 2016-07-25 11:16:01 -07:00
Alex Dadgar
2530f7bd40 initial api and command 2016-07-25 11:16:01 -07:00
Alex Dadgar
cc0fec53f1 initial log api impl 2016-07-25 11:16:01 -07:00
Alex Dadgar
d50167c585 changelog 2016-07-25 11:15:16 -07:00
Alex Dadgar
74c2a400f5 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
dfc5fb247d Merge pull request #1463 from micheal/patch-1
Update taskconfig.html.md
2016-07-25 09:29:50 -07:00
micheal
4991233fc0 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
df302a2c59 Support nomad plan to take jobfile from stdin 2016-07-23 18:18:56 +09:00
Alex Dadgar
5386ea0e47 changelog 2016-07-22 17:34:14 -07:00
Alex Dadgar
590e5e9e9c 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