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

SatelliteQE / nailgun / 1487 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2018 04:30PM UTC
Files 7
Run time 53min
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

08 Nov 2018 04:28PM UTC coverage: 97.534% (-0.04%) from 97.571%
1487.1

push

travis-ci

web-flow
Don't require content_view_version_id kwargs to CVV incremental_update() (#532)

This allows me to just pass in `add_content`:

```
>>> data = dict(data=dict(add_content=dict(package_ids=[1,2])))
>>> ContentViewVersion(config, content_view=cv).search()[0].incremental_update(synchronous=True, **data)
{u'username': u'admin', u'ended_at': u'2018-08-22 16:36:03 UTC', u'output': {u'changed_content': [{u'content_view_version': {u'id': 18}, u'added_units': {u'puppet_module': [], u'rpm': [], u'erratum': []}}]}, u'cli_example': None, u'label': u'Actions::Katello::ContentView::IncrementalUpdates', u'state': u'stopped', u'result': u'success', u'input': {u'services_checked': [u'pulp', u'pulp_auth'], u'version_outputs': [{u'output': {u'added_units': {u'puppet_module': [], u'rpm': [], u'erratum': []}}, u'version_id': 18}]}, u'action': u'Incremental Update of 1 Content View Version(s)', u'progress': 1.0, u'started_at': u'2018-08-22 16:35:54 UTC', u'humanized': {u'action': u'Incremental Update of 1 Content View Version(s) ', u'input': [], u'errors': [], u'output': u'Content View: test version 5.3\nAdded Content:\n'}, u'id': u'bb262c07-1df5-4e9c-bec0-ab348ffd5b2a', u'pending': False}
```

or not add any content at all:

```
>>> data = dict(data=dict(description='sean rocks'))
>>> ContentViewVersion(config, content_view=cv).search()[0].incremental_update(synchronous=True, **data)
{u'username': u'admin', u'ended_at': u'2018-08-22 16:34:14 UTC', u'output': {u'changed_content': [{u'content_view_version': {u'id': 17}, u'added_units': {u'puppet_module': [], u'rpm': [], u'erratum': []}}]}, u'cli_example': None, u'label': u'Actions::Katello::ContentView::IncrementalUpdates', u'state': u'stopped', u'result': u'success', u'input': {u'services_checked': [u'pulp', u'pulp_auth'], u'version_outputs': [{u'output': {u'added_units': {u'puppet_module': [], u'rpm': [], u'erratum': []}}, u'version_id': 17}]}, u'action': u'Incremental Update of 1 Content View Version(s)', u'p... (continued)

2373 of 2433 relevant lines covered (97.53%)

0.98 hits per line

Source Files on job 1487.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1422
  • Travis Job 1487.1
  • 1835e1b6 on github
  • Prev Job for on master (#1482.1)
  • Next Job for on master (#1492.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