~ilasc/launchpad:adjust-merge-instructions-ref-page

Last commit made on 2020-11-11
Get this branch:
git clone -b adjust-merge-instructions-ref-page 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:
adjust-merge-instructions-ref-page
Repository:
lp:~ilasc/launchpad

Recent commits

ba837e8... by Ioana Lasc

Remove -f from git add remote command

9218c6c... by Colin Watson

Handle errors in number-cruncher loops

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

a39bde1... by Colin Watson

Handle errors in number-cruncher loops

If a LoopingCall raises an exception, then Twisted won't schedule it to
be called again. Log any exceptions and return normally instead.

c11d702... by Colin Watson

Abort transaction after each number-cruncher loop

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

9bc4751... by Colin Watson

Add comment about transaction handling

95c5030... by Colin Watson

Abort transaction after each number-cruncher loop

We only read from the database, but if we don't end our transaction from
time to time then we can end up with incorrect graphs and very long
transactions.

e6e3151... by Colin Watson

Make RedirectionView.context AttributeError more informative

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

f6e073b... by Colin Watson

Make RedirectionView.context AttributeError more informative

It can otherwise be hard to figure out exactly what URL we're refusing
to handle.

e39939c... by Colin Watson

Revert "Make new-style distroseries URLs canonical"

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

ef3962b... by Colin Watson

Revert "Make new-style distroseries URLs canonical"

This reverts commit 4013ff1a5a358052b99cae5abec44473e737d2e8. See
https://bugs.launchpad.net/launchpad/+bug/1902893.