Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Operations changed over to new block implementation. #1638
Conversation
anastasiamac
and others
added some commits
Feb 20, 2015
anastasiamac
referenced this pull request
Feb 23, 2015
Closed
Block CLI and operation related changes. #1652
|
Something went wrong... again... There are more collarborators on this PR than I expected. |
anastasiamac
closed this
Feb 23, 2015
anastasiamac
deleted the
anastasiamac:block-cmds-update
branch
May 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anastasiamac commentedFeb 20, 2015
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
(Review request: http://reviews.vapour.ws/r/967/)