~ilasc/launchpad:set-repack-stats-on-job-complete

Last commit made on 2021-05-14
Get this branch:
git clone -b set-repack-stats-on-job-complete 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:
set-repack-stats-on-job-complete
Repository:
lp:~ilasc/launchpad

Recent commits

ff31cc9... by Ioana Lasc

Merge branch 'master' into set-repack-stats-on-job-complete

21a859f... by Ioana Lasc

Remove get_transaction_timestamp from assertUpdatesRepackStats

daee24d... by Colin Watson

Avoid various traceback reference cycles

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

695d975... by Colin Watson

Avoid various traceback reference cycles

On Python 3, exceptions have their associated traceback as a
`__traceback__` attribute, which means that it's possible to end up with
reference cycles by storing exception objects in variables local to
frames that are part of their traceback. Delete those local variables
before returning to avoid various cases of this.

e9ffe39... by Ioana Lasc

Address code review comments

842503e... by Ioana Lasc

Cleanup fetchRepackStats endpoint

ee9f849... by Ioana Lasc

Remove extra call for repack stats

e5bfa9a... by Colin Watson

Avoid using execfile(), removed in Python 3

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

b1e6fe7... by Colin Watson

Avoid using execfile(), removed in Python 3

6b3403d... by Colin Watson

Fix setting of empty responses on Python 3

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