~ghoust88/launchpad/+git/launchpad-3:mp-edit-url

Last commit made on 2020-08-28
Get this branch:
git clone -b mp-edit-url https://git.launchpad.net/~ghoust88/launchpad/+git/launchpad-3
Only ghoust88 can upload to this branch. If you are ghoust88 please log in for upload directions.

Branch merges

Branch information

Name:
mp-edit-url
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

0612249... by Thiago F. Pappacena

Sending back on XML-RPC git the URL to currently open MP, if any

2eeaa92... by Colin Watson

testfix: Coerce version to text in Archive.getPublished{Sources,Binaries}

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/389890

562c736... by Colin Watson

testfix: Coerce version to text in Archive.getPublished{Sources,Binaries}

71da5ab... by Colin Watson

Allow adding push rules on OCIRecipe:+edit-push-rules

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/389875

f2ce0ac... by Colin Watson

Sync password error handling with Person:+edit-oci-registry-credentials

bf988b0... by Colin Watson

Eliminate some duplicated code

8852f9c... by Colin Watson

Fix error message handling bug

89add52... by Colin Watson

Add XXX comment for credentials viewing situation

f17042b... by Colin Watson

Split up test_add_oci_push_rules

It's really several tests in one, so turn it into several test cases.
Tidy up various minor readability issues along the way.

9886edf... by Colin Watson

Simplify OCIRegistryCredentialsVocabulary token handling

We don't need to do complicated partial quoting, and in fact it's better
if we don't; just URL-quote the whole of each of the URL and username,
and give the term a more readable title.