Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

runcible / test / support @ master

# Date Author Comment
0b79887a 10/13/2017 06:02 PM Justin Sherrill

Srpm support

1f392e3e 07/20/2016 10:09 PM Eric D Helms

Fixes #15617: Add ISO repository support (#179)

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

Fixes #15016 - Upgrade rubocop (#177)

61c9e238 03/04/2016 08:15 PM Partha Aji

Fixes #14032 - Ostree branches now searchable in a Repo

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

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

63540c7c 09/23/2015 07:37 PM Eric Helms

Fixes #11030: Add Python support.

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

Fixes #11027 - Remove copyright notices

9fc51910 02/03/2015 08:47 PM Mike McCune

addresses #9179 - fix tests for Pulp 2.6

926b9789 10/15/2014 02:50 PM Justin Sherrill

fixing runcible errors caused by rubocop changes

when we turned on rubocop, we converted unused method arguments
to start with underscores. This broke any method that relied on
binding.send(:local_variables). This disables that cop and fixes
all of those instances....

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

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

adding consumer(group) support for pulp2.4

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

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

490ff199 08/09/2013 09:00 PM David Davis

Puppet: Wrote some tests and fixed repo methods

Wrote some repo tests for puppet repos. Also, found some places that weren't
1.0-compatible in that they were class methods instead of the 1.0 architecture
which supports multiple pulp servers by using objects.

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

Add Package Upload Pulp API support to runcible

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

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

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.

414f0ec7 02/02/2013 03:37 AM Eric D. Helms

Updates logging code to allow logging of all requests (debug mode) and
a special exceptions mode for only logging to a provided logger calls
that generate exceptions.

This puts a requirement on the logger being passed to implement debug
and/or error functions for debug and exception logging respectively.

1e8d158d 11/16/2012 12:26 AM Justin Sherrill

sleep longer for fewer waiting tasks

b24028dd 11/15/2012 08:48 PM Justin Sherrill

do not sleep if were running as none

82aa3eff 11/14/2012 02:23 PM Eric D. Helms

Pulp Beta - Updates to handle Repository deletion and consumer unbind as tasks to remove chance for race condition.

b43ba6f2 11/13/2012 07:25 PM Eric D. Helms

Updates to the latest pulp beta and fixes all associated tests.

9b1d1989 11/02/2012 07:02 PM Eric D. Helms

Fixes broken publish_all call and adds tests for publish and publish_all.

73caf37e 11/01/2012 04:16 PM Partha Aji

Replaced all the GPL licenses with MIT as requested by eric

6402e48c 11/01/2012 03:34 PM Partha Aji

Fixed merge conflicts and regenerated yml cassettes

5354f21d 10/31/2012 10:31 PM Partha Aji

Fixed a few consumer group tests

50bf07ad 10/31/2012 04:07 PM Eric D. Helms

Ruby 1.9.3 - Updates to get code and tests passing on both Ruby 1.8.7 and Ruby 1.9.3

9dc81be8 10/30/2012 11:34 PM Partha Aji

Added calls in extensions to simplify adding and removing consumers from consumer groups

738088d9 10/30/2012 11:14 PM Partha Aji

Added consumer group associate and unassociate calls

63e1f2a8 10/25/2012 01:45 AM Eric D. Helms

Moves helpers to be under test/support.