~ghoust88/launchpad/+git/launchpad-3:refactor-oci-push-auth

Last commit made on 2020-05-19
Get this branch:
git clone -b refactor-oci-push-auth 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:
refactor-oci-push-auth
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

a0addb5... by Thiago F. Pappacena

Fixing naming conventions

1bdebb1... by Thiago F. Pappacena

Refactoring OCIRegistryClient to prepare for DockerHub

2617c22... by Thiago F. Pappacena

Adding picker to select, on OCI project edit page, which recipe is the official one.

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

2e68221... by Thiago F. Pappacena

Merge branch 'master' into official-oci-recipe

0325ba9... by Thiago F. Pappacena

Fixing broken distribution test.

A previous MP (https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/383657) introduced our standard `from __future__ import absolute_import, print_function, unicode_literals` in lp/registry/browser/distribution.py, but the tests were not prepared for this. This fixes the regression, but it would be interesting to run the full suite and include back this `from __future__ import` statement.

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

3ba2b8c... by Thiago F. Pappacena

Fix broken test caused by recently-introduced unicode_literals import

f29c011... by Thiago F. Pappacena

Adding page to see the (paginated) list of OCI projects of a distribution, including the possibility to search.

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

662d7f0... by Thiago F. Pappacena

Removing IOCIRecipe._official declaration

1b51bde... by Thiago F. Pappacena

Adding OCI recipe list page on OCI project.

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

7e33edd... by Thiago F. Pappacena

Refactoring on OCI project search page