Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Resource lister refactor. #7682
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 1fa72fd
into
juju:develop
Jul 28, 2017
1 check passed
github-check-merge-juju
Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
anastasiamac
deleted the
anastasiamac:resource-lister-refactor
branch
Aug 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anastasiamac commentedJul 28, 2017
Description of change
This PR changes constructor for list charm resources command to accept a ResourceLister.
It is needed to ensure that we can test the command easily without test patching.
QA steps
All unit tests still pass and 'juju charm resources...' command does not panic.
Documentation changes
n/a as it is an internal change.
Bug reference
Progress PR for https://bugs.launchpad.net/juju/+bug/1706809