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

release-engineering / pubtools-pulplib / 116
100%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2019 06:14PM UTC
Jobs 1
Files 29
Run time 8s
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
116

push

travis-ci

rohanpm
Allow searching on model fields rather than (only) raw Pulp fields

Previously, it was necessary always to use Pulp field names in
repo searches.  This was awkward, as it means the caller needs to
know and deal with both the Pulp and the model field names for
the same piece of data.

For example, to find Repository objects with eng_product_id=123,
the caller would have to know that this field is stored as a
string under "notes.eng_product", thus the model wouldn't fully
encapsulate the Pulp implementation details.

Improve this by making it possible to provide the model field
names to searches.  If the caller wants to find repositories
with (for example) eng_product_id=123, they can now directly
search with that field name and value.  This should be
preferred, as the caller no longer has to know exactly how a field
has been stored within Pulp.

However, since it's not usable under all circumstances, search
on raw Pulp fields will remain supported.

993 of 993 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 116.3 (TOX_ENV=cov-travis DEPLOY=1) 15 Aug 2019 06:14PM UTC 0
100.0
Travis Job 116.3
Source Files on build 116
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #116
  • 28a29e83 on github
  • Prev Build on master (#114)
  • Next Build on master (#117)
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