~pappacena/turnip:repo-async-creation-status

Last commit made on 2021-03-31
Get this branch:
git clone -b repo-async-creation-status https://git.launchpad.net/~pappacena/turnip
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
repo-async-creation-status
Repository:
lp:~pappacena/turnip

Recent commits

5f18244... by Thiago F. Pappacena

Reporting status on repositories that are currently being created

704613a... by Colin Watson

Run "git count-objects -v" in the correct directory

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

0a60ff6... by Colin Watson

Run "git count-objects -v" in the correct directory

get_repack_data works fine when called from a git hook, because they're
already run from the correct directory; but it breaks when called from a
turnip-set-symbolic-ref handler, because those don't run with the
repository path as their working directory. Explicitly set the working
directory in the latter case to fix this.

7e8bbdf... by Colin Watson

Fix crash if "git symbolic-ref" fails

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

4bb2ee3... by Ioana Lasc

Add log for return of repack call

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/399720

04e3956... by Ioana Lasc

Add -l to repack endpoint

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/399797

9dd76b7... by Colin Watson

Fix crash if "git symbolic-ref" fails

`message` is str, but `die` expects bytes. Noticed in passing while
reading production logs.

c6692e2... by Ioana Lasc

Add -l to repack endpoint

702c55f... by Ioana Lasc

Remove exception name in repack endpoint

a536959... by Ioana Lasc

Re-raise CalledProcessError in repack endpoint