Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Rename various CMR structs and methods #6582
Conversation
| +// remoteRelationsWatcher will sends changes to relations an application | ||
| +// is involved in with another remote application, including changes to the | ||
| +// remote units involved in those relations, and their settings. | ||
| +type remoteRelationsWatcher struct { | ||
| commonWatcher | ||
| caller base.APICaller | ||
| applicationRelationsWatcherId string |
| } | ||
| -// NewApplicationRelationsWatcher returns an ApplicationRelationsWatcher which | ||
| -// communicates with the ApplicationRelationsWatcher API facade to watch | ||
| +// NewRemoteRelationsWatcher returns a RemoteRemoteRelationsWatcher which |
| -// NewApplicationRelationsWatcher returns an ApplicationRelationsWatcher which | ||
| -// communicates with the ApplicationRelationsWatcher API facade to watch | ||
| +// NewRemoteRelationsWatcher returns a RemoteRemoteRelationsWatcher which | ||
| +// communicates with the RemoteRemoteRelationsWatcher API facade to watch |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit d9bc0bb
into
juju:develop
Nov 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedNov 18, 2016
One of a few PR's to fix the underlying CMR data model and properly name various structs and methods.
QA: bootstrap to ensure no repressions. Mechanical change only behind a feature flag.