Avoid RestClient logger
The RestClient logger is not thread safe and can cause problems due toits use in threaded applications.
handle to_hash on null responses
Fixes #15617: Add ISO repository support (#179)
Fixes #15016 - Upgrade rubocop (#177)
Fixes #11027 - Remove copyright notices
Fixes #7880 - Rubocop enabled the runcible tests
Ref #7880: Rubocop fixes update
Updating runcible to use one cassette per test
as part of that, all tests had to be restructured and renamed
Adding test for generate_payload method
fixing base unit tests
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:...
Logging - Test update.
Updates logging code to allow logging of all requests (debug mode) anda special exceptions mode for only logging to a provided logger callsthat generate exceptions.
This puts a requirement on the logger being passed to implement debugand/or error functions for debug and exception logging respectively.
Updates README indentation for code blocks and moves all Copyrights to Red Hat.
Removes references to ruby-debug.
Provides first running and successful test against Pulp V2 and cleans-up the test infrastructure to allow basic authentication against pulp by parsing the pulp server.conf for needed credentials and server information.