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

voxpupuli / pypuppetdb / 169
85%

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

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

Jobs
ID Job ID Ran Files Coverage
1 169.1 23 Apr 2016 11:48PM UTC 0
0.0
Travis Job 169.1
2 169.2 23 Apr 2016 11:48PM UTC 0
0.0
Travis Job 169.2
3 169.3 23 Apr 2016 11:48PM UTC 0
0.0
Travis Job 169.3
Source Files on build 169
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #169
  • 3449fdaf on github
  • Prev Build on master (#168)
  • Next Build on master (#170)
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