~ilasc/launchpad:add-delete-account-ui

Last commit made on 2021-04-28
Get this branch:
git clone -b add-delete-account-ui 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:
add-delete-account-ui
Repository:
lp:~ilasc/launchpad

Recent commits

7a15ef9... by Ioana Lasc

Address code review comments

6ea1828... by Ioana Lasc

Resolve conflict with master

6bf0ecb... by Ioana Lasc

Address code review comments

3b3751d... by Ioana Lasc

Add UI for close account celery job

929bdb4... by Colin Watson

process-accepted: Skip archives with the publish flag disabled

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

e3f4d5c... by Ioana Lasc

Add a close account celery job

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/400878

9327c98... by Colin Watson

Remove env/ directory in "make clean_pip"

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

c51702f... by Colin Watson

Remove env/ directory in "make clean_pip"

This target is used as part of the wheel-building machinery for
production deployments. If we leave the env/ directory in place after
building wheels, then pushing code can get confused: since env/ still
exists, it thinks it doesn't need to rebuild it, but bin/ has been
removed so the tree won't work until it's been rebuilt.

29e216c... by Ioana Lasc

Make close-account executable again

0596cf8... by Ioana Lasc

Address code review comments