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

fdb157c61355...
Alvaro Crespo
Disable and remove person edit mailing lists page and UI references
Merged from https://code.launchpad.net/~alvarocs/launchpad/+git/launchpad/+merge/493284
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
ed09eeb3aa35...
Ilker Emre Koc
Use slow celery test for export vulnerability job
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/493348
ebcc73d79fd4...
Enrique Sanchez Cardoso
Increase soft_time_limit ImportVulnerabilityJob
When ImportVulnerabilityJob does a full import takes more than the 300s
soft time limit. As it will work in the launchpad_job_slow queue we
increase this limit to 2 hours since a full SVT import takes less right
now.
Usual runs should take way less as they will only import the diff.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492717
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
e2a5eb729315...
Alvaro Crespo
Disable and remove mailing list team pages
Merged from https://code.launchpad.net/~alvarocs/launchpad/+git/launchpad/+merge/493320
db35c2af19ef...
Finn Gaertner
feat!: Disable creating code imports to and from Bazaar
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/492719
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
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
c820370c7ba2...
Ines Almeida
Add production git urls for store hostnames
The default values included only staging URLs, and now include staging and production values

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/493299
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
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
b273eab0b14f...
Michael Hudson-Doyle
just some test suite tweaks
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/493851
b270d9d8d687...
Michael Hudson-Doyle
pass -oAPT::FTPArchive::FilterByFileNameArchitecture=false" when invoking apt-ftparchive
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/492651
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
98f20b1b3ab6...
Finn Gaertner
feat!: Remove create recipe links on brazaar branch pages
Merged from https://code.launchpad.net/~launchpad/launchpad/+git/launchpad/+merge/493312
98dc6a30c1c9...
Ines Almeida
Update logic around duplicate VulnerabilityJobs
Updated the logic so that one can re-schedule a job if the previous one was superseded, or the previous one was scheduled more than 6 hours ago

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/492931
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
8f35df7956d2...
Finn Gaertner
feat: Create a bazaar warning banner
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/493355
8e45cfc1b636...
Enrique Sanchez Cardoso
Add vulnerabilities exportData endpoint
Implement the API endpoint to create a ExportVulnerabilityJob using
vulnerability set.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492761
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
88b82361a479...
Ilker Emre Koc
Add ExportVulnerabilityJob to slow queue
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/493288
81f7af70c1b3...
Enrique Sanchez Cardoso
Add metadata jsob column to Cve table
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493449
7d8171c1bf1e...
Tushar Gupta
At the time of this commit, `standard_conforming_strings` is set to `false` in the LP database. Starting with PostgreSQL 9, the default value for this setting is set to `true`.
To enable `standard_conforming_strings` in future, all SQL queries that rely on escape sequences must be updated to either use the `E'...'` (escape string) syntax or avoid using \. This ensures that the queries behave consistently regardless of whether the setting is `on` or `off`.

We added both a DB patch and an update to comments.sql to preserve the linear history of schema changes. However, during local development, "make schema" applies comments.sql last, which ends up overwriting the DB patch.

Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/493109
6b7d10538685...
Jürgen Gmach
Do not expire intel graphics PPAs
As requested in https://support.one.ubuntu.com/Ticket/Display.html?id=113282.

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/492455
691e0f7b1243...
Launchpad Buildbot
Automatic merge from stable up to bced6983a645
67bc709f6457...
Enrique Sanchez Cardoso
Fix UCTRecord.from_str
When getting a file from a git repository using the getBlob() we are
getting a byte string.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493314
52cec125f727...
Alvaro Crespo
Remove mailing list UI links from team pages
Merged from https://code.launchpad.net/~alvarocs/launchpad/+git/launchpad/+merge/493207
40c015a761d5...
Enrique Sanchez Cardoso
Revert "pass -oAPT::FTPArchive::FilterByFileNameArchitecture=false" when invoking apt-ftparchive"
This reverts commit f1e77d075e8ae660750da37a3545d070e0489e94.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493369
23005f0d384c...
Enrique Sanchez Cardoso
Add UCT handler to ImportVulnerabilityJob
This also adds that handler to the `Vulnerability.importData` endpoint.
Refactor handlers so they implement the same svthandler interfaces.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492385
2010211bef56...
Enrique Sanchez Cardoso
Fix vulnerability model tests
There was a missing parameter for SOSSImport

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492722
1a0a4c73acdf...
Enrique Sanchez Cardoso
Fix SOSSRecord.Packages ordering
This also fix a broken SVT test: Blob should be a binary string

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493367
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
02770534c56d...
Enrique Sanchez Cardoso
Add handler import/export specific feature flags
To enable a handler to be used by `lp.vulnerabilities.importData()` and
`lp.vulnerabilities.exportData()` we will need to add the `handler.name`
to `bugs.vulnerability_import_handler.enabled` and
`bugs.vulnerability_export_handler.enabled` respectively.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/493139