|
impl/prod: Embed AppEngine SDK into Context.
Add the AppEngine SDK Context to the Context returned by the luci/gae
Context. This has been confusing users, who believe that the returned
luci/gae service Context is suitable for AppEngine SDK use.
This includes the opportunity for some nasty mistakes if the users mix
the two SDKs, so warning messages have been added to appropriate
comments.
Fixes #63.
BUG=None
TEST=local
- `goapp test ./impl/prod`
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+134 lines, -78 lines) |
Patch |
 |
M |
impl/prod/context.go
|
View
|
|
3 chunks |
+85 lines, -67 lines |
4 comments
|
Download
|
 |
M |
impl/prod/context_vm.go
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
impl/prod/everything_test.go
|
View
|
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
impl/prod/info.go
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
impl/prod/logger.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/mail.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/memcache.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/module.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/taskqueue.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/urlfetch.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/prod/user.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (2 generated)
|