~cjwatson/launchpad:master

Last commit made on 2024-03-18
Get this branch:
git clone -b master https://git.launchpad.net/~cjwatson/launchpad
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~cjwatson/launchpad

Recent commits

d3ff952... by Ines Almeida

charm: update ftpmaster-publisher genrate-content cron script to run earlier

This is relevant because currently this job runs during most Launchpad developer's working hours, and can block DB deployments.
Updating the start time of the script to start daily at 9pm instead of 4am

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

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
acd5fd6... by Colin Watson

Drop various bits of code to handle Python <= 3.5

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

4cf76c2... by Ines Almeida

charms: bump launchpad-layers to 910dfb76754add5ed032a243c6081ee6a6b11256

The new source-commit updates the base configuration values for git related domains so that the git URLs exist even if the environment doesn't have git code hosting set up - which was causing issues in staging.

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

2dae207... by Colin Watson

Drop various bits of code to handle Python <= 3.5

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
00bf4eb... by Colin Watson

Revert "Handle timezone.utc.tzname's behaviour on Python 3.5"

This reverts commit b07ee10556832a6d9ffa13d19481ad214035e486.

4420cf9... by Ines Almeida

charms: bump launchpad-layers to 910dfb76754add5ed032a243c6081ee6a6b11256

The new source-commit updates the base configuration values for git related domains so that the git URLs exist even if the environment doesn't have git code hosting set up - which was causing issues in staging.

6b53e9b... by Ines Almeida

Refactor snap.use_fetch_service tests and feature flag description

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

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
844d8ff... by Ines Almeida

Refactor snap.use_fetch_service tests and feature flag description

59feb7f... by Ines Almeida

charm: update ftpmaster-publisher genrate-content cron script to run earlier

This is relevant because currently this job runs during most Launchpad developer's working hours, and can block DB deployments.
Updating the start time of the script to start daily at 9pm instead of 4am

8897a01... by Simone Pelosi

Fix revocation endpoint

fetch_service_control_endpoint has the following structure:
http://{host}:{port}/session
Fix revocation_endpoint from http://{host}:{port}/session/session to
http://{host}:{port}/session

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/462260