Commit Graph

3697 Commits

Author SHA1 Message Date
Alex Dadgar
9f92bd4e1a Clarify blocking query docs 2016-04-15 10:33:43 -07:00
Alex Dadgar
fb5fa2cf28 Merge pull request #1094 from hashicorp/d-json-docs
Improved JSON docs
2016-04-14 16:49:40 -07:00
Alex Dadgar
37da266766 improved JSON docs 2016-04-14 16:47:24 -07:00
Alex Dadgar
a1faed4fa5 Release v0.3.2-rc1 2016-04-14 13:49:20 -07:00
Alex Dadgar
36fa82654d version update 2016-04-14 13:18:04 -07:00
Alex Dadgar
b66fec4206 website 2016-04-14 13:04:04 -07:00
Alex Dadgar
0584ab0780 changelog 2016-04-14 13:02:09 -07:00
Alex Dadgar
fb6f794e65 Merge pull request #1012 from hashicorp/f-partition-gc
core: Limit GC size
2016-04-14 13:00:53 -07:00
Alex Dadgar
fdb619efa5 Address comments 2016-04-14 11:41:04 -07:00
Alex Dadgar
6b94f6b2b5 Remove unused field 2016-04-14 11:05:20 -07:00
Alex Dadgar
575cf8503e docs 2016-04-14 10:57:42 -07:00
Alex Dadgar
cd12a2c60f changelog 2016-04-14 10:54:33 -07:00
Alex Dadgar
a5e9620063 Merge pull request #1092 from hashicorp/service-no-port
Allowing registration of services which don't expose any ports
2016-04-14 10:53:42 -07:00
Alex Dadgar
6e609fc60e changelog + docker GC cleanup 2016-04-14 10:52:38 -07:00
Alex Dadgar
3703ff4327 Merge pull request #1071 from hashicorp/b-docker-fix-gc
GC Docker containers and images after the container exits
2016-04-14 10:26:37 -07:00
Diptanu Choudhury
1b8e663af7 Allowing registration of services which don't expose any ports 2016-04-14 13:26:39 +05:30
Diptanu Choudhury
3c973fd7cf Modified the test to wait for 3 seconds before inspecting containers 2016-04-14 06:43:37 +05:30
Alex Dadgar
2ba83de98d Merge branch 'master' of github.com:hashicorp/nomad 2016-04-13 17:29:54 -07:00
Alex Dadgar
394d31c93f changelog 2016-04-13 17:29:42 -07:00
Alex Dadgar
47d694d710 Merge pull request #1090 from hashicorp/f-inspect-submittable
Make inspect output submittable via HTTP API
2016-04-13 17:18:54 -07:00
Alex Dadgar
14aa6ce38a changelog 2016-04-13 16:56:47 -07:00
Alex Dadgar
0c88b6b6ba Merge pull request #1089 from hashicorp/f-validate-driver-on-submit
Validate driver config on job register
2016-04-13 16:54:59 -07:00
Alex Dadgar
20a009e180 Make inspect output submittable 2016-04-13 16:53:39 -07:00
Alex Dadgar
090c1b1448 Lower number of submitted jobs 2016-04-13 16:33:30 -07:00
Alex Dadgar
3896cfb56f check for exact match on job for inspect/stop 2016-04-13 16:05:58 -07:00
Alex Dadgar
6c32b1ebd8 Validate driver config on job register 2016-04-13 15:55:46 -07:00
Alex Dadgar
289ac20f20 changelog 2016-04-13 15:01:58 -07:00
Alex Dadgar
af79cdfe04 Merge pull request #1062 from iverberk/f-validate-driver-config
Validate driver configuration
2016-04-13 15:00:41 -07:00
Alex Dadgar
ecf51f466a changelog 2016-04-13 14:59:43 -07:00
Alex Dadgar
6ff631626a Merge pull request #1070 from hashicorp/f-interpret-artifacts
Interpret artifact source
2016-04-13 14:58:55 -07:00
Alex Dadgar
2b505c6289 createDriver expects task environment 2016-04-13 14:24:08 -07:00
Alex Dadgar
e38be03614 changelog 2016-04-13 09:46:43 -07:00
Alex Dadgar
c56772c307 Merge pull request #1086 from hashicorp/b-many-allocs
Fix drained/batch allocations from continually migrating
2016-04-13 09:42:17 -07:00
Alex Dadgar
65ecda957d Merge branch 'master' of github.com:hashicorp/nomad 2016-04-12 17:32:00 -07:00
Alex Dadgar
8f6449a54e changelog 2016-04-12 17:19:41 -07:00
Alex Dadgar
16bd0fab93 Merge pull request #1074 from hashicorp/f-periodic-utc
Periodic jobs always are evaluated in UTC TZ
2016-04-12 17:18:45 -07:00
Alex Dadgar
d1e3585ae4 Merge pull request #1082 from hashicorp/sethvargo/ws_md
Update website push script to fix metadata
2016-04-12 16:32:57 -07:00
Alex Dadgar
ce85475c2d Merge pull request #1083 from hashicorp/sethvargo/singlejs
Only pubish a single, combine js artifact
2016-04-12 16:32:51 -07:00
Alex Dadgar
2cb67f5825 Fix drained/batch allocations from continually migrating 2016-04-12 16:14:32 -07:00
Seth Vargo
a007fbba52 Only pubish a single, combine js artifact 2016-04-12 20:30:14 +01:00
Seth Vargo
ce731d3662 Update website push script to fix metadata 2016-04-12 20:17:27 +01:00
Alex Dadgar
b63f3bb078 Periodic jobs always are evaluated in UTC TZ 2016-04-12 09:47:25 -07:00
Diptanu Choudhury
5bc6d3f3bd Fixing the API call of stopping container 2016-04-12 02:29:28 -07:00
Diptanu Choudhury
d71a070e32 Added a test to ensure that the docker driver is removing containers after container exits successfully 2016-04-12 01:00:14 -04:00
Diptanu Choudhury
4d6a2dcda7 Removing container and image once the wait from docker api returns 2016-04-12 00:52:45 -04:00
Diptanu Choudhury
e263f91463 Removing extra file 2016-04-11 22:10:49 -04:00
Diptanu Choudhury
c441f97e9b Merge branch 'master' of github.com:hashicorp/nomad 2016-04-11 22:08:30 -04:00
Alex Dadgar
6bf2b21ddb interpet the artifact source 2016-04-11 18:46:16 -07:00
Alex Dadgar
bf827ca2f7 Merge pull request #1069 from hashicorp/fix-read-node-attr
Fix read node attr
2016-04-11 18:42:32 -07:00
Diptanu Choudhury
ba9ff3b536 Reading consul attr from copy of node attributes 2016-04-11 20:13:28 -04:00