Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Block CLI and operation related changes. #1652
Conversation
cmars
and others
added some commits
Feb 21, 2015
anastasiamac
referenced this pull request
Feb 23, 2015
Closed
Operations changed over to new block implementation. #1638
anastasiamac
and others
added some commits
Feb 23, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1424695', 'fixes-1424777', 'fixes-1424669'] |
wallyworld
and others
added some commits
Feb 23, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
added some commits
Feb 25, 2015
|
Build failed: Generating tarball failed |
anastasiamac
and others
added some commits
Feb 26, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
added some commits
Feb 26, 2015
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
anastasiamac
added some commits
Feb 26, 2015
|
too many issues. PR #1692 instead. |
anastasiamac commentedFeb 23, 2015
Cleaner version of CLI and operation block.
This PR plugs commands and operations into a new implementation of blocks.
Despite its size, most of changes are mechanical. These files contains the most logic changes:
github.com/juju/juju/cmd/juju/block/block.go
github.com/juju/juju/apiserver/client/api_test.go
github.com/juju/juju/cmd/juju/block/block.go
github.com/juju/juju/apiserver/common/block.go
github.com/juju/juju/apiserver/common/testing/block.go
github.com/juju/juju/cmd/juju/block/block_test.go
github.com/juju/juju/apiserver/common/block_test.go
github.com/juju/juju/api/client.go
github.com/juju/juju/apiserver/client/client.go
github.com/juju/juju/apiserver/common/errors.go
github.com/juju/juju/cmd/juju/block/export_test.go
github.com/juju/juju/cmd/juju/package_test.go
github.com/juju/juju/cmd/juju/block/protection.go
github.com/juju/juju/apiserver/tools.go
github.com/juju/juju/cmd/juju/block/unblock.go
github.com/juju/juju/cmd/juju/upgradejuju_test.go
Original - GH: #1638
Original -RB: http://reviews.vapour.ws/r/967
(Review request: http://reviews.vapour.ws/r/979/)