~ines-almeida/launchpad:social-accounts-ui-add-accounts

Last commit made on 2024-01-11
Get this branch:
git clone -b social-accounts-ui-add-accounts https://git.launchpad.net/~ines-almeida/launchpad
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
social-accounts-ui-add-accounts
Repository:
lp:~ines-almeida/launchpad

Recent commits

7db7d66... by Ines Almeida

Add edit matrix accounts view

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
313f58f... by Ines Almeida

Display Matrix accounts in user's page

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
397e40a... by Ines Almeida

Move IRC and Jabber profile sections into new Social Accounts section

3722fdc... by Ines Almeida

db: add DB table permissions to person-merge-job profile

2c7569e... by Ines Almeida

db: add DB table permissions to launchpad_main

4c0555b... by Ines Almeida

db: rename column from 'identifier' to 'identity'

3b79d01... by Ines Almeida

db: add SocialAccount.platform index, and rename table to singular form

d21a37b... by Ines Almeida

db: add person indexing in SocialAccounts table

2072590... by Ines Almeida

db: create new SocialAccounts table

09a05d1... by Simone Pelosi

Lockfile in use by process-death-row-py `--all-derived`

We are calling `process-death-row.py --all-derived` every hour and
it shares the lockfile with `process-death-row.py -d ubuntu` that is
called every 6 hours. Thus it may happen that one of the two processes
finds the lockfile already in use.