Feature resources #4408

Merged
merged 538 commits into from Feb 12, 2016

Conversation

Projects
None yet
5 participants
Contributor

sinzui commented Feb 12, 2016

This feature branch merge into master. There are two failures seen by CI
http://reports.vapour.ws/releases/3603
and we can see these regressions came from master.

There are no outstanding bugs...there were never any bugs reported against it.

(Review request: http://reviews.vapour.ws/r/3849/)

ericsnowcurrently added some commits Jan 19, 2016

ericsnowcurrently and others added some commits Feb 8, 2016

Merge pull request #4334 from ericsnowcurrently/resources-charm-command
Rename "juju resources" to "juju charm list-resources".

A key part of this is adding the "juju charm" command.

(Review request: http://reviews.vapour.ws/r/3778/)
Merge pull request #4365 from ericsnowcurrently/resources-fix-demo-1605
Fixes to get demo working.

While prepping the moonstone 1605 demo I found a few bugs.  This patch fixes them.

(Review request: http://reviews.vapour.ws/r/3808/)
rename show-service-resources to list-resources and remove the show-c…
…harm-resources command since it's being written in a different commit and conflicts with the alias for list-resources
formatting changes for list-resourcesincluding timestamp format chang…
…e and

change origin charm to charmstore, and remove used column.
Also slightly changed code for the RevisionString and wrote some tests for it (oops).
Merge pull request #4333 from natefinch/rename-list-service-resources
rename show-service-resources to list-resources

and remove the show-charm-resources command since it's being written in a different commit and conflicts with the alias for list-resources

(Review request: http://reviews.vapour.ws/r/3777/)
Merge pull request #4370 from natefinch/rename-comment-description
change description to comment and remove comment from tabular output

note that this updates the dependencies, so you'll need to rerun godeps when this lands

(Review request: http://reviews.vapour.ws/r/3813/)
Merge master into feature-resources.
Conflicts:
    api/service/client.go
    api/service/client_test.go
    apiserver/params/params.go
    apiserver/service/service.go
    cmd/juju/service/deploy.go
    dependencies.tsv
    juju/deploy.go
    juju/deploy_test.go
    state/state.go
rename show-service-resources to list-resources and remove the show-c…
…harm-resources command since it's being written in a different commit and conflicts with the alias for list-resources
Merge pull request #4334 from ericsnowcurrently/resources-charm-command
Rename "juju resources" to "juju charm list-resources".

A key part of this is adding the "juju charm" command.

(Review request: http://reviews.vapour.ws/r/3778/)
couple sanity check tests for formatting. Also tweaked the output for…
… juju resources <unit> --details, since it was useless printing out the unit number.
Merge pull request #4374 from natefinch/list-resources-debug
Implement juju resources --details flag

This adds a --details flag that does a diff of the expected resources on each unit, and the actual resources.

(Review request: http://reviews.vapour.ws/r/3818/)
Contributor

sinzui commented Feb 12, 2016

$$merge$$ JFDI

Contributor

jujubot commented Feb 12, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

jujubot added a commit that referenced this pull request Feb 12, 2016

Merge pull request #4408 from juju/feature-resources
Feature resources

This feature branch merge into master. There are two failures seen by CI
    http://reports.vapour.ws/releases/3603
and we can see these regressions came from master.

There are no outstanding bugs...there were never any bugs reported against it.

(Review request: http://reviews.vapour.ws/r/3849/)

@jujubot jujubot merged commit 3f98d44 into master Feb 12, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment