~doismellburning/launchpad:bail-on-fail-on-db-setup

Last commit made on 2020-07-27
Get this branch:
git clone -b bail-on-fail-on-db-setup https://git.launchpad.net/~doismellburning/launchpad
Only Kristian Glass can upload to this branch. If you are Kristian Glass please log in for upload directions.

Branch merges

Branch information

Name:
bail-on-fail-on-db-setup
Repository:
lp:~doismellburning/launchpad

Recent commits

de60cbf... by Kristian Glass

Exit on failure in launchpad-database-setup

Let's avoid:

    Creating postgresql user runner
    createuser: could not connect to database postgres

    Looks like everything went ok.

a24057f... by Tom Wardill

Fix mailinglist XMLRPC callsites for text types

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/388121

66a17aa... by Tom Wardill

Fix API callsites

1bc4d44... by Tom Wardill

Add failing test

e85d0ab... by Thiago F. Pappacena

[testfix] Fixing the calls to test helper method that create bzr branches and git refs (the parameters changed in a previous commit)

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/388021

d62fba7... by Thiago F. Pappacena

[testfix] Fixing test helper to create git refs/bzr branches

c831232... by Thiago F. Pappacena

Refactoring BMP test cases to extend scenarios on TestBranchMergeProposalNominateReviewer

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/387878

1799151... by Thiago F. Pappacena

Fixing webhook trigger for private git repositories

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/387781

0d54e66... by Colin Watson

Revert "Make series redirections compatible with object lookup"

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

9906df0... by Colin Watson

Revert "Make series redirections compatible with object lookup"

This reverts commit 4176a750bdbf1656fee93ac7c18a69fa8e8eff8b.

This is insufficiently-understood, doesn't quite fix what it was
originally intended to fix (non-canonical series URLs in webservice
method parameters) and has caused at least one regression, so let's back
it out for now and try again later.

I've left the lazr.restful upgrade in place; I think that part of it
should be harmless enough.

LP: #1888716