bumping runcible version
Merge pull request #88 from jlsherrill/reqs
adding requirement documentation for pulp-katello-plugin related items
Merge pull request #79 from jlsherrill/revert_paging
Revert "969457: Do not timeout on getting all #rpm_ids"
Merge pull request #86 from jlsherrill/test_fix
fixing broken test
fixture update
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.
Merge pull request #84 from parthaa/filter-clauses
Added code make unit copy accept custom filters
Merge pull request #85 from parthaa/travis-20
Added 2.0 target for travis
removing untested rake task as its no longer reliable
fixing base unit tests
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:...
Automatic commit of package [rubygem-runcible] release [0.4.12-1].
bumping gem version
Merge pull request #80 from jlsherrill/yum_clone
adding support for yum_clone_distributor
Merge pull request #78 from daviddavis/pulp-2.2
Updating runcible for Pulp v2.2
Fixing cassette clearing and test update
Merge pull request #74 from ehelms/readme-update
Docs: Updating Readme to include steps for an official release.
Improving some of the tests for pulp 2.2 and regenerating cassettes
automatically clear cassettes when running in all mode
Pulp v2.2: Fixing individual tests for Pulp 2.2
Merge pull request #76 from daviddavis/debugger-default
Requiring a debugger
Requiring debugger by default in minitest
Merge pull request #75 from daviddavis/temp/1373025002
Adding some entries to gitignore
Adding some more entries to gitignore
Updating Readme to include steps for an official release.
Automatic commit of package [rubygem-runcible] release [0.4.11-1].
bumping release to 0.4.11
Merge pull request #73 from bbuckingham/issue-2353
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...
Automatic commit of package [rubygem-runcible] release [0.4.10-1].
version bump for 0.4.10
Merge pull request #72 from jlsherrill/yum_metadata
adding yum_repo_metadata_file unit type
cassette update
Merge pull request #70 from jlsherrill/timeout
adds timeout config values and pass to rest client
Merge pull request #68 from pitr-ch/bug/969457-after-sync-timeout
969457: Do not timeout on getting all #rpm_ids
For big repositories `Runcible::Extensions::Repository.rpm_ids` wastime-outing. Fixed by adding pagination to `Repository.rpm_ids`.
The timeout was causing `after_sync` callback failure which led to packages...
Merge pull request #69 from bbuckingham/consumer_groups
955706 - changes to support consumer groups
955706 - update vcr_cassettes for pulp-server-2.1.2-0.1.beta
955706 - consumer_groups - add passing of additional options
This commit contains a couple of small changes to be consistentwith the behavior of the consumer APIs.
1. allow the user to pass in options to the install/update actions2. properly set the unit key when an action is performed
955706 - update runcible to support pulp-server-2.1.2-0.1.beta
In order to support consumer groups, we need to update runcibleto interface with pulp-server-2.1.2.* or later. This commitcontains minor changes how responses to consumer group actionsare returned.
Automatic commit of package [rubygem-runcible] release [0.4.9-1].
version bump
Merge pull request #67 from jlsherrill/content_install
adding more options for various actions
fixing doc
exposing the general options for unit install/removeadding notify_agent flag for consumer bind
Merge pull request #64 from daviddavis/master
Showing user friendly error message that can be overriden
Merge pull request #66 from ehelms/docs-update
Docs - Updating how to build and deploy documentation.
Adds the yard and redcartpet development dependencies required whenbuilding the documentation.
Automatic commit of package [rubygem-runcible] release [0.4.8-1].
including new spec and builder
Merge pull request #65 from jlsherrill/import_dist_update
Import dist update
adding additional importer/distributor options
Showing a better config error message
Previously we just showed a message saying that config was not defined. Thisshows a better error message that can help developers fix the problem. Also,the error message can be overriden.
Merge pull request #63 from jlsherrill/minitest
requiring older minitest
fixing "missing" test
Merge pull request #59 from mccun934/add-export-distributor
adding export distributor so we can initiate ISO exports
removing uneeded blank line
Merge pull request #62 from jlsherrill/master
adding new files to gemfile, and bumping for new release
adding readme and contributing to gemspec
Merge pull request #61 from xsuchy/pull-req-scl
add scl directive for el6
Merge pull request #60 from xsuchy/merge-ruby193
Merge ruby193 branch
Automatic commit of package [rubygem-runcible] release [0.4.5-1].
source0 will be now always same - even for SCL
bump up version
restore ability to build non-SCL package on el6
return -doc subpackage section back to previous place
return release back to 1
return back original Builder and Tagger
no need to require ruby193-build, but you have to have recent tito(cherry picked from commit 9fa285d9f79d198ceb2ed2ea1f27f865719cc0c8)
adding method to easily check the status of a publish
similar to a sync status, but for publish runs. Implemented for story:
https://trello.com/card/disconnected-ported-to-pulp-v2/511bd7357c52d1c61c00510e/8
Automatic commit of package [ruby193-rubygem-runcible] minor release [0.4.4-2].
merge conflict
Automatic commit of package [rubygem-runcible] release [0.4.4-1].
Merge pull request #58 from bbuckingham/pulpv2-updates
consumer - specify different unit key based on content type
When installing content (e.g. rpm, package_group, erratum)using pulp, the 'unit key' used may be different based onthe content type. This small commit addresses the changesneeded for the supported types....
Automatic commit of package [ruby193-rubygem-runcible] minor release [0.4.3-5].
Merge remote-tracking branch 'origin/HEAD' into ruby193
Conflicts: rel-eng/packages/rubygem-runcible rubygem-runcible.spec
Automatic commit of package [rubygem-runcible] release [0.4.3-1].
fixing gem version
Automatic commit of package [rubygem-runcible] release [0.4.2-1].
Merge pull request #57 from bbuckingham/pulpv2-updates
pulp - updates for consumer errata, repo copy and vcr cassettes
vcr cassette updates for pulp 2.1.1-0.5.beta - continued...
vcr cassette updates for pulp 2.1.1-0.5.beta
unit copy - updates for pulp improvements in unit associate/copy
This commit contains minor changes to allow a user to takeadvantage of pulp improvements for copying large repos.
Refer to https://bugzilla.redhat.com/show_bug.cgi?id=953665for more details.