~cristiangsp/launchpad:bugfix-1158242-translations-ui-changes

Last commit made on 2020-11-16
Get this branch:
git clone -b bugfix-1158242-translations-ui-changes https://git.launchpad.net/~cristiangsp/launchpad
Only Cristian Gonzalez can upload to this branch. If you are Cristian Gonzalez please log in for upload directions.

Branch merges

Branch information

Name:
bugfix-1158242-translations-ui-changes
Repository:
lp:~cristiangsp/launchpad

Recent commits

8276039... by Cristian Gonzalez

Fixing translations UI test

118fa9c... by Cristian Gonzalez

Fixing addition of extra blank spaces

e0b455b... by Cristian Gonzalez

Converting Length column into Total and move it to the end in distribution series language page

0d39a80... by Cristian Gonzalez

Moving Contributors column on distribution's Translations page

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