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
Merge branch 'master' into puppet
Conflicts: lib/runcible/models/yum_importer.rb
Fixing repository importer code
Repository#create_with_importer_and_distributors should be able to handle botha hash and importer object. Fixing the code to support this.
Merge commit '54f9d7bc4655f0a783b5aeacc580b8db2b09935d' into puppet-merge
Conflicts: lib/runcible/extensions/yum_importer.rb
renamed lazy_config= parameter
removed a trailing whitespace
added IoC way of configuring of runcible
bumping runcible version
adding requirement documentation for pulp-katello-plugin related items
attempting full request of rpmids as it is much faster
using paging to get chunch of package ids is very slow.taking~3 seconds per request. Try to get them all at onceif we can
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 #80 from jlsherrill/yum_clone
adding support for yum_clone_distributor
puppet: initial support for puppet repositories
This commit contains some initial changes toallow for creating and managing puppet repositories.
Pulp v2.2: Fixing individual tests for Pulp 2.2
bumping release to 0.4.11
consumer/group - update to allow for update all
This commit contains a small modification to the generate_contentfor consumer and consumer group to enable support for users torequest an 'update all' operation on the pulp interface. Thebasic case where this is used is to request 'update all packages...