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

SatelliteQE / nailgun / 1487
97%

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

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)

4 of 4 new or added lines in 1 file covered. (100.0%)

2373 of 2433 relevant lines covered (97.53%)

1.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1487.1 08 Nov 2018 04:30PM UTC 0
97.53
Travis Job 1487.1
2 1487.2 08 Nov 2018 04:30PM UTC 0
97.53
Travis Job 1487.2
Source Files on build 1487
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1487
  • 1835e1b6 on github
  • Prev Build on master (#1482)
  • Next Build on master (#1492)
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