~ruinedyourlife/launchpad:feat-update-gitignore

Last commit made on 2024-05-03
Get this branch:
git clone -b feat-update-gitignore https://git.launchpad.net/~ruinedyourlife/launchpad
Only Quentin Debhi can upload to this branch. If you are Quentin Debhi please log in for upload directions.

Branch merges

Branch information

Name:
feat-update-gitignore
Repository:
lp:~ruinedyourlife/launchpad

Recent commits

f62db5e... by Quentin Debhi

feat: ignore vscode cfg

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
58cf911... by Quentin Debhi

feat: organize gitignore

397c144... by Guruprasad

charm/launchpad-codehosting: Fix a bug in the bzr https vhost config

When renaming all the previous occurrences of
'codebrowse_internal_endpoint' to 'internal_codebrowse_root', this was
missed and it is causing the rewrite rule to be wrong.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/458127

87cbaec... by Guruprasad

charm/launchpad-codehosting: Update the httpchk URL for the HTTP, HTTPS backends

This allows the checks to work as expected after the previous change to
set an appropriate rewrite URL.

c8ea461... by Guruprasad

charm/launchpad-codehosting: Fix a bug in the bzr https vhost config

When renaming all the previous occurrences of
'codebrowse_internal_endpoint' to 'internal_codebrowse_root', this was
missed and it is causing the rewrite rule to be wrong.

fa90745... by Ines Almeida

Redact `fetch_service_mitm_certificate` in build logs

When running a fetch service build, we send the certficate from buildd-manager to buildd, and log it. This redacts the certificate.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/465326

35a32c5... by Guruprasad

Fix a typo in SigningServiceClient.sign

Also add tests for the SigningServiceClient to verify
the recent changes to this method.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/464957

210d82e... by Ines Almeida

Redact `fetch_service_mitm_certificate` in build logs

When running a fetch service build, we send the certficate from buildd-manager to buildd, and log it. This redacts the certificate.

19603d5... by Ines Almeida

Update how to keep track of session_id within a builder session

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/465152

c55da58... by Ines Almeida

Update how to keep track of session_id within a builder session

We now fetch the proxy details directly from the build instead of storing it within buildd-manager.
This means we don't need to store aephemeral `session_id` in DB, and also means we have the exact proxy details that ran during the build when we clear up the build.