Sign in
chromium
/
external
/
github.com
/
GoogleCloudPlatform
/
endpoints-proto-datastore
/
HEAD
99bed0b
Updating version and adding MANIFEST for install.
by Danny Hermes
· 7 years ago
master
f9b76e0
Merge pull request #144 from GoogleCloudPlatform/fix-143
by Danny Hermes
· 8 years ago
fcf2beb
Fixing message parsing to recursively cache names.
by Danny Hermes
· 8 years ago
bf241d6
Merge pull request #140 from dhermes/issue-138
by Danny Hermes
· 8 years ago
8e2aa08
Avoiding using un-set repeated values from proto.
by Danny Hermes
· 8 years ago
3a8105a
Title error in README.
by Danny Hermes
· 8 years ago
8b1c7ff
Adding pypi badge.
by Danny Hermes
· 8 years ago
9a7f9e2
Updating links in README.
by Danny Hermes
· 8 years ago
647eb75
Removing README.md.
by Danny Hermes
· 8 years ago
ef6cf09
Updating README to RST and related files.
by Danny Hermes
· 8 years ago
b8b7591
Merge pull request #132 from dhermes/fix-131
by Danny Hermes
· 9 years ago
d4db30b
Falling back to GAE import of endpoints.
by Danny Hermes
· 9 years ago
deecf33
Merge pull request #119 from dhermes/turn-off-jsonproperty
by Danny Hermes
· 9 years ago
c4e0be4
Removing support for JSON property.
by Danny Hermes
· 9 years ago
aff9d53
Adding symlinks to library in all examples.
by Danny Hermes
· 9 years ago
ed91623
Merge pull request #115 from dhermes/fix-pickle-property-handling
by Danny Hermes
· 9 years ago
0486845
Fixing how PickleProperty's are surface in the API.
by Danny Hermes
· 9 years ago
eba89fe
Merge pull request #108 from dhermes/request-message-in-container
by Danny Hermes
· 9 years ago
fb36c80
Correctly wrapping a request message in a ResourceContainer.
by Danny Hermes
· 9 years ago
c443217
Merge pull request #104 from dhermes/add-multi-put-docs
by Danny Hermes
· 9 years ago
0db9f48
Adding documentation for multiput example.
by Danny Hermes
· 9 years ago
8da81c9
Making duplicate app.yaml files in examples symlinks.
by Danny Hermes
· 9 years ago
8258eb8
Merge pull request #103 from dhermes/phoeagon-pr-merge
by Danny Hermes
· 9 years ago
f25c614
Adding "multi_put" example.
by phoeagon
· 9 years ago
8dd27db
Fixing link to zip in README.
by Danny Hermes
· 9 years ago
df1d559
Updating download instructions for zipfile.
by Danny Hermes
· 9 years ago
d38b90d
Merge pull request #99 from KAPx/master
by Danny Hermes
· 9 years ago
1fea397
Add trailing newline since PyCharm stripped it
by Joshua Johnston
· 9 years ago
1c5dbc4
Change desc to clearly advertise that this is a library to work with
by Joshua Johnston
· 9 years ago
22eb9a8
Changes per comments from upstream on PR
by Joshua Johnston
· 9 years ago
ca0e293
Adding setup.py so it is installable via pip and other packages
by Joshua Johnston
· 9 years ago
971bca8
Merge pull request #98 from douglascorrea/master
by Danny Hermes
· 9 years ago
4f331ba
Skipping defaults while populating filters
by Douglas Silvio Correa
· 9 years ago
7aa4d04
Fixing problem in metaclass with class naming inheritance.
by Danny Hermes
· 10 years ago
c54c271
Merge pull request #80 from Scarygami/master
by Danny Hermes
· 10 years ago
64d4701
Fix key for caching ResourceContainer
by Scarygami
· 10 years ago
abb1edd
Refactoring and reformating, caching ResourceContainers
by Scarygami
· 10 years ago
38ddc08
Fix docs
by Scarygami
· 10 years ago
8554482
Stupid fix...
by Scarygami
· 10 years ago
e355ff8
Trying to implement resource containers
by Scarygami
· 10 years ago
758032a
Changes for new app engine release
by Scarygami
· 10 years ago
511c8ca
Add links about support and filing bugs to README. Fixes #72.
by Daniel Hermes
· 11 years ago
0b0d542
Use Twisted which function instead of relying on OS in test runner. Fixes #62.
by Danny Hermes
· 11 years ago
e46721a
Updating README with setup, testing, and config info.
by Danny Hermes
· 11 years ago
a6345be
Make _CopyFromEntity respect default values. Fixes Issue #1.
by Danny Hermes
· 11 years ago
c39ef7f
Update documentation to reference GitHub.
by Danny Hermes
· 11 years ago
30a3ff6
Adding CONTRIB and LICENSE files.
by Danny Hermes
· 11 years ago
42f6752
Merge pull request #60 from Scarygami/master
by Danny Hermes
· 11 years ago
d5b415c
Correcting _CopyFromEntity behavior for repeated properties. Fixes Issue 57.
by Daniel Hermes
· 11 years ago
7a23de4
Small fix changing text property to string. Fixes Issue 46.
by Daniel Hermes
· 11 years ago
3b481c7
Adding single test runner in the flavor of NDB.
by Daniel Hermes
· 11 years ago
1180a17
Adding basic tests for shared utils.
by Daniel Hermes
· 11 years ago
183ab0f
Only failing on repeated properties in a query if non-empty. Fixes Issue 33.
by Daniel Hermes
· 11 years ago
cfafea1
Using code name on local objects instead of the persisted/API field name. Fixes Issue 48.
by Daniel Hermes
· 11 years ago
0f10ba7
Making sure that message fields schema doesn't default to the value from EndpointsModel. Fixes Issu…
by Daniel Hermes
· 11 years ago
c55bcdf
Using deprecation warning instead of just a warning for computed property assignment.
by Daniel Hermes
· 11 years ago
be3b963
Allowing inheritance of message fields schema. Fixes Issue 38.
by Daniel Hermes
· 11 years ago
a261da0
Updating main docs page to reflect release of App Engine 1.7.5.
by Daniel Hermes
· 11 years ago
efbdf7f
Moving explorer client ID from audiences to allowed_client_ids.
by Daniel Hermes
· 11 years ago
5f06eb9
Changing import of endpoints to the production location.
by Daniel Hermes
· 11 years ago
1590cd6
git ignore *.pyc files
by Fred Sauer
· 11 years ago
5ccd11b
Changing TransformModel to something less ambiguous in intro.
by Daniel Hermes
· 11 years ago
cd6c6d0
Adding TicTacToe sample. Subsequent commit will document this.
by dhermes
· 11 years ago
208a1bc
Adding announcement text to intro docs page.
by dhermes
· 11 years ago
10f2444
Checking for message fields in cache models when ProtoModel is called. Fixes issue 2.
by dhermes
· 11 years ago
34dd742
Sort all_fields by field number in EndpointsModel.FromMessage. Fixes issue 14.
by dhermes
· 11 years ago
071564f
Adding comments to remaining examples and HTML docs.
by dhermes
· 11 years ago
b0f7dc8
Adding comments to document all app.yaml and also to document main in basic and basic with auth.
by dhermes
· 11 years ago
078e894
Renaming _MergeFromKey, making it public, and making it directly consume a key.
by dhermes
· 11 years ago
fe375ad
Getting rid of exempt keyword in alias properties to reduce the complexity of the API for dealing with schema definitions.
by dhermes
· 11 years ago
88ad7f5
Renaming all ordering related things to use the term fields instead. (Fixes Issue 11.)
by dhermes
· 11 years ago
484d7db
Making some protected methods public and updating examples to reflect changes.
by dhermes
· 11 years ago
07376e8
Removing dummy app ID from custom_api_response_messages and adding sample which shows how to do some complex key operations with alias properties and also how to use an ancestor query.
by dhermes
· 11 years ago
105cacb
Adding sample which shows how to ensure order queries have an index backed them.
by dhermes
· 11 years ago
b86bc81
Adding an example with equality filters for properties and adding ancestor functionality to ndb query info class.
by dhermes
· 11 years ago
277189a
Consolidated some repeated code and made use case in custom alias property sample more explicit.
by dhermes
· 11 years ago
df88895
Renaming default query order sample and adding some other functionality.
by dhermes
· 11 years ago
93b7784
Renaming and updating sample that customizes request/response payloads and adding a sample which can get by ID.
by dhermes
· 11 years ago
5c9931a
Adding paging example.
by dhermes
· 11 years ago
e4aefb3
Adding simple sample with auth. Made small change in ProtoModel and ProtoCollection to allow empty ordering for ProtoRPC message definition.
by dhermes
· 11 years ago
17b1e8e
Adding new sample that uses simple request ordering for insert.
by dhermes
· 11 years ago
a1b0b10
Adding the most basic sample and also adding a sample which enables query ordering, along with a default.
by dhermes
· 11 years ago
eb3c75d
Removing some TODO comments since issues were created for them.
by dhermes
· 11 years ago
696638e
Initial commit with working library.
by dhermes
· 11 years ago