Sign in
fuchsia
/
third_party
/
github.com
/
golang
/
appengine
/
HEAD
d9a072c
delay: make it possible to get taskqueue HTTP headers from inside a delay.Func (#82)
by David Sansome
· 6 years ago
main
master
c5a90ac
log: clarify package docs (#83)
by Andrew Lytvynov
· 6 years ago
ad2570c
mail, search: update doc URLs (#81)
by Chris Broadfoot
· 6 years ago
6f8a8d2
aetest: remove `vm: true` from app.yaml template (#80)
by Jiayu Yi
· 6 years ago
d11fc8a
channel: add deprecation message (#78)
by Chris Broadfoot
· 6 years ago
a2f4131
taskqueue: update DeleteMulti documentation
by Jeff Wu
· 6 years ago
170382f
travis: properly test pull requests, rather than always testing tip (#72)
by Chris Broadfoot
· 6 years ago
132180d
user: check for valid context and panic if not (#70)
by Chris Broadfoot
· 6 years ago
eda0abe
internal: give more useful panics when (mis)using context.Background (#68)
by Ross Light
· 6 years ago
56d253d
README: update for flex (#61)
by Chris Broadfoot
· 7 years ago
b5c7c24
cmd/aedeploy: deprecate aedeploy (#65)
by Chris Broadfoot
· 7 years ago
b79c28f
datastore: fix handling of embedded unexported structs (#58)
by Kaur Kuut
· 7 years ago
5403c08
aetest: add StartupTimeout option (#56)
by Danial Klimkin
· 7 years ago
3a452f9
datastore: allow field names ending in '.' (#52)
by Sarah Adams
· 7 years ago
2e4a801
aebundler: switch comment from google_appengine to google-appengine (#47)
by dlorenc
· 7 years ago
b8dd677
datastore: implement "omitempty" struct field tag option (#51)
by bashtian
· 7 years ago
a2c54d2
remote_api: don't check auth for dev_appserver (#43)
by Chris Broadfoot
· 7 years ago
85c8b26
search: add PutMulti and DeleteMulti methods. (#44)
by David Sansome
· 7 years ago
e1a5f8b
internal: adjust memory threshold for API test (#46)
by Joe Tsai
· 7 years ago
9e2ad08
internal: listen on localhost for dev_appserver; avoid macOS Firewall (#45)
by Evan Jones
· 7 years ago
8758a38
CONTRIBUTING.md: adds file (#42)
by Sarah Adams
· 7 years ago
08a149c
delay: clarify the purpose of the key in the doc
by Issac Trotts
· 7 years ago
e28c86e
datastore: fix compilation errors in doc examples
by Costin Chirvasuta
· 7 years ago
ca59ef3
cmd/aedeploy: don't scan packages more than once
by Chris Broadfoot
· 7 years ago
a051cd6
cmd/aedeploy: add verbose logging
by Chris Broadfoot
· 7 years ago
5f606e4
datastore: use proper struct tag when querying properties in KindProperties
by Costin Chirvasuta
· 7 years ago
c7b8227
search: fix three tests in search_test.go.
by Will Hayworth
· 7 years ago
5ed29b6
search: add missing comma in struct literal.
by Adam Tanner
· 7 years ago
b2b053b
cmd/aedeploy: remove "preview" from suggested gcloud command
by Chris Broadfoot
· 7 years ago
7a1c974
aetest: fix race in Close
by Chris Broadfoot
· 7 years ago
dfdbce1
internal: make log calls panic with a useful error message
by Chris Broadfoot
· 7 years ago
f7934c9
search: update protobuf and API code to include new OrderIdSource enum
by Will Hayworth
· 7 years ago
46239ca
cmd/aedeploy: rewrite import scanning logic
by Chris Broadfoot
· 7 years ago
f5bd97f
appengine: Update appengine.Main docstring for AE Standard
by Steven Buss
· 7 years ago
5b8c3b8
internal: move the SetTestEnv code to api_common.go
by Tuo Shan
· 7 years ago
11c7665
datastore: fixes loading issue with []struct{[]byte}}
by Sarah Adams
· 7 years ago
1177123
testing: export the SetTestEnv for setting up env for tests using background ticket.
by Tuo Shan
· 7 years ago
596d349
aetest: using test app id for test requests tickets.
by Tuo Shan
· 7 years ago
3f4dbbc
datastore: support for loading nested entity values
by Sarah Adams
· 7 years ago
f0736ac
datastore: don't ignore calculated pValue
by Sarah Adams
· 7 years ago
4a8ba85
datastore: refactor in preparation for loading nested entity values
by Sarah Adams
· 7 years ago
9269956
internal: fall back to use background ticket when request ticket is unavailable.
by Tuo Shan
· 7 years ago
150dc57
README: clarify blobstore deprecation message
by Dave Day
· 7 years ago
v1.0.0
f9135af
datastore: fix typo in Query.Count
by Dave Day
· 7 years ago
8d4efd0
travis: fix versions and unzip verbosity
by Dave Day
· 7 years ago
4568885
delay: return error when functions share keys
by Ross Light
· 7 years ago
7e496c5
datastore: permit multiple struct field tag options
by Sarah Adams
· 7 years ago
78199dc
datastore/metadata: delete the entityGroupKind const
by Dave Day
· 7 years ago
4f7eeb5
cmd/aedeploy: ignore go1.7 build tag
by Chris Broadfoot
· 7 years ago
e951d38
travis: use 1.6.3 and 1.7rc6, use 1.9.40 SDK
by Chris Broadfoot
· 7 years ago
b472802
runtime: update RunInBackground doc to include basic scaling.
by Adam Tanner
· 7 years ago
f21d98e
search: expose CountAccuracy in SearchOptions.
by Adam Tanner
· 7 years ago
86ac41a
datastore: force timestamps to be loaded in UTC.
by Adam Tanner
· 7 years ago
8d4b9e9
appengine: introduce appengine.Main() for Standard.
by Adam Tanner
· 7 years ago
a5c54ac
datastore: fix broken TestNamspaceResetting test.
by Adam Tanner
· 7 years ago
267c27e
Revert "Use JSON logging in App Engine Flexible."
by Adam Tanner
· 7 years ago
b23d9d8
datastore: clarify the cost of Count and GetAll
by Dave Day
· 7 years ago
7f59a8c
delay: fix example in doc comment
by Chris Broadfoot
· 7 years ago
5a9e2b4
Normalize namespace and transaction application.
by Robert Iannucci
· 7 years ago
1abd094
internal: Flex logging falls back to stderr.
by Adam Tanner
· 7 years ago
2058857
Flex JSON logging fallsback to os.Stdout.
by Adam Tanner
· 7 years ago
5803211
Use JSON logging in App Engine Flexible.
by Adam Tanner
· 7 years ago
e234e71
aefix: Drop "appengine" (or updated equivalent) import if it becomes unused.
by David Symonds
· 7 years ago
0f8c70e
aefix: Update code using taskqueue.QueueStats.
by David Symonds
· 7 years ago
8409835
aefix: Update funcs that take an appengine.Context argument.
by David Symonds
· 7 years ago
44c1cf1
Mention aefix in the README.
by David Symonds
· 7 years ago
c8bc8a9
cmd/aefix: Initial implementation.
by David Symonds
· 7 years ago
b67c870
search: document the "-" struct tag behaviour
by Dave Day
· 8 years ago
0520f74
search: ignore struct fields with "-" struct tags
by Dave Day
· 8 years ago
235683b
search: fix bug stopping facets working in structs
by Dave Day
· 8 years ago
a503df9
Update more docs to follow new Managed VM branding.
by David Symonds
· 8 years ago
41265fb
Update README to reflect Managed VMs rebranding.
by David Symonds
· 8 years ago
12d5545
appengine: fix doc typo WithAPICallFunc
by Dave Day
· 8 years ago
fb0c3ff
internal: increase max allocations to 90.
by Dave Day
· 8 years ago
6a43653
Fix package name of internal/capability.
by David Symonds
· 8 years ago
04404d3
internal: Use the recommended metadata header.
by David Symonds
· 8 years ago
099e898
demos: remove manual_scaling directives from app.yaml
by Chris Broadfoot
· 8 years ago
6bde959
datastore: add metadata accessor functions
by Dave Day
· 8 years ago
3db3c95
internal: Narrow and lower allocation per API call acceptable range.
by David Symonds
· 8 years ago
87c823d
datastore: Add tests for noindex repeated fields.
by David Symonds
· 8 years ago
54bf915
Refactor namespace application so it gets correctly applied implicitly.
by David Symonds
· 8 years ago
58c0e2a
search: fix typo in comment (ISO 639 not 693).
by Dave Day
· 8 years ago
ea28031
search: Fix typo in package doc comment.
by David Symonds
· 8 years ago
7bed6a1
aetest: Fix example code use of aetest.NewContext.
by David Symonds
· 8 years ago
7f9f17f
Add capability package.
by David Symonds
· 8 years ago
7ec9ea9
Add internal/capability proto.
by David Symonds
· 8 years ago
8b917ad
datastore: Refresh package doc to follow modern style.
by David Symonds
· 8 years ago
ccbe394
Add cloudsql package.
by David Symonds
· 8 years ago
af498fd
appengine/aetest: Add package doc.
by David Symonds
· 8 years ago
641cd92
Handle expired contexts at the start of internal.Call.
by David Symonds
· 8 years ago
d1a42f5
appengine/aetest: make error handling more rigorous
by Dave Day
· 8 years ago
6a9e12a
aedeploy: fix minor error in fmt.Errorf call
by Dave Day
· 8 years ago
b527c9d
appengine/internal: add cloud trace header to Managed VM apps
by Glenn Lewis
· 8 years ago
c79b783
appengine/aetest: fix datarace
by Dave Day
· 8 years ago
488e34a
Update README.md to be clearer about the purpose of this repository.
by David Symonds
· 8 years ago
cb0aba0
appengine/cmd/aedeploy: follow symlinks to folders when copying tree
by Glenn Lewis
· 8 years ago
20bdbce
appengine/aetest: prevent dev_appserver from monitoring file changes during test
by Glenn Lewis
· 8 years ago
0ac9e09
appengine/aetest: make aetest work with "vm: true" apps
by Glenn Lewis
· 8 years ago
75a29a6
Regenerate internal protos.
by David Symonds
· 8 years ago
29d28a2
Add runtime package.
by David Symonds
· 8 years ago
Next »