~ilasc/launchpad:ui-create-oci-project

Last commit made on 2020-04-08
Get this branch:
git clone -b ui-create-oci-project https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
ui-create-oci-project
Repository:
lp:~ilasc/launchpad

Recent commits

2ee08c1... by Ioana Lasc

Remove unnecessary paragraph from ociproject-new.pt

1bba1b9... by Ioana Lasc

Rollback changes to Distribution Model

Reverted the changes made to the Distribution Model and
Create OCI Project API as they were not required for the
changes made to URL structure for the Create OCI Page.

1096d11... by Ioana Lasc

Refactor URL structure for new-oci-project

Addressed code review comments and moved from newOCIProject to
new-oci-project in the URL structure for the new Page
(Create OCI Project). Refactored the API too for OCI project
creation as it was calling the same URL structure on Distribution.

7053cc4... by Ioana Lasc

Enable Create OCI Project link based on feature flag

Removed the Admin annotation on the Create an OCI Project link
under Distribution Overview and added the check based on the
OCI_PROJECT_ALLOW_CREATE feature flag instead.

5d91fac... by Ioana Lasc

Add new Page for creation of OCI Project

Added a functional page to LP that allows the user to enter
an OCI Project Name and create/edit the project.
This is protected by Admin rights for now, until MP 381321
lands and we can move to oci_project_admin permissions.

1de66d6... by Thiago F. Pappacena

Adding the feature flag to enable OCI Recipe creation in some more tests to fix them.

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

94b12cb... by Thiago F. Pappacena

Addind feature flag to create OCI Recipe on some more tests

112fa6c... by Thiago F. Pappacena

Setting on some test cases the feature toggle that allows us to create OCIRecipe, to fix broken build.

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

558bf3d... by Thiago F. Pappacena

Adding feature flag to allow OCI recipe creation on test

cf55d9a... by Thiago F. Pappacena

Formatting imports