~jugmac00/launchpad:attach-build-output-to-revision-status-reports

Last commit made on 2022-02-22
Get this branch:
git clone -b attach-build-output-to-revision-status-reports https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
attach-build-output-to-revision-status-reports
Repository:
lp:~jugmac00/launchpad

Recent commits

874dd88... by Jürgen Gmach

RevisionStatusReport.attach/.setLog now also accept a file object

6daef20... by Jürgen Gmach

Attach output of completed lpcraft builds

... to revision status reports.

131c1c7... by Guruprasad

Fix the query counts in the bugtask browser tests

The expected number of queries had increased with the changes to add a
UI for the bug lock status. This updates the failing tests with the
correct number of expected queries.

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

7940fd8... by Guruprasad

Fix the query counts in the bugtask browser tests

The expected number of queries had increased with the changes to add a
UI for the bug lock status. This updates the failing tests with the
correct number of expected queries.

3f99566... by Colin Watson

Support Ed25519 SSH keys

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

094168f... by Guruprasad

Implement the UI for changing a bug's lock status and reason

And allow only the users with the 'launchpad.Moderate' permission to
be able to access the page and change the lock status and reason.

Also display a read-only icon for the locked bugs.

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

13a5d1f... by Guruprasad

Implement the UI for changing a bug's lock status and reason

And allow only the users with the 'launchpad.Moderate' permission to
be able to access the page and change the lock status and reason.

Also display a read-only icon for the locked bugs.

a794baa... by Colin Watson

Handle distributions in Person.hasCurrentCommercialSubscription

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

e024f04... by Jürgen Gmach

Add "How to apply database schema changes" how-to document

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/415454

e8779b3... by Jürgen Gmach

Add how-to: "Applying database schema changes"