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

e0799fdcfb97...
Enrique Sanchez Cardoso
Fix SOSSImport SecurityProxy
As celery jobs run without a logged in user, we need to remove the
security proxy to be able to view bug/vulnerability fields.
SOSS distribution currently only allows InformationType.PROPRIETARY bugs
and vulnerabilities.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491804
d4c34de69055...
Ilker Emre Koc
delete cursor name for multiple query executions
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/491360
ca35fa3b273e...
Ilker Emre Koc
Change libraian-gc file deletion to autocommit
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/491702
c3641c2f65d8...
Enrique Sanchez Cardoso
Add VulnerabilitySet import export endpoints
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491584
c14e2e7b236b...
Launchpad Buildbot
Automatic merge from stable up to 0ae110825ea7
bf1a0af9a471...
Enrique Sanchez Cardoso
Fix VulnerabilityJob multiple jobs were created
The query to get existing jobs was failing when having 3 or more jobs
created. One() method was trying to return more than 1 result.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491755
b77179b69c46...
Enrique Sanchez Cardoso
Add ImportVulnerabilityJob check commit exists
Launchpad only stores the last commit sha1 for a GitRef so we need to
call turnip's API to check if a commit exists in a git repository.
ImportVulnerabilityJob will catch the exception and set an error
message.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491985
b3f8c4639139...
Enrique Sanchez Cardoso
Add SOSSExport
Update SOSS cves ordering for exact match between import and export.
Add support for status_explanation in SOSSImport.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491712
  • lp-devel-focal: cleaned previous lxd containers failed -  stdio
9c23e1742500...
Launchpad Buildbot
Automatic merge from stable up to 630b8706b959
92f546d0d05c...
RuinedYourLife
Launchpad channel artifactory property
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/491704
8fc25883545c...
Enrique Sanchez Cardoso
Fix SOSSImport find vulnerability and bug helpers
Helpers will be able to return the existing vulnerability and bug
without using person_logged_in.
Add Cve.getDistributionVulnerability.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491770
7e72db413a45...
Enrique Sanchez Cardoso
Fix ImportVulnerabilityJob test layer
Changed the celery queue to `launchpad_job_slow`, do the same with the
`CelerySlowJobLayer` used in tests.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492482
7b866457f1cb...
Enrique Sanchez Cardoso
Fix SOSSExport do not use removeSecurityProxy
The `ExportVulnerabilityJob` will remove the security proxy before
calling `SOSSExport`.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491949
76f41ca1f019...
Michael Hudson-Doyle
add model/interface fields for underlying_architecturetag
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/490642
741e26b3c442...
Enrique Sanchez Cardoso
Fix call to getDiffStats use repository path
It was using a git repository url instead of a git repository path as it is shown in `IGitHostingClient`. This was not detected in tests as they are using a fixture because this method makes an API call to turnip.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491719
721c51c74e14...
Enrique Sanchez Cardoso
Fix empty delta zip raising an Exception
There are some times where the delta zip release from
CVEProject/cvelistV5 is empty because there were no changes. We avoid
raising an LaunchpadScriptFailure due to that.
Default cve references content to url.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491899
714144245113...
Michael Hudson-Doyle
handle variants when processing binary uploads
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/490638
712a08ecc78b...
Vaishnavi Asawale
Enable the 'use_fetch_service' option to everyone for charmcraft builds via the API
Previously, the fetch service was only enabled for privileged users (the Golem). Now,
it is available to everyone, in strict and permissive mode.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/491222
6e5ee2f9ab2e...
Michael Hudson-Doyle
include abi_tag and isa_tag as well as arch_tag in default build args
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/490644
671bc8d4b77e...
Enrique Sanchez Cardoso
Set ImportVulnerabilityJob task_queue to launchpad_job_slow
This job can take more than 300s (when importing a high number of vulnerabilities) which is the timeout for the `launchpad_job` queue.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492478
630b8706b959...
Enrique Sanchez Cardoso
Add `ImportVulnerabilityJob`
It is the `VulnerabilityJob` that imports data from cve trackers. Only SOSS handler is supported now.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491368
5ad0f578c061...
Michael Hudson-Doyle
publish binaries to a variant das if the source is filtered out for the variant
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/490790
59afabe94712...
Ilker Emre Koc
Add rlimit preservation context manager and apply
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/492061
51a45f1310c6...
Launchpad Buildbot
Automatic merge from stable up to 0fbf47f9cdb8
4f473f277d31...
Finn Gaertner
Extend getMergeProposals API operation for persons with created_before and created_since params
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/491799
454d03737a1c...
Finn Gaertner
fix: Extend Product.searchQuestions to implement new parameters
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/492067
43a01ee62278...
Enrique Sanchez Cardoso
Fix Vulnerability custom exception tests Fix checkCommitInRef interface arguments
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/491667
3db21b43f675...
Finn Gaertner
fix: Set the API version of getMergeProposals back to beta, to comply with existing tests
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/492024
354a5f299122...
Tushar Gupta
Use the build Launchpad dev image build artifact from GHA in the quickstart script.
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/491440
2df50fa83cfb...
Finn Gaertner
feat: Extend searchQuestions API with new parameters created_before and created_since
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/492040
2a38cdb51856...
Enrique Sanchez Cardoso
Add override getBlob request timeout
Catch RequestExceptionWrapper, a non-requests exception that can occur
during the git hosting API call.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492534
299e6cec2b88...
Enrique Sanchez Cardoso
Fix linter archiveuploader
E501 and import ordering problem

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492600
285d5de191bd...
Ilker Emre Koc
Change librarian-gc to query database in chunks
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/491294
23029116da11...
Launchpad Buildbot
Automatic merge from stable up to 43a01ee62278
195f743ff705...
Enrique Sanchez Cardoso
Fix SOSSImport ordering and exception handling
Create the vulnerability first, then the bug. This will allow us to only
create the bug if we successfully created the vulnerability.
Catch GitRepository exception to stop the job if there is a problem
related to the git repository.
Add valid_name() check to SOSSRecord as Security team wants to ignore
SOSSRecord.Packages that have invalid names.
Deduplicate packages before ImportVulnerabilityJob.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492457
0fbf47f9cdb8...
Michael Hudson-Doyle
support publishing variants in PPA publishing
Merged from https://code.launchpad.net/~mwhudson/launchpad/+git/launchpad/+merge/490643
0b4785742032...
Guruprasad Lakshmi Narayanan
Manual merge from stable up to 5ad0f578c061
This pulls in some resource limit fixes from the stable
branch which are causing the db-devel buildbot runs to
fail.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/492178
0ae110825ea7...
Ilker Emre Koc
Add Vulnerability Exporting Celery Job
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/492056
0a6ccd92d1d7...
Ilker Emre Koc
Add a memory preserve context manager to a missed test
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/492122
0303d990fb3b...
Vaishnavi Asawale
Add choice of permissive or strict mode to the fetch service policy on charm Edit recipe
Enable a dropdown for Charms to select between 'permissive' or 'strict' mode for the fetch
service if 'use_fetch_service' is selected. The default mode is 'strict'.

Merged from https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/491284