~olansichina/launchpad:db-devel

Last commit made on 2021-06-29
Get this branch:
git clone -b db-devel https://git.launchpad.net/~olansichina/launchpad
Only Jabbar Khan can upload to this branch. If you are Jabbar Khan please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~olansichina/launchpad

Recent commits

f1b4816... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to ab664869ab1a

ab66486... by Colin Watson

Add views for creating charm recipes

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

c7d3f30... by Colin Watson

Fix TestSwiftFixture.test_shutdown_and_startup

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

1f241b6... by Colin Watson

Fix TestSwiftFixture.test_shutdown_and_startup

Now that shutting down SwiftFixture removes the corresponding items from
the config, this test needs to take care to create the connection before
shutting down the fixture.

b10f562... by Colin Watson

Fix sorting of bug activities on Python 3

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

9f661d4... by Colin Watson

Add charm recipe +edit, +admin, and +delete views

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

bb4bb48... by Colin Watson

Allow removing sections from ConfigFixture

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

e73c9a9... by Colin Watson

Delete charm recipe builds and jobs when deleting recipes

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

16b7ab5... by Colin Watson

Add charm recipe listing views

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

3273895... by Colin Watson

Allow removing sections from ConfigFixture

This makes it possible to tear down some configuration that couldn't
previously be torn down properly.