~jugmac00/launchpad:fix-regression-for-create-lpcraft-jobs-on-push

Last commit made on 2022-03-14
Get this branch:
git clone -b fix-regression-for-create-lpcraft-jobs-on-push 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:
fix-regression-for-create-lpcraft-jobs-on-push
Repository:
lp:~jugmac00/launchpad

Recent commits

2db1539... by Jürgen Gmach

Fix regression introduced with `create lpcraft jobs on push`

`lp.code.subscribers.git.refs_updated` now also calls
`CIBuildSet.requestBuildsForRefs` which indirectly issues a web request
to retrieve commit data.

This required some tests to use the `GitHostingFixture`, others needed
to be updated to work around the missing filter implementation of
`getCommits` for the `GitHostingFixture`.

e2d77c9... by Jürgen Gmach

WIP: Create lpcraft jobs on push

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

4195ec8... by Jürgen Gmach

Create lpcraft jobs on push

9df8eac... by Jürgen Gmach

Create "Resurrecting dogfood" how-to

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

3d584b6... by Jürgen Gmach

Create "Resurrecting dogfood" how-to

090ebcb... by Colin Watson

Add distribution sharing policies

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

1c71c17... by Colin Watson

Move some common code to a new SharingPolicyMixin

8025fc1... by Guruprasad

Add new fields and methods to ICve and Cve

Add the 'date_made_public', 'discoverer', and the 'cvss' fields. Also
add the 'setCVSSVectorForAuthority()' method.

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

2297cc7... by Patch Queue Manager <email address hidden>

Merge db-stable a40a29d50e (Add the date_made_public, discoverer, cvss columns to Cve)

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

e77cdf5... by Guruprasad

Add new fields and methods to ICve and Cve

Add the 'date_made_public', 'discoverer', and the 'cvss' fields. Also
add the 'setCVSSVectorForAuthority()' method.