Console View
|
|
|
||||||
| f9bf062ffa39... |
Shreya
shreya.malviya@gmail.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to a39120f6ff3b | ||||||
| efb26b2ca0b9... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to a43f304e5a7e | ||||||
| e1f98385bcb8... |
Tushar Gupta
tushar.gupta@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 3ed87623691b | ||||||
| d22be4a6e6b0... |
Enrique Sanchez Cardoso
enrique.sanchezcardoso@canonical.com |
|
||||
|
perf: Avoid unneeded joins in Archive.getPublishedSources() Merged from https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/510628 |
||||||
| d19471ecdc28... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 225e2d31a937 | ||||||
|
||||||
| c535abee8e9c... |
Karim Elsharkawy
karim.elsharkawy@canonical.com |
|
||||
|
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
contact+git@goulin.fr |
|
||||
|
feat(api): add distro series milestone search Merged from https://code.launchpad.net/~goulinkh/launchpad/+git/launchpad/+merge/510338 |
||||||
| b0097495a28d... |
Finn Rayk Gaertner
finn.gartner@canonical.com |
|
||||
|
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
tushar.gupta@canonical.com |
|
||||
|
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
ilkeremre.koc@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to c535abee8e9c | ||||||
| 9691ed033dd7... |
Tushar Gupta
tushar.gupta@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 30f8d17ddad2 | ||||||
| 76e308bd5085... |
Tushar Gupta
tushar.gupta@canonical.com |
|
||||
|
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
tushar.gupta@canonical.com |
|
||||
|
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
ilkeremre.koc@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 300328e38150 | ||||||
| 5f4781661a26... |
Shreya
shreya.malviya@gmail.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to b241d9f2f77d | ||||||
| 52bc74738924... |
Finn Rayk Gaertner
finn.gartner@canonical.com |
|
||||
|
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
shreya.malviya@gmail.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
|
Merge db-stable 35f55f9b6bef19ffaadadb03c95291b7be06d6ff (Create new RegisteredAuthenticator table) Merged from https://code.launchpad.net/~mohamadriad-elterek/launchpad/+git/launchpad/+merge/511070 |
||||||
| 3ed87623691b... |
Shreya
shreya.malviya@canonical.com |
|
||||
|
Speed up query for new package uploads feed Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510337 |
||||||
| 3cc9647e2fcc... |
Ilker Emre Koc
ilkeremre.koc@canonical.com |
|
||||
|
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
tushar.gupta@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 9691ed033dd7 | ||||||
| 35f55f9b6bef... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 302eb12a9cde | ||||||
| 30f8d17ddad2... |
Shreya
shreya.malviya@gmail.com |
|
||||
|
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
shreya.malviya@gmail.com |
|
||||
|
Update AGENTS.md to use single backticks in Python comments Merged from https://code.launchpad.net/~shreyamalviya/launchpad/+git/launchpad/+merge/510883 |
||||||
| 300328e38150... |
Shreya
shreya.malviya@gmail.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 3797304b5de9 | ||||||
| 26c42cc2aaff... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to b0097495a28d | ||||||
| 225e2d31a937... |
Finn Rayk Gaertner
finn.gartner@canonical.com |
|
||||
|
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
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 43a4a809bae9 | ||||||
| 108b363b3f53... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 671de9a4d070 | ||||||
| 0a1dcfc3f2c8... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 5f4781661a26 | ||||||
| 037da96674f7... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 3cc9647e2fcc | ||||||
| 01c1b24fe13d... |
Launchpad Buildbot
webops+stg-launchpad-buildbot@canonical.com |
|
||||
| Automatic merge from stable up to 3ac839708338 | ||||||