Add modulemd applicability type
Add modularity content types
Also includes tests and newly generated zoo5 fixtures repository which is module ready
Fixes #21661 - Retrieve All for consumers
This commit adds a couple of methods to retrieve all consumers in onego.
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.
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.
Fixes #14836 - Add note about pulp-python-plugins and pulp-ostree-plugins (#173)
fix misspelling in README
Fixes #15015 - Adding coverage checking to runcible (#176)
Fixes #14888 - Updating casettes for pulp 2.8.3 (#175)
Refs #14032 - Cassettes - Ostree branches now searchable in a Repo
Fixes #13321 - Updated distribution paths in the tests
Relates to this change https://github.com/pulp/pulp_rpm/blob/master/plugins/pulp_rpm/plugins/distributors/yum/configuration.py#L387
https://pulp.plan.io/issues/1520https://github.com/pulp/pulp_rpm/commit/dbdc20dc4bfc52e4bc7d2b7a3b2bf2323db63d47
Fixes #11030: Add Python support.
Ref# 10036 - Fixes for pulp-server-2.7.0-0.3.beta
We were not able to run all the tests in the previousinstance of runcible on pulp-2.7 beta. This commit addresses thatand updates the cassettes
Update where to file issues for changeover to Redmine.
Fixes #10036 - CRUD bindings for rpm ostree repositories
addresses #9179 - fix tests for Pulp 2.6
Refs #8759 - Running runcible against pulp 2.5.1
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....
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.
adding support for pulp 2.4.0-0.14
adding consumer(group) support for pulp2.4
Worked on splitting up user and role cassettes
cassette update
Upgrading pulp to 2.3
Add Package Upload Pulp API support to runcible
a tiny fix in README
fixture update
Merge pull request #83 from jlsherrill/multi
Changing runcible to support multiple pulp servers.
Added code make unit copy accept custom filters
Now, classes need to be instantiated. For example:
Instead of Runcible::Resources::Repository.find()
you would need to use:
Runcible::Resources::Repository.new(config).find()
You can all instantiate Runcible::Instance to get access to all modules:...
Merge pull request #78 from daviddavis/pulp-2.2
Updating runcible for Pulp v2.2
Improving some of the tests for pulp 2.2 and regenerating cassettes
Pulp v2.2: Fixing individual tests for Pulp 2.2
Updating Readme to include steps for an official release.
955706 - update vcr_cassettes for pulp-server-2.1.2-0.1.beta
Docs - Updating how to build and deploy documentation.
Adds the yard and redcartpet development dependencies required whenbuilding the documentation.
adding additional importer/distributor options
vcr cassette updates for pulp 2.1.1-0.5.beta
vcr update for pulp 2.1.1-0.1.beta
Pulp 2.1 - Adding fixes to support the previous errors aroundpackage group unit copy. This commit is against a beta buildof 2.1
Pulp2.1 - Adding note with link to current stable Runcible branch.
Pulp 2.1 - Adding two API calls to handle content applicabilityfor consumers.
Pulp2.1 - Updates to how consumer group content tests are handledto test them properly.
updating README to correct test command & new single test mode
Updates readme to include new test option.
Updates README to include a section on building and releasin gem or RPM.
Updating to first Pulp V2.0 stable build.
Updates readme with link to github pages.
Updates to the latest pulp beta and fixes all associated tests.
Updating pulp version
Updates README indentation for code blocks and moves all Copyrights to Red Hat.
Updates README to include configuration and examples.
Updates to add bold emphasis to pulp version in README.
Adds Rake task to grab pulp version and input to the README.
Updates README with Travis status and new test options.
updating readme to point to none mode
README update for tests
Initial shell for the Runcible gem.