~pappacena/launchpad:gitrepo-ociproject-refactoring

Last commit made on 2020-05-27
Get this branch:
git clone -b gitrepo-ociproject-refactoring https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
gitrepo-ociproject-refactoring
Repository:
lp:~pappacena/launchpad

Recent commits

bb60e6b... by Thiago F. Pappacena

Naming GitRepository of OCIProjects based on its pillar

d1a7213... by Thiago F. Pappacena

Merge branch 'ociproject-project-pillar' into gitrepo-ociproject-refactoring

930d512... by Thiago F. Pappacena

Allowing pillar change for OCIProject

1ca81b6... by Thiago F. Pappacena

Merge branch 'master' into ociproject-project-pillar

0347728... by Colin Watson

Fix deletion of Git repositories with internal MPs

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

7f55a60... by Thiago F. Pappacena

Avoiding invalid registry URL for OCI push rules.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/384570

c2721b4... by Thiago F. Pappacena

Preventing OCIPushRules with invalid URL schemes

275d46a... by Thiago F. Pappacena

Using proxy when uploading OCI images to registry.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/384557

e71d629... by Thiago F. Pappacena

Adding use_proxy=True to registry push HTTP calls

d1323f4... by Colin Watson

Fix deletion of Git repositories with internal MPs

If there exists a merge proposal internal to a repository (that is, both
source and target references are branches in that repository), then
deleting the repository will fail because it tries to delete the merge
proposal twice. Handle this case.