fix(ui): load all paginated projects (#1812) - #1819
Conversation
|
Thanks for opening this — it has been seen, and it is queued. This note is automated, but it is not a brush-off: it exists so you know where your PR stands instead of having to guess from silence. Current review status: working through a backlog. What that means for this PR, concretely:
Things that will genuinely speed it up whenever review does happen:
If this fixes a bug, a reproduction we can run is worth more than a description of the symptom. Thanks for contributing, and sorry in advance for the wait. |
Follow list_projects pagination metadata so the management UI does not stop at 50 projects. Publish the complete list before schema hydration and cap schema lookups at four concurrent requests. Signed-off-by: Rares Popa <2606875+rarepops@users.noreply.github.com>
bda9282 to
f7bccab
Compare
|
CI note: the fresh run's The raw job log shows:
The branch is current with
I do not have permission to rerun repository jobs. A maintainer rerun of |
What does this PR do?
Fixes #1812.
list_projectspagination untilhas_moreis falseValidation
cd graph-ui && npm test(41 passed)cd graph-ui && npm run buildgit diff --checkChecklist
git commit -s)make -f Makefile.cbm test) (full native suite not run; focused UI suite passed)make -f Makefile.cbm lint-ci) (not run locally)