~ilasc/launchpad:change-permissions-builder-reset

Last commit made on 2020-11-18
Get this branch:
git clone -b change-permissions-builder-reset 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:
change-permissions-builder-reset
Repository:
lp:~ilasc/launchpad

Recent commits

583fff7... by Ioana Lasc

Swap IBuilderModerateAttributes for IBuilder in security.py

73a7137... by Ioana Lasc

Add test for manual and failnotes fields

aa19116... by Ioana Lasc

Address code review comments

1346a58... by Ioana Lasc

Change permissions required to reset builders

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