0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Kyungwook, Park to the list of contributors. More... almost 15 years ago
Merge branch 'master' of https://github.com/kyungw00k/appengine into edge More... almost 15 years ago
modified channel.js More... almost 15 years ago
added channel.js More... almost 15 years ago
changed namespace of Task Queue API and moved to parent directory More... almost 15 years ago
Added some new files, not working yet. More... about 15 years ago
Preliminary support for NamespaceManager (multitenancy). Should work, but not extensively tested. More... over 15 years ago
Minor. More... over 15 years ago
require("google/appengine/api/utils").SystemProperties: custom API to access system properties like applicationId, environment, etc. Based on the Java API. The Python API will be provided through a custom Servlet. More... over 15 years ago
Added support for federated identities (OpenID) in Users service. The blog example will be updated soon to demonstrate usage of this great feature. More... over 15 years ago
Compat with latest ringo/utils/* More... over 15 years ago
db.remove() accepts Models (compatibility with Python API) [giacecco]. More... over 15 years ago
Removed dependency from narwhal-lib and jack-lib. More... over 15 years ago
More compat fixes in the blobstore implementation. More... over 15 years ago
More Ringo compatibility fixes for blobstore. [pgio] More... over 15 years ago
Better documentation of the fact that you should use model.remove() or model.DELETE() instead of model.delete() More... over 15 years ago
Ringo compat fix in blobstore. [pgio] More... over 15 years ago
Minor docs update in urlfetch. More... over 15 years ago
urlfetch: improved docs, ringo compatibility fix. [Giacecco] More... over 15 years ago
Continued work on jsdocs. More... over 15 years ago
More work on jsdocs. More... over 15 years ago
Images api compatible with Ringo. More... over 15 years ago
Started work on jsdocs. More... over 15 years ago
Further simplified BooleanProperty.makeValueForDatastore. More... over 15 years ago
possible bug in Boolean; may already be fixed in the master -- was return value.booleanValue() when I installed appenginejs last week More... over 15 years ago
Added env utils. More... over 15 years ago
Removed dependency on narwhal/util. More... over 15 years ago
Added extra check in db.Model.initProperties to catch invalid property class errors [pgio] More... over 15 years ago
Minor. More... over 15 years ago
Removed uneccessary string conversions. More... over 15 years ago