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

f7951f8d9fae...
Finn Rayk Gaertner
fix: Properly unmarshall nested data with non text values
We currently obfuscate email addresses in CVE data for unauthenticated users on URLs such as "https://bugs.launchpad.net/bugs/cve/2026-22228". The previously used function expects a simple text dict. Most CVEs now use more complex data structures with arrays and nested objects. This causes the unmarshall process to fail and the page to display an OOPS for unauthenticated users.

The fix replaces the `obfuscate_email` call with `obfuscate_structure` which does proper type checking and handles nested structures better.

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/499769
f720a3db65d6...
Enrique Sanchez Cardoso
Add ctdeliverydebjob manual mode
CTDeliveryDebJob can now be used without a PublishingHistory, by
manually passing the archive and date ranges.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498279
ed56de604774...
RuinedYourLife
Add missing db permissions for CT delivery job
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/498389
e333b01fdc47...
Goulin Khoge
feat(Vanilla): Add vanilla layout support
Merged from https://code.launchpad.net/~goulinkh/launchpad/+git/launchpad/+merge/499089
  • lp-devel-focal: build in base lxd container failed -  stdio
dc73ac6f10ec...
RuinedYourLife
Implement iterReady & tighten run window
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/498498
d5c0e5fcd2d9...
Enrique Sanchez Cardoso
Fix CTDeliveryDebJob and CTPopulator
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498737
ce67758baa7e...
Tushar Gupta
Bump blackdoc's version to be compatible with black APIs
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/498122
ca48f320cc97...
Finn Rayk Gaertner
chores: Change default code user page to git repositories and add git repository view to side menus
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/498029
c963d288f610...
Goulin Khoge
feat(Vanilla): Implement debug timeline feature with toggle functionality
Merged from https://code.launchpad.net/~goulinkh/launchpad/+git/launchpad/+merge/499509
c28316a5a365...
Launchpad Buildbot
Automatic merge from stable up to 747f011d158a
bedcdad397d8...
Finn Rayk Gaertner
infra: Add http proxy en vars to crontab and make gpghandler host and port configurable
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/499184
b979f276cd63...
Finn Rayk Gaertner
fix: Add quotation marks for ppa-uploader proxy env vars
This ensures that the crontab is valid even if some of the env vars are not set.

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/499255
b5ab99e18bcd...
RuinedYourLife
Change release endpoint & released_at field
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/498388
9fcfff197122...
RuinedYourLife
Properly type job error tuples for mypy
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/498231
95f7a994c581...
Finn Rayk Gaertner
fix: Remove the go snap from `.launchpad.yaml`.
This was previosuly used for the woke linter, which has been removed a while ago.

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/500197
8e08c4721c9b...
Enrique Sanchez Cardoso
Add ctpopulator script
`CTPopulator` creates a `CTDeliveryDebJob` to publish Launchpad data
into CT.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498591
849517276f0c...
Enrique Sanchez Cardoso
Add remaining PackagePublishingStatus ctpopulator
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/500149
83fe7c9517a0...
RuinedYourLife
Add a Package column in the milestone page
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/499974
837c972b0155...
Tushar Gupta
Revert "Bump blackdoc's version to be compatible with black APIs"
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/498205
8087479cfbe9...
Tushar Gupta
Use proxy when fetching recent blog posts feed for homepage
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/499501
7f4ac557e762...
Finn Rayk Gaertner
chores: Update team join tests related to mailing lists
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/498483
747f011d158a...
Enrique Sanchez Cardoso
Fix CTDeliveryDebJob to use a payloads Iterable
Extreme large Distroseries as jammy are getting OOM while
trying to build payloads for all archives SUPERSEDED data.
This change uses a generator to avoid having payloads
in memory.

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/499796
71cb751b260f...
RuinedYourLife
Pin deps versions, fix lint & release pocket delivered as non-empty string
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/498685
701f28afb244...
Tushar Gupta
Filter out mailing list email addresses from all outgoing LP emails.
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/498134
643c1abab7fd...
Finn Rayk Gaertner
fix: Remove mailing list checks for team actions
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/498077
5cc36a6561b8...
Launchpad Buildbot
Automatic merge from stable up to 0cf96b78d7bf
5023caafb2df...
Enrique Sanchez Cardoso
Drop CTDeliveryJob contraint
Drop CTDeliveryJob publishing_history NOT NULL contraint

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498278
4dfbbe933254...
Enrique Sanchez Cardoso
Merge db-stable 5023caafb2 (Drop CTDeliveryJob contraint)
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498484
4847db153920...
Enrique Sanchez Cardoso
Update CTDeliveryDebJob BPPH and SPPH filters
- Only BinaryPackageFormat.DEB files will be selected
- Only SourcePackageFileType.DSC files will be selected

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/499441
3eb048f9985e...
Launchpad Buildbot
Automatic merge from stable up to 4dfbbe933254
3b3f4a7ee33f...
Enrique Sanchez Cardoso
Add CTDeliveryDebJob manual runs as a script
- CTDeliveryDebJob can run as a script
- `archive` parameter is optional
- Add `csv` parameter

Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/499070
3a9f3ea0686d...
Enrique Sanchez Cardoso
Add x permission to populate-ct.py
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/498662
357f4dbcf6d5...
Finn Rayk Gaertner
fix: Notifies snap recipe subscriber of build status
Previously we always notified just the "requester" of the build. These fixes extend the notifications to subscribers of the snap recipe.

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/499978
23c3af3ae8b2...
Launchpad Buildbot
Automatic merge from stable up to dc73ac6f10ec
1917a6f5132b...
Tushar Gupta
Add openid_http_proxy config to launchpad-appserver charm.
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/499857
1695c326bd03...
Tushar Gupta
Add proxy support for OpenID authentication
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/499717
0cf96b78d7bf...
Finn Rayk Gaertner
fix: Handle ResponseNeverReceived and CancelledError errors in the HTTPSProbeFailureHandler
The archive mirror prober checks for bother main archive and ports (ports.ubuntu.com) URLs on all archives. This causes frequent errors because most mirrors are only for the main archive. This also causes significant OOPS spam. These fixes should handle the errors more gracefully.

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/499948
0ce5e76da91b...
RuinedYourLife
Commitment Tracker release delivery job
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/497518
0ce575012ad3...
Charles Odada
Replace help.lp.net link for openpgp client instructions with link to openpgp.org to avoid duplicating upstream doc.
Merged from https://code.launchpad.net/~charles-odada/launchpad/+git/launchpad-2/+merge/499164
036c790544a3...
Finn Rayk Gaertner
feat: Expose build_request property on SnapBuild
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/498210