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