Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

runcible / test / extensions @ master

# Date Author Comment
f6f75fb6 11/21/2018 01:41 AM Partha Aji

Add modulemd applicability type

8d476914 08/30/2018 05:01 AM Partha Aji

Add modularity content types

Also includes tests and newly generated zoo5 fixtures repository
which is module ready

d0cb4289 01/30/2018 01:16 AM Stephen Benjamin

refs #22446 - use relative_url for iso repo path

b7d3fa45 12/02/2017 08:49 AM Partha Aji

Fixes #21844 - Add Docker Blob unit type

c022bb6f 11/10/2017 02:13 PM Matthias Dellweg

Add tests for debian extension

0b79887a 10/13/2017 06:02 PM Justin Sherrill

Srpm support

e5f2394a 04/25/2017 04:36 PM Justin Sherrill

Support rest_client 2.0

Runcible was built around being able to take a
rest client response body, pull out relevant details
and craft a new rest client response object with the boy
being the parsed json rather than the raw json. Rest Client
2.0 makes this impossible by making the Response object extend...

f87181a1 03/23/2017 03:16 PM Partha Aji

fixes #18993 - Set depth for ostree distributor

Prior to this commit one could only set depth for ostree importer.
This one enables one to set it for the distributor also.
This will enable pulp to selectively publish what its synced from
upstream feed.

524638e4 02/01/2017 12:34 PM Partha Aji

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.

1a2d49fd 09/07/2016 12:46 PM Justin Sherrill

Fixes #16466 - Add support for applicable rpms

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.

0889fa03 09/11/2015 05:42 PM Justin Sherrill

fixes #11773 - allow false values for :include_repos

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

Fixes #11027 - Remove copyright notices

c06a94b6 05/05/2015 03:25 PM Partha Aji

Fixes #10036 - CRUD bindings for rpm ostree repositories

c050ae44 01/16/2015 06:51 PM Partha Aji

Refs #7617 - Fixed a docker distributor issue

The docker distributor previously didnot properly communicate
protected/redirect_url/repo-registry-id attributes to pulp.
This commit aims to fix that

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

db77e602 09/24/2014 06:09 PM Partha Aji

Fixes #7617 - CRUD docker repo bindings

Added docker repo bindings to runcible
Includes CRUD for docker repo related operations along the same lines of puppet
and yum repo types.

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

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

b54f31e3 08/13/2013 08:08 PM Justin Sherrill

fixing puppet repo tests

1ede9b48 08/13/2013 02:44 PM Justin Sherrill

merge conflict

c006d1cd 08/12/2013 08:51 PM David Davis

Puppet: Fixing a bug and writing a test for it

Fixing a bug where the repo_type entry in the _notes field was not getting set.

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

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.

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.

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

Added code make unit copy accept custom filters

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

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

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

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

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.

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

fixing "missing" test

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

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

vcr cassette updates for pulp 2.1.1-0.5.beta

830ec8cf 04/17/2013 09:34 PM Justin Sherrill

Adding ISO repo support

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

fix for new runcible

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.

97c8db73 02/26/2013 01:12 AM Justin Sherrill

test fix

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.