H-6263: Basic pagination for retrieving Flow Runs#8473
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
PR SummaryMedium Risk Overview Updates backend Written by Cursor Bugbot for commit 30c85ce. This will update automatically on new commits. Configure here. |
🤖 Augment PR SummarySummary: This PR introduces basic offset/limit pagination for retrieving Flow Runs across the GraphQL API and frontend. Changes:
Technical Notes: 🤖 Was this summary useful? React with 👍 or 👎 |
apps/hash-api/src/graphql/resolvers/flows/shared/were-detailed-fields-requested.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 4 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8473 +/- ##
=======================================
Coverage 62.59% 62.60%
=======================================
Files 1296 1296
Lines 131048 131038 -10
Branches 5488 5487 -1
=======================================
Hits 82032 82032
+ Misses 48106 48096 -10
Partials 910 910
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🌟 What is the purpose of this PR?
Adds basic pagination to the
getFlowRunsquery and associated frontend components.Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
🐾 Next steps
📹 Demo