~lgp171188/launchpad:allow-setting-bing-custom-search-endpoint-launchpad-appserver-charm

Last commit made on 2024-04-15
Get this branch:
git clone -b allow-setting-bing-custom-search-endpoint-launchpad-appserver-charm https://git.launchpad.net/~lgp171188/launchpad
Only Guruprasad can upload to this branch. If you are Guruprasad please log in for upload directions.

Branch merges

Branch information

Name:
allow-setting-bing-custom-search-endpoint-launchpad-appserver-charm
Repository:
lp:~lgp171188/launchpad

Recent commits

1a12c93... by Guruprasad

charm/launchpad-appserver: Make the bing custom search endpoint configurable

This allows us to update it without requiring any code changes to
Launchpad itself.

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

Merge db-stable e33107a14e (Add Archive.metadata_overrides)

Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/464211

67d34a1... by Simone Pelosi

Add logic to update 1024 PPAs keys

Cronscript to generate new 4096-bit RSA signing keys for the affected
PPAs (the ones with 1024-bit key) and add a row to the signingkey table
with the information about the newly generated key.
The new key will be generated for the default PPA and then propagated
to the other PPAs beloning to the same owner.
Add rows to the archivesigningkey containing updated PPAs
(i.e., one row per signing key-archive combination).
Also add information regarding the new keys to the gpgkey table.

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

fa8b67e... by Simone Pelosi

Add logic to update 1024 PPAs keys

Cronscript to generate new 4096-bit RSA signing keys for the affected
PPAs (the ones with 1024-bit key) and add a row to the signingkey table
with the information about the newly generated key.
The new key will be generated for the default PPA and then propagated
to the other PPAs beloning to the same owner.
Add rows to the archivesigningkey containing updated PPAs
(i.e., one row per signing key-archive combination).
Also add information regarding the new keys to the gpgkey table.

e33107a... by Quentin Debhi

Add new field Archive.metadata_overrides to db

This field can be used for storing per-archive metadata overrides

Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/462936

9176ff4... by Simone Pelosi

Add Snap Component support

Reference: LP142
Snap Components are processed and uploaded to the
snapcraft storage before pushing the Snap to the store.
Once every component is updated on the storage we can push
the Snap to the store.
push` function changed to support the new `components` parameter.

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

21ff0a4... by Simone Pelosi

Add Snap Component support

Reference: LP142
Snap Components are processed and uploaded to the
snapcraft storage before pushing the Snap to the store.
Once every component is updated on the storage we can push
the Snap to the store.
`push` function changed to support the new `components` parameter.

de7afa3... by 🤖 stg-launchpad-buildbot

Automatic merge from stable up to aab0cce26952

aab0cce... by Ines Almeida

Remove date range from copyright note from lib/lp/code folder

This is an on going process to remove all instances of date ranges in copyright notes from the code base to make it easier to maintain. See https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/460944

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

01093af... by Quentin Debhi

db: add archive.metadata_overrides