open-nomad/api
Alex Dadgar 7af98ee57c Fix logs/fs commands
This PR fixes an assignment to a nil map in the api pkg related to
accessing logs and the filesystem of allocations.

Fixes https://github.com/hashicorp/nomad/issues/3115
2017-08-28 22:21:54 -07:00
..
contexts migrate all context 2017-08-28 05:29:38 +00:00
agent.go Remove overly clever code 2017-03-27 20:54:43 -07:00
agent_test.go Parallel 2017-07-21 16:33:04 -07:00
allocations.go Refactor GetNodeClient weirdness 2017-08-28 14:41:21 -07:00
allocations_test.go Parallel 2017-07-21 16:33:04 -07:00
api.go Simplify region handling 2017-08-28 14:58:15 -07:00
api_test.go Parallel 2017-07-21 16:33:04 -07:00
compose_test.go Parallel 2017-07-21 16:33:04 -07:00
constraint.go
constraint_test.go Parallel 2017-07-21 16:33:04 -07:00
deployments.go alloc-status 2017-07-07 12:12:48 -07:00
evaluations.go initial impl 2017-07-07 12:03:11 -07:00
evaluations_test.go Parallel 2017-07-21 16:33:04 -07:00
fs.go Fix logs/fs commands 2017-08-28 22:21:54 -07:00
fs_test.go Parallel 2017-07-21 16:33:04 -07:00
jobs.go Set MaxParallel default to 1 2017-08-25 07:56:40 -04:00
jobs_test.go Allow template to set Vault grace 2017-08-01 14:14:08 -07:00
jobs_testing.go Fix canonicalization of services 2017-03-01 15:30:01 -08:00
nodes.go Refactor GetNodeClient weirdness 2017-08-28 14:41:21 -07:00
nodes_test.go Parallel 2017-07-21 16:33:04 -07:00
operator.go
operator_test.go Parallel 2017-07-21 16:33:04 -07:00
raw.go
regions.go
regions_test.go Parallel 2017-07-21 16:33:04 -07:00
resources.go Fix api.NetworkResource fields 2017-04-07 18:36:43 -07:00
search.go Search respects QueryOptions and returns QueryMeta 2017-08-27 22:17:51 -07:00
search_test.go Search respects QueryOptions and returns QueryMeta 2017-08-27 22:17:51 -07:00
status.go
status_test.go Parallel 2017-07-21 16:33:04 -07:00
system.go Add missing ReconcileSummaries API method 2017-08-24 11:55:10 +02:00
system_test.go Parallel 2017-07-21 16:33:04 -07:00
tasks.go Add Header and Method support for HTTP checks 2017-08-17 16:44:21 -07:00
tasks_test.go Parallel 2017-07-21 16:33:04 -07:00
util_test.go