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

luci / gae / 175
82%

Build:
DEFAULT BRANCH: master
Ran 16 Sep 2016 09:24PM UTC
Jobs 1
Files 0
Run time –
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
175

push

travis-ci

Commit bot
Differentiate between single- and multi- props.

Fixes #58.

Change PropertyMap to accept either a single Property or a
PropertySlice, the former being a single Property and the latter
being a multi-property regardless of content size.

This will likely break API compatibility for packages that directly use
PropertyMap, which shouldn't be too many. Updating is not difficult:

If you want to have a single property, you can assign directly instead
of wrapping in a []Property:

  PropertyMap{"Foo": MkProperty("Bar")}

If you want to have a multi-valued Property, use a PropertySlice:

  PropertyMap{"Foo": PropertySlice{ds.MkProperty("Bar")}}

Note that datastore now differentiates between single-valued Properties
and multi-valued Properties. When dealing with structs, luci/gae doesn't
really care when loading, but will export them as multi- if they are backed
by a slice.

BUG=None
TEST=local

Review-Url: https://codereview.chromium.org/2342063003
Jobs
ID Job ID Ran Files Coverage
1 175.1 16 Sep 2016 09:24PM UTC 0
Travis Job 175.1
Source Files on build 175
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #175
  • c4fab9e7 on github
  • Prev Build on master (#174)
  • Next Build on master (#176)
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