Diptanu Choudhury
d827bd5097
Updating the version
2016-12-09 17:53:45 -08:00
Alex Dadgar
32fb81a18f
Merge pull request #2079 from hashicorp/b-logs
...
Fix high CPU and FD usage on `nomad logs`
2016-12-09 17:53:25 -08:00
Alex Dadgar
432e766b1b
changelog
2016-12-09 17:53:14 -08:00
Alex Dadgar
59b47caa86
comment
2016-12-09 17:51:50 -08:00
Alex Dadgar
356fbde803
fix high cpu usage + faster encoding
2016-12-09 17:33:10 -08:00
Alex Dadgar
d82747bd33
Benchmark
2016-12-09 14:44:50 -08:00
Alex Dadgar
3aff765cba
Fix FD leak
2016-12-09 10:49:39 -08:00
Samuel BERTHE
8530981c72
doc(interpolation): More explicit
2016-12-09 10:24:30 +01:00
Seth Vargo
abf2ec76cc
Merge pull request #2073 from hashicorp/sethvargo/meta
...
Fix broken meta links
2016-12-08 11:30:36 -08:00
Seth Vargo
24ba6119b1
Fix broken meta links
2016-12-08 10:45:33 -08:00
Seth Vargo
358ab96a47
Client meta is a map[string]string
2016-12-08 10:35:40 -08:00
Alex Dadgar
eac325cd66
Merge pull request #2071 from florianb/patch-2
...
Fix subsequent IDs
2016-12-08 10:31:53 -08:00
Florian Breisch
47638cbc8a
Fix subsequent IDs
2016-12-08 17:09:28 +01:00
Alex Dadgar
8885ab70a6
Handle the delete case
2016-12-06 20:15:10 -08:00
Alex Dadgar
ef79e77e52
Children summary
2016-12-06 17:06:57 -08:00
Diptanu Choudhury
a0c011ac3e
Updated version of Go
2016-12-06 15:15:52 -08:00
Tom Michaud
d0c01c8816
Fixes docker-driver Auth-config interpolation
2016-12-06 13:30:23 -07:00
root
4f47626e4c
Release v0.5.1-rc1
2016-12-06 01:48:25 +00:00
Alex Dadgar
c005fcb973
Add structs
2016-12-05 17:24:37 -08:00
Diptanu Choudhury
4d5368e696
Updated version
2016-12-05 17:21:00 -08:00
Diptanu Choudhury
e913a59b77
Updated changelog
2016-12-05 17:19:44 -08:00
Diptanu Choudhury
2a959393c7
Merge pull request #2061 from hashicorp/b-alloc-dir-perms
...
Fixed permissions of migrated allocation directories
2016-12-05 17:15:11 -08:00
Diptanu Choudhury
cbf73908ff
Setting the appropriate file permissions which un-archiving compressed alloc dir
2016-12-05 17:04:43 -08:00
Alex Dadgar
1d9bf5e9d5
Dispatch command
2016-12-05 15:10:23 -08:00
Diptanu Choudhury
bc17cacca0
Merge pull request #2017 from hashicorp/b-sticky
...
Not moving alloc data when sticky is turned off
2016-12-05 14:11:45 -08:00
Diptanu Choudhury
21f49564d3
Not moving alloc data when sticky is turned off
2016-12-05 14:00:01 -08:00
Michael Schurter
09ffe4307d
Merge pull request #2009 from hashicorp/f-use-embedded-consul
...
Add a chaos test for consul syncer and fix some races it found
2016-12-05 10:55:47 -08:00
Alex Dadgar
a7ce915042
start of the cli command
2016-12-04 21:22:13 -08:00
Michael Schurter
9798e7c7c1
Add SyncNow test
2016-12-02 16:44:18 -08:00
Alex Dadgar
92228da6a8
Dispatch tests
2016-12-02 15:37:26 -08:00
Michael Schurter
407657519f
Don't require serf advertise address for clients
2016-12-02 11:07:00 -08:00
Michael Schurter
770ed703d0
Add Driver.Prestart method
...
The Driver.Prestart method currently does very little but lays the
foundation for where lifecycle plugins can interleave execution _after_
task environment setup but _before_ the task starts.
Currently Prestart does two things:
* Any driver specific task environment building
* Download Docker images
This change also attaches a TaskEvent emitter to Drivers, so they can
emit events during task initialization.
2016-12-02 11:03:48 -08:00
Alex Dadgar
244c95b1ce
agent tests
2016-12-01 16:27:22 -08:00
Alex Dadgar
f0b6d5953c
Remove paused
2016-12-01 13:17:34 -08:00
Michael Schurter
1c4195b985
Fix string formatting
2016-12-01 11:22:51 -08:00
Alex Dadgar
80b10252c6
changelog
2016-12-01 11:16:55 -08:00
Alex Dadgar
43ac1c5037
Merge pull request #2051 from hashicorp/b-vault-alloc
...
Disallow stale queries when deriving Vault tokens
2016-12-01 11:14:50 -08:00
Alex Dadgar
86ed1fb2e5
Disallow stale queries when deriving Vault tokens
...
This PR disallows stale queries when deriving a Vault token. Allowing
stale queries could result in the allocation not existing on the server
that is servicing the request.
2016-12-01 11:13:36 -08:00
Diptanu Choudhury
5a7ebb79a3
Merge pull request #2046 from hashicorp/f-start-recoverable
...
Make errors starting a container recoverable
2016-11-30 16:36:22 -08:00
Alex Dadgar
70396c464b
Make errors starting a container recoverable
...
This PR makes errors starting a container recoverable and tries to
optimistically handle 500 errors.
2016-11-30 15:59:47 -08:00
Diptanu Choudhury
6c179d1695
Merge pull request #2045 from hashicorp/b-docker-create-container
...
Returning a container if it exists instead of creating a new one
2016-11-29 17:55:33 -08:00
Diptanu Choudhury
50452520bf
Returning a container if it exists instead of creating a new one
2016-11-29 17:52:19 -08:00
Michael Schurter
e1d63f6c0f
Bump timeout on test
2016-11-29 16:19:40 -08:00
Alex Dadgar
38635e043a
Merge branch 'master' of github.com:hashicorp/nomad
2016-11-29 15:57:50 -08:00
Alex Dadgar
ec4d6936ff
add debug panic
2016-11-29 15:57:40 -08:00
Alex Dadgar
e3b9ef46d0
Merge pull request #2044 from julienlevasseur/patch-1
...
Correct a grammar typo
2016-11-29 15:07:41 -08:00
Alex Dadgar
712e18707b
add debugging
2016-11-29 14:29:37 -08:00
julienlevasseur
7a79dbfb7a
Correct a grammar typo
...
a "the a" was still on text, certainly after an hesitation from author.
Keep the "a" form, as it's more general.
2016-11-29 16:44:37 -05:00
Diptanu Choudhury
eaed59c028
Merge pull request #2040 from hashicorp/b-block-allocs
...
Ensuring allocs are not added multiple times to blocking queue
2016-11-29 11:28:36 -08:00
Diptanu Choudhury
f67217297c
Ensuring allocs are not added multiple times to blocking queue
2016-11-29 11:19:37 -08:00