~ilasc/launchpad:status-reports-garbo-job

Last commit made on 2022-01-28
Get this branch:
git clone -b status-reports-garbo-job 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:
status-reports-garbo-job
Repository:
lp:~ilasc/launchpad

Recent commits

c7fd1ae... by Ioana Lasc

Merge branch 'master' into status-reports-garbo-job

310cc36... by Ioana Lasc

Remove limit in RevisionStatusReportPruner query

4590736... by Ioana Lasc

Add a get status artifacts endpoint

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

b9dd109... by Ioana Lasc

Address code review comments

eb86dc2... by Colin Watson

Add key type warning to Person:+editpgpkeys

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

4cb9a29... by Ioana Lasc

Merge branch 'master' into status-reports-garbo-job

eb5e658... by Ioana Lasc

RevisionStatusReportPruner to BulkPruner

9162fa1... by Colin Watson

Add key type warning to Person:+editpgpkeys

Launchpad can currently only handle OpenPGP keys that are compatible
with GnuPG v1. Tell users about this so that fewer people are confused
about why their keys aren't being imported successfully.

See LP: #1827369.

fc6df3c... by Ioana Lasc

Give status artifacts a canonical url

5334b96... by Guruprasad

* Add lock_status, lock_reason fields and lock, unlock methods to Bug
* Add a ModerateBug security adapter for IBugModerate

  This adapter uses the 'launchpad.Moderate' permission to allow users
  to lock and unlock a bug.
* Create bug change entries when locking and unlocking a bug
* Allow only the relevant roles to edit a locked bug
* Add unit tests for the previous changes related to bug (un)locking
* Add the updated sample data with the new fields
* Add the garbo job for backfilling lock_status

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/414097