Diptanu Choudhury
|
6b7e88288c
|
updated the docker system dependency
|
2016-05-28 20:12:09 -07:00 |
Diptanu Choudhury
|
05c221186b
|
Added disk usage to node status
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
f970841472
|
Added missing vendored dependencies
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
74e3cb804b
|
Vendoring go-ps
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
15d867d5f1
|
Updated gopsutil
|
2016-05-28 19:42:34 -07:00 |
Daniel Kerwin
|
8f23de64c8
|
Update to latest go-dockerclient. Fix .gitignore expression to allow
docker/pkg packages.
|
2016-05-28 12:01:56 +02:00 |
Daniel Kerwin
|
231d51fd19
|
Fix vendor rootPath
|
2016-05-27 12:45:25 +02:00 |
Daniel Kerwin
|
df7f5175a8
|
Add support for shm_size to docker driver. Required update of go-dockerclient
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
|
2016-05-27 12:30:04 +02:00 |
Alex Dadgar
|
1a4f25031c
|
Merge pull request #1181 from hashicorp/f-plan-cli
cli: nomad plan command
|
2016-05-24 20:09:12 -07:00 |
Alex Dadgar
|
91399a2067
|
vendor colorstring
|
2016-05-24 18:28:27 -07:00 |
Alex Dadgar
|
2a4d5f0ef9
|
Compress HTTP API responses and have the api client utilize this
|
2016-05-24 10:26:53 -07:00 |
Diptanu Choudhury
|
6eaa1ef0d5
|
Updating yamux
|
2016-05-20 22:06:22 -07:00 |
Sean Chittenden
|
af7de1cc48
|
Vendor golang.org/x/sys/windows
|
2016-05-07 12:06:42 -07:00 |
Sean Chittenden
|
cd09136521
|
Remove unused packages
```
govendor remove +unused
git add vendor/
```
|
2016-05-04 19:49:43 -07:00 |
Sean Chittenden
|
4477a11da0
|
Update github.com/ugorji/go/codec*
No functional change.
```
govendor update github.com/ugorji/go/codec
govendor update github.com/ugorji/go/codec/codecgen
```
|
2016-05-04 19:47:48 -07:00 |
Sean Chittenden
|
cca7d92c94
|
Begin using govendor for dependency management
|
2016-05-04 19:38:37 -07:00 |