[qt/qtqa/gerrit]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qtqa/gerrit Pushed by mirror-service into branch 'upstream/master'. Changed from 41d6d59cff5d07d8d8924ebf81e29bf52974e50f to aafffc98f5f41eae064236ac82cf4b762092860e Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit e96ad21b5878eec0c53182459d7cb4b9451a2bd3 by Josh Brown on 18/08/2026 at 18:38.. polygerrit: Optimize comment link navigation latency Optimize comment navigation latency by avoiding unnecessary backend diff context calculations during router redirects and generating direct diff view URLs in comment threads. 1. RestApiService / gr-router: Add an optional `enableContext` parameter to `getDiffComments` and `getDiffDrafts` defaulting to true. In `gr-router`, pass `enableContext: false` when resolving comment redirects to omit heavy server-side diff context computation. 2. gr-comment-thread: When comment file path and patch set information are available locally, generate direct diff view URLs (with line or range anchors) instead of redirect URLs via `/comment/<id>/`, avoiding an extra redirect round-trip. Release-Notes: Optimize comment navigation latency by omitting diff context on router redirect and linking directly to diff views Bug: Google b/540529803 Change-Id: I9c2a2c2dce6c51eff405fd305da23981cb73ba75 https://invent.kde.org/qt/qtqa/gerrit/-/commit/e96ad21b5878eec0c53182459d7cb4b9451a2bd3 Git commit aafffc98f5f41eae064236ac82cf4b762092860e by Gerrit Code Review (on behalf of Josh Brown) on 18/08/2026 at 20:04.. Merge "polygerrit: Optimize comment link navigation latency" https://invent.kde.org/qt/qtqa/gerrit/-/commit/aafffc98f5f41eae064236ac82cf4b762092860e