~jugmac00/launchpad:add-security-documentation

Last commit made on 2023-07-21
Get this branch:
git clone -b add-security-documentation https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
add-security-documentation
Repository:
lp:~jugmac00/launchpad

Recent commits

f0c2926... by Jürgen Gmach

Add security documentation

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
66399aa... by Jürgen Gmach

Add performance documentation

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/447112

ceca41d... by Colin Watson

Convert ProductRelease and ProductReleaseFile to Storm

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

a27380d... by Colin Watson

Remove POFileSet.getPOFilesTouchedSince

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

e20e614... by Ines Almeida

Merge db-stable 505dfb71e5 (Add DB patch for git ref pattern filters for webhooks)

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

367a790... by Colin Watson

Remove POFileSet.getPOFilesTouchedSince

It hasn't been used since commit 47b797b084.

bda9d76... by Ines Almeida

Update Webhook and CIBuild models with the new fields for webhook pattern filtering

`git_ref_pattern` field and `check_webhook_git_ref_pattern` function added to Webhook model to enable filtering webhook triggers from git repository according to their git refs
`git_refs` added to CIBuild model will be used to store the git refs that originate the builds

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

4aad253... by Guruprasad

charm/launchpad-scripts: Document the manual steps to set up a volume

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

7b067ca... by Ines Almeida

Add git_refs field to CIBuilds

The new field will be used to filter CIBuild webhook events by matching their git_refs against the webhooks git_ref_pattern

ef6aa5a... by Ines Almeida

Add check_webhook_git_ref_pattern function

Function checks whether a webhook git_ref_pattern matches against a given git reference. To be used when filtering webhooks by git ref patterns