moby--moby/graph
Tibor Vass b08f071e18 Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Although having a request ID available throughout the codebase is very
valuable, the impact of requiring a Context as an argument to every
function in the codepath of an API request, is too significant and was
not properly understood at the time of the review.

Furthermore, mixing API-layer code with non-API-layer code makes the
latter usable only by API-layer code (one that has a notion of Context).

This reverts commit de41640435, reversing
changes made to 7daeecd42d.

Signed-off-by: Tibor Vass <tibor@docker.com>

Conflicts:
	api/server/container.go
	builder/internals.go
	daemon/container_unix.go
	daemon/create.go
2015-09-29 14:26:51 -04:00
..
tags Kind of typo 2015-09-09 19:03:53 +08:00
export.go
graph.go graph: remove unused functions parameters 2015-09-15 15:34:15 +02:00
graph_test.go
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
list.go
load.go Fix race condition when waiting for a concurrent layer pull 2015-09-11 10:52:34 -07:00
load_unsupported.go
mutex.go
pools_test.go Clean up ProgressStatus 2015-08-27 13:22:08 -07:00
pull.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
pull_v1.go graph: remove unused functions parameters 2015-09-15 15:34:15 +02:00
pull_v2.go Merge pull request #15886 from xiekeyang/master 2015-09-14 09:47:19 -07:00
push.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
push_v1.go graph: remove unused functions parameters 2015-09-15 15:34:15 +02:00
push_v2.go Merge pull request #16197 from aaronlehmann/carry-15539 2015-09-14 17:15:32 -07:00
registry.go Fix: Docker Daemon didn't send actual actions client ask for to Token Server 2015-08-30 16:40:26 +08:00
service.go Added tags list to /images/:id/json api. 2015-09-10 11:55:01 +03:00
tags.go Fix race condition when waiting for a concurrent layer pull 2015-09-11 10:52:34 -07:00
tags_unit_test.go Finish linting opts and trust package. 2015-08-27 17:36:11 +02:00