Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
migrations: Pass charm URL user component #6642
Conversation
mjs
added some commits
Nov 30, 2016
| args.Add("schema", curl.Schema) | ||
| + args.Add("user", curl.User) | ||
| + args.Add("series", curl.Series) |
mjs
Nov 30, 2016
Contributor
Note: no test changes here because these HTTP endpoints don't have tests! I have further changes coming here so I'll close the testing gap in the next PR.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
Mongo died on Windows. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit a210318
into
juju:develop
Dec 1, 2016
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
mjs
deleted the
mjs:MM-charm-url-fix
branch
Dec 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedNov 30, 2016
•
Edited 1 time
-
mjs
Nov 30, 2016
In order to ensure the cs:~/user/foo style charms migrate correctly, the user component needs to be passed when uploading.
Drive-by: In the upload endpoint, don't assume "cs" if not "local". Fail fast if the schema isn't "cs" or "local".
QA
Successfully migrated a model which used cs:~user/foo style charms. These failed to migrated before.