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

voxpupuli / pypuppetdb / 169 / 3
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2016 11:48PM UTC
Files 6
Run time 0s
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

23 Apr 2016 11:47PM UTC coverage: 0.0%. Remained the same
169.3

push

travis-ci

corey-hammerton
Add Support for PuppetDB 4.0 Information (#69)

* pypuppetdb: Adding support for PuppetDB v4.0 data

Resolves https://github.com/voxpupuli/pypuppetdb/issues/66

Adding a new parameter/variable catalog_uuid to the Catalog type.
Adding new parameters code_id, catalog_uuid and cached_catalog_status
to the Report fact

See https://docs.puppet.com/puppetdb/4.0/release_notes.html#new-features
for more information about the new features.

* pypuppetdb/api/__init__.py: User suggested optimization with optional Report and Catalog attributes

Replacing the Try Except block around the Report code_id, catalog_uuid and
cached_catalog_status attributes with dictionary get(). As per documentation,
https://docs.python.org/2/library/stdtypes.html#dict.get:
Return the value for key if key is in the dictionary, else default. If default is not given, it defaults to None, so that this method never raises a KeyError.

Adding the same change for the Catalog code_id and catalog_uuid attributes.

0 of 473 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 169.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 169
  • Travis Job 169.3
  • 3449fdaf on github
  • Prev Job for on master (#168.3)
  • Next Job for on master (#170.3)
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