• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 25641967925 / 18
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 10 May 2026 10:53PM UTC
Files 287
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 May 2026 10:50PM UTC coverage: 19.269% (-0.03%) from 19.3%
25641967925.18

push

github

web-flow
feat(space): server-side pagination for task list groups (#1851)

* feat(space): server-side pagination for space task list groups

Replace the all-tasks-at-once render with per-status-group pagination
(10 items per page) so spaces with thousands of tasks no longer pay the
full materialization cost on every view.

- Repository: new `listBySpaceAndStatus` returning `{tasks, total}` with
  tri-state `blockReason` (undefined / null / value) and a
  `blockReasonNotIn` negation filter for the generic Blocked bucket.
- Manager + RPC handler: backward-compatible `spaceTask.list` — bare
  array when no pagination params, `PaginatedSpaceTaskResult` when any
  of `status`/`limit`/`offset`/`blockReason`/`blockReasonNotIn` is
  provided. Validation rejects illegal combinations.
- Store: `fetchTaskGroup(status, options)` that does not pollute the
  rolling `tasks` signal — local to each group card.
- UI: each `TaskGroup` card now hosts a `TaskGroupPagination` footer
  with Prev/Next + "Showing X–Y of Z". Badges and empty-skip still
  read from the in-memory `tasks` signal so they remain real-time.

* fix(space): refresh paginated groups on content edits, errors, and space switches

Address PR #1851 review feedback:

- Refetch on task content changes — derive a `contentSig` from the
  matching tasks' (id, updatedAt) pairs and feed it into the fetch
  effect's dep array. Edits that keep the same count (title/result
  tweaks, dependency edits, `updatedAt` reorders within the same
  status) now refresh the visible page instead of leaving stale rows
  on screen until the user paginates.

- Include `spaceId` in the group key so navigating between spaces
  while the Tasks view is open re-resets the offset and re-fetches
  even when (title, status, blockReason, localCount, offset) happens
  to match across spaces. Previously rows from the prior space could
  remain visible until some other dependency changed.

- Preserve pagination controls on fetch error — keep the previ... (continued)

14679 of 76178 relevant lines covered (19.27%)

9.82 hits per line

Source Files on job daemon-online-rpc-1 - 25641967925.18
  • Tree
  • List 287
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25641967925
  • 9a7ad8ce on github
  • Prev Job for on dev (#25638804169.12)
  • Next Job for on dev (#25642120700.19)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc