Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

runcible / test / resources @ master

# Date Author Comment
df1b6e2a 11/16/2017 01:50 AM Partha Aji

Fixes #21661 - Retrieve All for consumers

This commit adds a couple of methods to retrieve all consumers in one
go.

17353a1c 07/26/2017 06:48 PM Justin Sherrill

Allow cancelling of task groups

2de23838 03/29/2017 05:30 PM Chris Duryee

Fixes #19055 - add new call for generate applicability

The previous applicability call would 'lock' on a single worker. This call does
not pin to a single worker, so applicability regeneration can spread across all
workers.

Note that this does not change any functionality, it just exposes a new call...

4138d874 02/23/2017 09:33 PM Justin Sherrill

adding download repository support

5126dd02 05/12/2016 07:59 PM David Davis

Fixes #15016 - Upgrade rubocop (#177)

93e2e3ec 02/04/2016 03:21 PM Partha Aji

Merge pull request #167 from parthaa/tasker

Fixes #13284 - Enables Taskgroups for Applicablity

ddfc4136 02/03/2016 11:51 PM Partha Aji

Fixes #13284 - Enables Taskgroups for Applicablity

The regenerate applicable errata call for a repository can return
either a Task Group or a list of spawned tasks. This commit enables
the use of that.
This is an important change in pulp 2.8.
Look at
https://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/consumer/applicability.rst#generate-content-applicability-for-updated-repositories...

547786b5 02/03/2016 03:38 PM Chris Duryee

Fixes #13543 - allow for repo group publishing

This commit adds the "publish" API for pulp repo group publishing, and allows
for the export distributor on repo groups.

Additionally, it adds support for the 'relative_url' parameter on the export
distributor config.

6a290cda 01/29/2016 05:34 PM Partha Aji

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/1520
https://github.com/pulp/pulp_rpm/commit/dbdc20dc4bfc52e4bc7d2b7a3b2bf2323db63d47

c1664a68 07/06/2015 07:50 PM David Davis

Fixes #11027 - Remove copyright notices

fc9ddd6c 06/23/2015 10:47 PM Partha Aji

Ref# 10036 - Fixes for pulp-server-2.7.0-0.3.beta

We were not able to run all the tests in the previous
instance of runcible on pulp-2.7 beta. This commit addresses that
and updates the cassettes

f8bc785b 10/09/2014 07:19 PM Partha Aji

Fixes #7880 - Rubocop enabled the runcible tests

3e3ad61c 10/09/2014 07:18 PM Partha Aji

Ref #7880: Rubocop fixes update

e5ec19e6 05/15/2014 06:00 PM Justin Sherrill

adding support for pulp 2.4.0-0.14

380dd8d3 05/06/2014 03:31 PM Justin Sherrill

adding consumer(group) support for pulp2.4

ae35dcd9 04/30/2014 08:52 PM Justin Sherrill

Updating runcible to use one cassette per test

as part of that, all tests had to be restructured and renamed

54addc4c 04/30/2014 03:13 PM Justin Sherrill

2.4 support and some cleanup for all most remaining items

still missing all consumer items

2759f865 04/29/2014 10:24 PM David Davis

Worked on splitting up user and role cassettes

32fb437f 09/19/2013 06:24 PM Justin Sherrill

adding new applicabilty features from pulp 2.3

a8af5fc3 09/18/2013 06:38 PM David Davis

Upgrading pulp to 2.3

f8a5ca01 09/16/2013 01:33 PM Justin Sherrill

adding orphan file listing and deleting

cde82373 08/12/2013 08:12 PM Justin Sherrill

Merge branch 'master' into nodes

043591b9 08/12/2013 07:14 PM David Davis

Fixing and reorganizing puppet repo tests

2a2b9875 08/12/2013 01:36 PM Justin Sherrill

initial node support

b4428416 08/09/2013 03:18 PM Manjiri Tapaswi

Add Package Upload Pulp API support to runcible

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

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

Improving some of the tests for pulp 2.2 and regenerating cassettes

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

Pulp v2.2: Fixing individual tests for Pulp 2.2

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.

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

adding additional importer/distributor options

b7231939 04/11/2013 06:16 PM Justin Sherrill

Merge branch 'master' of github.com:Katello/runcible

8834a077 04/11/2013 06:15 PM Justin Sherrill

fix for new runcible

212b7b6d 03/25/2013 10:34 PM jlsherri

adding assert for test

af54de02 03/25/2013 05:38 PM Justin Sherrill

space fixes

fbc4844e 03/25/2013 03:12 PM Justin Sherrill

adding repo group support

fdb5b1d4 03/22/2013 02:27 PM Eric Helms

Pulp 2.1 - Adding fixes to support the previous errors around
package group unit copy. This commit is against a beta build
of 2.1

557d000b 03/18/2013 09:16 PM Eric Helms

Pulp 2.1 - Adding two API calls to handle content applicability
for consumers.

085c9956 03/18/2013 06:07 PM Eric Helms

Pulp2.1 - Updates to how consumer group content tests are handled
to test them properly.

4f2ec2b8 02/01/2013 03:41 PM Eric D. Helms

Moves primary tests into top level test directory and
re-factors the test commands to account for the changes.
Resources and extension suites may now be run separately now.