Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

f9dfc2cbdf08...
Michael Hudson-Doyle
use underlying archtag when checking if a package wants to build on an arch
should enable variant builds of packages that build for Architecure: linux-any

Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/493572
f57d24875994...
Vaishnavi Asawale
Merge db-stable 1af2c526e4 (Add Archive column to Webhooks table)
Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494440
f55752655f03...
Guruprasad Lakshmi Narayanan
Fix a test failure caused by adding support for the core26 snap base
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/494360
ee459a737570...
Launchpad Buildbot
Automatic merge from stable up to 8374ba0e76ad
e6bb9bb98871...
Ines Almeida
Add UCT handler as option for vulnerability exports
This included adding missing methods to the UCTRecord and other minor fixes that came along the way while testing

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/493617
db35c2af19ef...
Finn Gaertner
feat!: Disable creating code imports to and from Bazaar
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/492719
d8828fcdd202...
Vaishnavi Asawale
Allow the creation of webhooks for an archive
This MP is part of the functionality to allow webhooks to be
configured on an archive to provide information related to source
uploads and builds.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494351
d70225dc2e20...
Enrique Sanchez Cardoso
Fix cveimport update metadata key
When updating a key value as `cve.metadata["affected"]` we were getting
`Forbidden` exception. Now we update the entire `cve.metadata`.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/494096
d693f3c3ec84...
Launchpad Buildbot
Automatic merge from stable up to 94286847552e
d43bfffd7e85...
Vaishnavi Asawale
Fix failing archive test
This MP proposes a fix to the tests broken by
https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494351
which allowed webhooks to be configured on archives. In this MP:
1. Add 'webhooks_collection_link' to the archive webservice response.
2. Update the test helper to delete the 'webhooks_collection_link' before
  any attempts of modifying it.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494558
d34e58619314...
Ines Almeida
Fix BugPresence permissions to grant view access to certain roles
This is a relatively new model that isn't used widely, but will be used by the UCT exporter

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/493612
d017dbda849c...
Vaishnavi Asawale
Add webhooks for source package uploads
In this MP:
1) Add subscriber and handler functions to trigger webhooks when the
source package upload status changes to APPROVED/UNAPPROVED/REJECTED.
2) Add a function setPackageUploadStatus() which is called every time
a package status is set.
3) Add a feature flag to enable/disable the functionality of triggering
webhooks on archives.
4) Add tests to ensure webhooks are triggered/ not triggered based on whether
the package upload status changes.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494750
c5a0696ce781...
Ines Almeida
Refactor SVT exporter and record
These changes clean up code in preparation to enable the UCT Handler for vulnerability exports. The main changes included removing unused and redundant parameters from the SVTExporter, renaming `to_yaml` to `to_str` and minor updates in the SVT interfaces to make it more explicit

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/493462
c15cc8b5dea5...
Launchpad Buildbot
Automatic merge from stable up to 8f35df7956d2
bff9b0558f83...
Finn Gaertner
feat: Add support for sk ssh key types
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/493862
bdd8eb30da66...
Ilker Emre Koc
Comment out print statements in updated cve-lib
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/494749
bced6983a645...
Enrique Sanchez Cardoso
Merge db-stable 81f7af70c1b3525edfaef082ab040b8ecabf4a64
Add cve.metadata and vulnerability.metadata columns

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493736
bc30785e60c0...
Ilker Emre Koc
Update cve_lib to the latest version
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/494624
b273eab0b14f...
Michael Hudson-Doyle
just some test suite tweaks
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/493851
a58d660b2468...
Ines Almeida
Fix unit tests related to SVT exporter
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/493522
9fbf3fc2e175...
Ilker Emre Koc
Add extra_attrs metadata to vulnerabilities
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/493278
9a054b4c7cb2...
Enrique Sanchez Cardoso
Reapply "pass -oAPT::FTPArchive::FilterByFileNameArchitecture=false" when invoking apt-ftparchive"
This reverts commit 93b10e00171433a7f919107c210641bd65371957.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493392
94286847552e...
Michael Hudson-Doyle
pass abi tags not architecture tags to determine_architectures_to_build
fixes requesting a build for a variant after the variant has been created

Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/493836
931366d6ed9a...
Enrique Sanchez Cardoso
Fix #2126769 delete CodeReviewVote for git repos
Add BAZAAR and GIT scenarios for test_codereviewvote

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/494625
8f35df7956d2...
Finn Gaertner
feat: Create a bazaar warning banner
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/493355
8d6ba479d813...
Enrique Sanchez Cardoso
Add CveSet.advancedSearch
`advancedSearch` allows to filter cves if they are present or not in a
distribution (as a vulnerability). This allows the SEC team to search
cves to triage them.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493853
8a1996c9421f...
Simone
Maven can produce multiple .jar
Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/493954
8374ba0e76ad...
Enrique Sanchez Cardoso
Change +external url to +<packagetype>
Change `+external` url to `+unknown`, `+generic`, `+snap`, `+charm`,
`+rock`, `+python`, `+conda`, `+cargo`, `+maven`.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493961
81f7af70c1b3...
Enrique Sanchez Cardoso
Add metadata jsob column to Cve table
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493449
7b973553c352...
Launchpad Buildbot
Automatic merge from stable up to f57d24875994
691e0f7b1243...
Launchpad Buildbot
Automatic merge from stable up to bced6983a645
60b39d3920cc...
Guruprasad Lakshmi Narayanan
Add core26 to the list of known core snap names
This should allow snap recipes that use core26 to control which channel
is used for them.

This is based on what was done to create the core24 base snap and
cjwatson's advice on how to create future core snaps in
https://bugs.launchpad.net/launchpad/+bug/2012405/comments/2.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/494301
40ab09503ed3...
Launchpad Buildbot
Automatic merge from stable up to 32172532f865
3fbded8e3fd5...
RuinedYourLife
Distroarchseries in launchpad.channel property
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/494761
32172532f865...
Guruprasad Lakshmi Narayanan
Fix another unit test failure related to the core26 support
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/494405
30b32f2e64d0...
Ines Almeida
Add UCT as optional handler for getImports & getExports
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/494673
304f53b38e34...
Ines Almeida
Fix logout redirect to bazaar
We now skip the redirect to logout of loggerhead, and go straight to the openID logout page. Loggerhead was recently decommissioned, so we don't need to do this step during logout anymore

LP: #2127509

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/494436
1af2c526e4ed...
Vaishnavi Asawale
Add column archive to Webhooks table
This is part of the implementation of creating webhooks for deb builds.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/493939
14ddfd9cfc00...
Enrique Sanchez Cardoso
Add Cve.metadata
Import `affected` data from json cvelist cves
Add metadata to Cve model
Set Cve attributes as readonly
Remove uct overwriting Cve attributes

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493451
126c0e11c5ce...
Ines Almeida
Move UCT test files to make directory consistent
This makes it so that SOSS and UCT records have their own tests in separate directories

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