Fixes #21661 - Retrieve All for consumers
This commit adds a couple of methods to retrieve all consumers in onego.
2.4.0 release
refs #10478 - add option publish_default_release
refs #10478 - Add deb extensions
refs #10478 - add deb repository type
2.3.0 release
Srpm support
2.2.0 release
Fix rubocop
Fixes #21161 - Docker manifest list model bindings
Deprecate oauth
Runcible 2.1.0 release
Allow cancelling of task groups
2.0.1 version bump
handle to_hash on null responses
Support rest_client 2.0
Runcible was built around being able to take arest client response body, pull out relevant detailsand craft a new rest client response object with the boybeing the parsed json rather than the raw json. Rest Client2.0 makes this impossible by making the Response object extend...
Bump version to 1.11.0
Fixes #19055 - add new call for generate applicability
The previous applicability call would 'lock' on a single worker. This call doesnot pin to a single worker, so applicability regeneration can spread across allworkers.
Note that this does not change any functionality, it just exposes a new call...
1.10.0 release
fixes #18993 - Set depth for ostree distributor
Prior to this commit one could only set depth for ostree importer.This one enables one to set it for the distributor also.This will enable pulp to selectively publish what its synced fromupstream feed.
1.9.3 release
adding download repository support
Updated pulp docs urls
Version bump
Fixes #18076 - Can set OSTree repo depth
Enables one to set the importer depth value for the ostree repo.look at http://projects.theforeman.org/issues/18076 for more info.
1.9.1 release
Fixes #17404: Configure CA cert properly
bumping version to 1.9.0
Fixes #16466 - Add support for applicable rpms
Bump version to 1.8.0
Fixes #15617: Add ISO repository support (#179)
Fixes #15016 - Upgrade rubocop (#177)
1.7.2 version bump
1.7.1 version bump
Fixes #13700 - Updating to support rest-client 1.8.0
Bump version to 1.7.0
Fixes #14032 - Ostree branches now searchable in a Repo
Fixes #13681 - Remove unnecessary param in puppet_distributor
Bump version to 1.6.0
Merge pull request #167 from parthaa/tasker
Fixes #13284 - Enables Taskgroups for Applicablity
The regenerate applicable errata call for a repository can returneither a Task Group or a list of spawned tasks. This commit enablesthe use of that.This is an important change in pulp 2.8.Look athttps://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/consumer/applicability.rst#generate-content-applicability-for-updated-repositories...
Fixes #13543 - allow for repo group publishing
This commit adds the "publish" API for pulp repo group publishing, and allowsfor the export distributor on repo groups.
Additionally, it adds support for the 'relative_url' parameter on the exportdistributor config.
fixes #13512 - docker v2 - pulp 2.8 - add support for tag content unit
With the pulp 2.8 support for docker v2, the docker tag implementationhas been updated to be a content type, similar to manifest, rpm...etc.This commit adds that unit.
Fixes #13452 - Support download_policy for importer
Bump version to 1.5.0
fixes #13460 - docker v2 - disable v1 support & introduce docker_manifest unit type
This commit makes 2 changes:1. update the docker importer to support the 'enable_v1' flag2. introduce the docker_manifest unit which is being added with docker v2
Fixes #13187 - Adds certification authentication to runcible
Bump version to 1.4.1
Fixes #11927: Move common importer attributes to base class
Fixes #11030: Add Python support.
Fixes #11925 - Adding SSL attributes for Ostree
To connect with the CDN
fixes #11773 - allow false values for :include_repos
Fixes #11613 - Create ostree content unit model
Fixes #11027 - Remove copyright notices
Version bump to 1.4.0
Fixes #10866 - changes 404 exceptions from error to info
Version bump to 1.3.5
Fixes #10594: Don't try to parse "null" responses.
Fixes #10036 - CRUD bindings for rpm ostree repositories
bumping version to 1.3.3
bumping version for release
Refs #7617 - Fixed a docker distributor issue
The docker distributor previously didnot properly communicateprotected/redirect_url/repo-registry-id attributes to pulp.This commit aims to fix that
Bumped the version for docker tag changes
Fixes #8079 - Can update docker tags in repository
fixing runcible errors caused by rubocop changes
when we turned on rubocop, we converted unused method argumentsto start with underscores. This broke any method that relied onbinding.send(:local_variables). This disables that cop and fixesall of those instances....
Ref #7880: Rubocop fixes update
Fixes #7880 - Add rubocop to runcible
Bumped the version for docker changes
Fixes #7765 - Add docker methods to repo
Fixes #7617 - CRUD docker repo bindings
Added docker repo bindings to runcibleIncludes CRUD for docker repo related operations along the same lines of puppetand yum repo types.
Bumping runcible version to 1.1.0
adding support for pulp 2.4.0-0.14
bumping gem version
adding a config method for retrieving current configuration
gem version bump
adding new applicabilty features from pulp 2.3
Merge pull request #110 from mccun934/add-puppet-master-dist
adding puppet_install_distributor and running the model tests
fixes from the PR review
adding orphan file listing and deleting
Runcible: Fix upload_bits method
allowing hash to be passed for package actions, instead of only name
Added some mods to get copy call accept filters
Merge pull request #102 from daviddavis/temp/20130815121537
Fixing some distributor stuff
Removing duplicate distributor method
Puppet: Adding in missing method to distributor
merge conflict
Merge pull request #100 from daviddavis/temp/20130812113557
Puppet: Fixing a bug and writing a test for it
Bump to 1.0.3
Fixing a bug where the repo_type entry in the _notes field was not getting set.
fixing some documentation
initial node support
Puppet: Wrote some tests and fixed repo methods
Wrote some repo tests for puppet repos. Also, found some places that weren't1.0-compatible in that they were class methods instead of the 1.0 architecturewhich supports multiple pulp servers by using objects.
Merge pull request #95 from mptap/package_uploads
Add Package Upload Pulp API support to runcible
Puppet: Adding distributor and importer tests
Puppet: Using new 1.0 architecture for puppet classes