refactor: migrate UI project list and extensions to REST API#6294
Merged
rpelczar merged 1 commit intoMay 27, 2026
Conversation
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
177d555 to
f6585a6
Compare
Extend the REST `listProjects` handler with `mine`, `filter`, `uid`,
`pageSize`, and `page` query params and a `{ items, total }` response
envelope so it matches the deprecated ConnectRPC contract. Port the UI
project list (and the supporting `useArgoCDURL` extension hook) off the
legacy ConnectRPC client to the regenerated REST hooks, dropping the
client-side pagination/filter shim and the obsolete protobuf-based
project cache.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
f6585a6 to
3a68f8c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6294 +/- ##
==========================================
+ Coverage 57.96% 57.98% +0.01%
==========================================
Files 496 496
Lines 41602 41626 +24
==========================================
+ Hits 24115 24137 +22
- Misses 16033 16034 +1
- Partials 1454 1455 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
thomastaylor312
approved these changes
May 27, 2026
thomastaylor312
left a comment
Contributor
There was a problem hiding this comment.
Good from the backend side!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #6291
PR includes: