Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

runcible @ 4376f477

# Date Author Comment
4376f477 07/31/2013 09:08 PM Justin Sherrill

bumping runcible version

1273f233 07/31/2013 08:36 PM Justin Sherrill

Merge pull request #88 from jlsherrill/reqs

adding requirement documentation for pulp-katello-plugin related items

87126322 07/31/2013 08:24 PM Justin Sherrill

adding requirement documentation for pulp-katello-plugin related items

845ba23b 07/31/2013 07:26 PM Justin Sherrill

Merge pull request #79 from jlsherrill/revert_paging

Revert "969457: Do not timeout on getting all #rpm_ids"

ea3f972e 07/31/2013 05:40 PM Justin Sherrill

Merge pull request #86 from jlsherrill/test_fix

fixing broken test

4cd28ec3 07/31/2013 05:05 PM Justin Sherrill

fixture update

571d1317 07/31/2013 05:05 PM Justin Sherrill

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 once
if we can

51f76c2f 07/31/2013 04:05 PM Justin Sherrill

fixing broken test

9677900a 07/31/2013 02:31 PM Justin Sherrill

Merge pull request #83 from jlsherrill/multi

Changing runcible to support multiple pulp servers.

8d55f5b9 07/30/2013 09:16 PM Partha Aji

Merge pull request #84 from parthaa/filter-clauses

Added code make unit copy accept custom filters

37b02df6 07/30/2013 07:48 PM Partha Aji

Merge pull request #85 from parthaa/travis-20

Added 2.0 target for travis

a39a3c25 07/30/2013 06:44 PM Partha Aji

Added 2.0 target for travis

e06e5c92 07/30/2013 06:40 PM Partha Aji

Added code make unit copy accept custom filters

dd6dc93f 07/30/2013 06:31 PM Justin Sherrill

removing untested rake task as its no longer reliable

a8f51127 07/30/2013 06:31 PM Justin Sherrill

fixing base unit tests

661ca339 07/30/2013 06:31 PM Justin Sherrill

Changing runcible to support multiple pulp servers.

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:...

393c7eef 07/30/2013 03:07 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.12-1].

07019af1 07/30/2013 03:06 PM Justin Sherrill

bumping gem version

55518d68 07/22/2013 07:15 PM Justin Sherrill

Merge pull request #80 from jlsherrill/yum_clone

adding support for yum_clone_distributor

0d780497 07/22/2013 06:15 PM Justin Sherrill

adding support for yum_clone_distributor

54f9d7bc 07/12/2013 01:07 PM David Davis

Merge pull request #78 from daviddavis/pulp-2.2

Updating runcible for Pulp v2.2

d81cde6b 07/11/2013 06:31 PM David Davis

Fixing cassette clearing and test update

a60e2f21 07/11/2013 06:30 PM Eric Helms

Merge pull request #74 from ehelms/readme-update

Docs: Updating Readme to include steps for an official release.

49c9ce45 07/11/2013 05:53 PM Justin Sherrill

Improving some of the tests for pulp 2.2 and regenerating cassettes

1c08f783 07/11/2013 05:53 PM Justin Sherrill

automatically clear cassettes when running in all mode

89e6e478 07/11/2013 05:52 PM David Davis

Pulp v2.2: Fixing individual tests for Pulp 2.2

5f6d5f7f 07/05/2013 02:19 PM David Davis

Merge pull request #76 from daviddavis/debugger-default

Requiring a debugger

7de64685 07/05/2013 01:53 PM David Davis

Requiring debugger by default in minitest

13e54dca 07/05/2013 01:42 PM David Davis

Merge pull request #75 from daviddavis/temp/1373025002

Adding some entries to gitignore

2490a0c0 07/05/2013 11:50 AM David Davis

Adding some more entries to gitignore

9f7ede0e 07/02/2013 04:03 PM Eric D Helms

Updating Readme to include steps for an official release.

ef81bbc4 07/02/2013 03:18 PM Brad Buckingham

Automatic commit of package [rubygem-runcible] release [0.4.11-1].

5b63db64 07/02/2013 02:44 PM Brad Buckingham

bumping release to 0.4.11

f59a3678 07/02/2013 01:12 PM Brad Buckingham

Merge pull request #73 from bbuckingham/issue-2353

consumer/group - update to allow for update all

c1c22f8f 06/27/2013 08:53 PM Brad Buckingham

consumer/group - update to allow for update all

This commit contains a small modification to the generate_content
for consumer and consumer group to enable support for users to
request an 'update all' operation on the pulp interface. The
basic case where this is used is to request 'update all packages...

9017f5c0 06/13/2013 09:05 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.10-1].

4d0e46c1 06/13/2013 09:04 PM Justin Sherrill

version bump for 0.4.10

fda4a97b 06/13/2013 09:03 PM Justin Sherrill

Merge pull request #72 from jlsherrill/yum_metadata

adding yum_repo_metadata_file unit type

aac97e38 06/13/2013 08:47 PM Justin Sherrill

cassette update

393ed564 06/13/2013 07:53 PM Justin Sherrill

adding yum_repo_metadata_file unit type

592b60a7 06/13/2013 01:57 PM Justin Sherrill

Merge pull request #70 from jlsherrill/timeout

adds timeout config values and pass to rest client

ec04c979 06/13/2013 01:51 PM Justin Sherrill

adds timeout config values and pass to rest client

5a4a6a52 06/13/2013 07:28 AM Petr Chalupa

Merge pull request #68 from pitr-ch/bug/969457-after-sync-timeout

969457: Do not timeout on getting all #rpm_ids

4250c138 06/13/2013 07:18 AM Petr Chalupa

969457: Do not timeout on getting all #rpm_ids

For big repositories `Runcible::Extensions::Repository.rpm_ids` was
time-outing. Fixed by adding pagination to `Repository.rpm_ids`.

The timeout was causing `after_sync` callback failure which led to packages...

b024a9aa 06/13/2013 12:48 AM Brad Buckingham

Merge pull request #69 from bbuckingham/consumer_groups

955706 - changes to support consumer groups

4de61051 06/11/2013 05:33 PM Brad Buckingham

955706 - update vcr_cassettes for pulp-server-2.1.2-0.1.beta

169a0b62 06/11/2013 05:10 PM Brad Buckingham

955706 - consumer_groups - add passing of additional options

This commit contains a couple of small changes to be consistent
with the behavior of the consumer APIs.

1. allow the user to pass in options to the install/update actions
2. properly set the unit key when an action is performed

892dccba 06/11/2013 05:02 PM Brad Buckingham

955706 - update runcible to support pulp-server-2.1.2-0.1.beta

In order to support consumer groups, we need to update runcible
to interface with pulp-server-2.1.2.* or later. This commit
contains minor changes how responses to consumer group actions
are returned.

e6d579f6 06/04/2013 06:30 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.9-1].

dfb3aa6f 06/04/2013 06:25 PM Justin Sherrill

version bump

79cd334e 06/04/2013 06:20 PM Justin Sherrill

Merge pull request #67 from jlsherrill/content_install

adding more options for various actions

36b8f5c7 06/04/2013 06:15 PM Justin Sherrill

fixing doc

05563710 06/04/2013 04:58 PM Justin Sherrill

adding more options for various actions

exposing the general options for unit install/remove
adding notify_agent flag for consumer bind

ce46ca48 05/25/2013 01:19 AM David Davis

Merge pull request #64 from daviddavis/master

Showing user friendly error message that can be overriden

b029cb50 05/23/2013 01:03 PM Eric Helms

Merge pull request #66 from ehelms/docs-update

Docs - Updating how to build and deploy documentation.

dcec3cd2 05/23/2013 12:54 PM Eric D Helms

Docs - Updating how to build and deploy documentation.

Adds the yard and redcartpet development dependencies required when
building the documentation.

fff27948 05/22/2013 02:14 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.8-1].

84773f06 05/22/2013 02:14 PM Justin Sherrill

including new spec and builder

ceaa2813 05/22/2013 01:48 PM Justin Sherrill

version bump

7848bcad 05/21/2013 02:58 PM Justin Sherrill

Merge pull request #65 from jlsherrill/import_dist_update

Import dist update

80ea987d 05/21/2013 01:30 PM Justin Sherrill

cassette update

afe425cd 05/21/2013 01:30 PM Justin Sherrill

adding additional importer/distributor options

a9c0cc12 05/20/2013 10:46 AM David Davis

Showing a better config error message

Previously we just showed a message saying that config was not defined. This
shows a better error message that can help developers fix the problem. Also,
the error message can be overriden.

19e4ae57 05/16/2013 02:28 AM Justin Sherrill

version bump

679aee5e 05/16/2013 02:26 AM Justin Sherrill

Merge pull request #63 from jlsherrill/minitest

requiring older minitest

e0447bc4 05/16/2013 02:13 AM Justin Sherrill

fixing "missing" test

b3f947e5 05/15/2013 06:20 PM Justin Sherrill

requiring older minitest

c6dd089b 05/15/2013 05:49 PM Mike McCune

Merge pull request #59 from mccun934/add-export-distributor

adding export distributor so we can initiate ISO exports

156b8dc4 05/15/2013 03:42 PM Mike McCune

removing uneeded blank line

0bf175c0 05/14/2013 06:38 PM Justin Sherrill

Merge pull request #62 from jlsherrill/master

adding new files to gemfile, and bumping for new release

4cfbcefa 05/14/2013 06:33 PM Justin Sherrill

adding readme and contributing to gemspec

45137f22 05/14/2013 06:22 PM Justin Sherrill

adding new files to gemfile, and bumping for new release

2418765b 05/14/2013 07:42 AM Miroslav Suchý

Merge pull request #61 from xsuchy/pull-req-scl

add scl directive for el6

1738b9ba 05/14/2013 07:41 AM Miroslav Suchy

add scl directive for el6

29b6b478 05/13/2013 03:19 PM Miroslav Suchý

Merge pull request #60 from xsuchy/merge-ruby193

Merge ruby193 branch

8eccbaaa 05/13/2013 02:29 PM Miroslav Suchy

Automatic commit of package [rubygem-runcible] release [0.4.5-1].

04d99d97 05/13/2013 02:29 PM Miroslav Suchy

source0 will be now always same - even for SCL

3421c462 05/13/2013 02:08 PM Miroslav Suchy

bump up version

14365d35 05/13/2013 02:05 PM Miroslav Suchy

restore ability to build non-SCL package on el6

89b5b773 05/13/2013 01:50 PM Miroslav Suchy

return -doc subpackage section back to previous place

72412389 05/13/2013 01:48 PM Miroslav Suchy

return release back to 1

b6f03eaf 05/13/2013 01:45 PM Miroslav Suchy

return back original Builder and Tagger

6d2567e1 05/13/2013 01:41 PM Miroslav Suchy

no need to require ruby193-build, but you have to have recent tito
(cherry picked from commit 9fa285d9f79d198ceb2ed2ea1f27f865719cc0c8)

5bc5715e 05/13/2013 06:21 AM Mike McCune

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

e7ba6aea 05/10/2013 09:40 PM Mike McCune

adding export distributor so we can initiate ISO exports

c0bcbf4b 05/03/2013 09:17 PM Justin Sherrill

Automatic commit of package [ruby193-rubygem-runcible] minor release [0.4.4-2].

e07f2809 05/03/2013 09:17 PM Justin Sherrill

merge conflict

95caddf1 05/03/2013 08:23 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.4-1].

055db9c9 05/03/2013 08:23 PM Justin Sherrill

bumping runcible version

f88c7764 05/02/2013 01:48 PM Brad Buckingham

Merge pull request #58 from bbuckingham/pulpv2-updates

consumer - specify different unit key based on content type

10da9735 04/29/2013 12:58 PM Brad Buckingham

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 on
the content type. This small commit addresses the changes
needed for the supported types....

6a214105 04/24/2013 07:15 AM Miroslav Suchy

Automatic commit of package [ruby193-rubygem-runcible] minor release [0.4.3-5].

388a294f 04/24/2013 07:09 AM Miroslav Suchy

Merge remote-tracking branch 'origin/HEAD' into ruby193

Conflicts:
rel-eng/packages/rubygem-runcible
rubygem-runcible.spec

8cb74bcc 04/23/2013 07:02 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.3-1].

cc784f34 04/23/2013 07:02 PM Justin Sherrill

fixing gem version

ff6886a8 04/23/2013 07:01 PM Justin Sherrill

Automatic commit of package [rubygem-runcible] release [0.4.2-1].

fd7ce2c7 04/23/2013 06:56 PM Justin Sherrill

Merge pull request #57 from bbuckingham/pulpv2-updates

pulp - updates for consumer errata, repo copy and vcr cassettes

2172e673 04/23/2013 06:42 PM Brad Buckingham

vcr cassette updates for pulp 2.1.1-0.5.beta - continued...

e2989b74 04/23/2013 06:29 PM Brad Buckingham

vcr cassette updates for pulp 2.1.1-0.5.beta

11cd4518 04/23/2013 06:27 PM Brad Buckingham

unit copy - updates for pulp improvements in unit associate/copy

This commit contains minor changes to allow a user to take
advantage of pulp improvements for copying large repos.

Refer to https://bugzilla.redhat.com/show_bug.cgi?id=953665
for more details.