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

f9bf062ffa39...
Shreya
Add instructions to AGENTS.md to avoid noisy diffs
LLMs tend to use hard-to-understand phrases, making it harder for the next person working on it to try to make sense of it. This also makes it much more tedious on the reviewer. Directed instructions to avoid this could save a lot of time of the multiple people reviewing it or going over that code in the future.

Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510679
f5e01f1e5272...
Launchpad Buildbot
Automatic merge from stable up to a39120f6ff3b
efb26b2ca0b9...
Launchpad Buildbot
Automatic merge from stable up to a43f304e5a7e
e1f98385bcb8...
Tushar Gupta
fix: wire edit/delete buttons on dynamically added comments (LP#1940431) and some refactoring.
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/510033
d59fc9d1a942...
Launchpad Buildbot
Automatic merge from stable up to 3ed87623691b
d22be4a6e6b0...
Enrique Sanchez Cardoso
perf: Avoid unneeded joins in Archive.getPublishedSources()
Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/510628
d19471ecdc28...
Launchpad Buildbot
Automatic merge from stable up to 225e2d31a937
  • lp-db-devel-focal: updating -  stdio
c535abee8e9c...
Karim Elsharkawy
fix(code): Move UpdatePreviewDiffJob off the bzr-only Celery queue
UpdatePreviewDiffJob generates preview diffs for both Bazaar and Git merge proposals, but it was still running on the bzrsyncd unit, which is being decommissioned. This moves it, and its shared cron entry, to launchpad-scripts, so preview diffs keep working for both VCSes once bzrsyncd is gone.

Test coverage under Celery is Bazaar-only. The Bazaar and Git paths exercise different code (get_ro_server() vs. IGitHostingClient.getMergeDiff), but only the Bazaar one can be exercised through a real Celery worker process here: the Git path relies on GitHostingFixture, which patches this test process's in-memory component registry and is invisible to a worker started as a separate OS process, so it falls through to a real network call that has nothing to answer it. This is a pre-existing test infrastructure gap, not something specific to this change (see the 2015 XXX comment in test_gitjob.py: Git jobs can't be tested under a real Celery worker without a proper turnip fixture). The Git path is already covered without Celery by TestUpdatePreviewDiffJob.test_run_git.

Merged from https://code.launchpad.net/~kelsharkawy/launchpad/+git/launchpad/+merge/509825
b241d9f2f77d...
Goulin Khoge
feat(api): add distro series milestone search
Merged from https://code.launchpad.net/~goulinkh/launchpad/+git/launchpad/+merge/510338
b0097495a28d...
Finn Rayk Gaertner
perf: Revert 3cc9647 due to a performance
This introduces the following breaking changes for the API:
- Removed published_binaries from getPublishedSources responses
- Removed web_link from binary publication entries

Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/510672
a43f304e5a7e...
Tushar Gupta
charm(db): add options to skip replication and standby checks, and to specify the PostgreSQL object owner
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/506020
a39120f6ff3b...
Ilker Emre Koc
feat(cve-hot): Add garbo backfill job to update the CVE sequences piece by piece
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/509862
993247560114...
Launchpad Buildbot
Automatic merge from stable up to c535abee8e9c
9691ed033dd7...
Tushar Gupta
fix: fix reportStatsdMetrics crash when a build upload's build was deleted
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/510828
952cec5ff3bc...
Launchpad Buildbot
Automatic merge from stable up to 30f8d17ddad2
76e308bd5085...
Tushar Gupta
fix(js): correct messages.edit.js path in YUI test pages
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/510720
76563510880c...
Tushar Gupta
fix: strip newlines from Jinja if, else, and endif blocks to prevent breaking the rendered shell script.
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/510714
671de9a4d070...
Ilker Emre Koc
feat(cve-hot): Update garbo backfill job to update XRef string keys as well
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/510324
65fb76ed7f56...
Launchpad Buildbot
Automatic merge from stable up to 300328e38150
5f4781661a26...
Shreya
Fix failing test in lp/soyuz/feed/tests/test_packageupload.py
Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510737
56fd9f6e3895...
Launchpad Buildbot
Automatic merge from stable up to b241d9f2f77d
52bc74738924...
Finn Rayk Gaertner
feat: Generate diffs for PPA uploads without a previous version in the PPA itself against the latest version in one of the main primary archive pockets (release, security, updates) and the latest version in the PPA if it exists.
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/509697
48cc34b85628...
Shreya
Update title of new package uploads feed to show distroseries name first
This makes it easier to read and make sense of

Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510670
43a4a809bae9...
Launchpad Buildbot
Merge db-stable 35f55f9b6bef19ffaadadb03c95291b7be06d6ff (Create new RegisteredAuthenticator table)
Merged from https://code.launchpad.net/~mohamadriad-elterek/launchpad/+git/launchpad/+merge/511070
3ed87623691b...
Shreya
Speed up query for new package uploads feed
Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510337
3cc9647e2fcc...
Ilker Emre Koc
ui(binary-export): Expose binary web_link and source binaries along with sources
Merged from https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/510367
3ac839708338...
Tushar Gupta
fix: add options to skip standby count and replication checks, and allow custom DB object owners in full-update.py
Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/505902
39b3603c7d26...
Launchpad Buildbot
Automatic merge from stable up to 9691ed033dd7
35f55f9b6bef...
Launchpad Buildbot
Automatic merge from stable up to 302eb12a9cde
30f8d17ddad2...
Shreya
Use restricted certificate in librarian conditionally
Related: https://code.launchpad.net/~shreyamalviya/launchpad-mojo-specs/+git/launchpad-mojo-specs/+merge/510565

Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510740
302eb12a9cde...
Shreya
Update AGENTS.md to use single backticks in Python comments
Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510883
300328e38150...
Shreya
Update links for outage updates
We don't usually post updates on Mastodon but in the case of an outage,
the status for Launchpad is updated on status.canonical.com.

Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510657
2cfec918611d...
Launchpad Buildbot
Automatic merge from stable up to 3797304b5de9
26c42cc2aaff...
Launchpad Buildbot
Automatic merge from stable up to b0097495a28d
225e2d31a937...
Finn Rayk Gaertner
feat: Model, dependency and interface code for the new RegisteredAuthenticator table
Merged from https://code.launchpad.net/~finnrg/launchpad/+git/launchpad/+merge/510347
1942448c1298...
Launchpad Buildbot
Automatic merge from stable up to 43a4a809bae9
108b363b3f53...
Launchpad Buildbot
Automatic merge from stable up to 671de9a4d070
0a1dcfc3f2c8...
Launchpad Buildbot
Automatic merge from stable up to 5f4781661a26
037da96674f7...
Launchpad Buildbot
Automatic merge from stable up to 3cc9647e2fcc
01c1b24fe13d...
Launchpad Buildbot
Automatic merge from stable up to 3ac839708338