forked from juju/juju
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#10662 from SimonRichardson/cmr-migration
juju#10662 ## Description of change Note: this PR is the first of many to introduce CMR migrations into juju, this is the first one that introduces importation of remote applications. There are no QA steps for this as nothing is done with the output of the remoteapplications yet. ---- Included in the commit is the addition of the cmr entities for consuming a remote application. The code is hidden behind a feature flag to ensure that we don't break any imports that already exist. Much more work is required to ensure that we also import all the other entities required. Part of the change is also the introduction of go mocks in the state package. This allows us to reach a higher level of coverage without the need of the persistence layer. Not only are the tests in mocks, but additionally added to the existing integration tests that we have in state. ## QA steps Test pass, offering part will have full QA steps.
- Loading branch information
Showing
28 changed files
with
3,759 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ juju-backup-*.tar.gz | |
.editorconfig | ||
scripts/mgo-run-txn/mgo-run-txn | ||
tests/tmp.* | ||
*.out |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.