~akjk32002/launchpad:db-devel

Last commit made on 2023-10-10
Get this branch:
git clone -b db-devel https://git.launchpad.net/~akjk32002/launchpad
Only Kevin bush can upload to this branch. If you are Kevin bush please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~akjk32002/launchpad

Recent commits

59387ce... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 355fcf1fce02

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

Quieten Makefile when there's no .git directory

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

35f2f7f... by Colin Watson

Quieten Makefile when there's no .git directory

This is the case when deploying one of Launchpad's charms.

c49418d... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 2603a47fe210

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

charm: Redirect old cron-control URLs

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

f44e64c... by Colin Watson

charm: Redirect old cron-control URLs

The current URLs used for cron-control on production, qastaging, and
staging are "http://cron-control.lp.internal/production.ini",
"http://cron-control.qastaging.lp.internal/qastaging.ini", and
"http://cron-control.staging.lp.internal/staging.ini" respectively. The
`launchpad-cron-control` charm just exposes `/cron.ini`, which is
simpler.

However, to migrate to this, we're going to need to change DNS for
`cron-control.lp.internal` etc., and it's going to be awkward to
coordinate that change with also changing all the URLs to `/cron.ini`.
Redirecting the old URLs for a transitional period will simplify this.

2e3ae46... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 6ca0b77ea800

6ca0b77... by Ines Almeida

Fix js unit test in access tokens view

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

e31d7da... by Colin Watson

Remove sqlvalues from PackageCloner

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

5919212... by Ines Almeida

Fix js unit test in access tokens view