• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

luci / gae / 54
82%

Build:
DEFAULT BRANCH: master
Ran 19 Sep 2015 05:13AM UTC
Jobs 1
Files 51
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
54

push

travis-ci

Commit bot
Refactor keys and queries in datastore service and implementation.
  * datastore.Query and datastore.FinalizedQuery are now first class objects
    in the service/datastore api.
  * datastore.Key is similarly a first class object. All luci/gae users will
    need to interact with `*ds.Key` now. This object gained all the superpowers
    that previously existed in the dskey subpackage of service/datastore.

The new Query objects are inspectable, and adjustable. Additionally, this
homogenizes they query generation between different implementations. The
normalization which normally occurs on the server-side is now done client-side.
This should ensure consistency between 'prod' and 'memory' implementations.

Additionally, the new FinalizedQuery object gains a GQL() method which should
(hopefully) allow trivial debugging by printing a query. You should be able to
copy and paste the generated GQL* into the appengine dashboard and see what
your request was querying for.

* With the exception of Cursors, which currently have no textual format in the
GQL schema.

R=dnj@chromium.org, estaab@chromium.org, maruel@chromium.org, tandrii@chromium.org, vadimsh@chromium.org
BUG=533024

Review URL: https://codereview.chromium.org/1355783002

4725 of 5788 relevant lines covered (81.63%)

588.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 54.1 19 Sep 2015 05:13AM UTC 0
81.63
Travis Job 54.1
Source Files on build 54
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #54
  • f8e86bf2 on github
  • Prev Build on master (#53)
  • Next Build on master (#55)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc