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

luci / gae / 54 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 19 Sep 2015 05:13AM UTC
Files 51
Run time 1s
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

19 Sep 2015 05:11AM UTC coverage: 81.634% (-4.4%) from 86.059%
54.1

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

Source Files on job 54.1
  • Tree
  • List 0
  • Changed 37
  • Source Changed 31
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 54
  • Travis Job 54.1
  • f8e86bf2 on github
  • Prev Job for on master (#53.1)
  • Next Job for on master (#55.1)
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