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

lsm / neokai / 25641967925
82%

Build:
DEFAULT BRANCH: dev
Ran 10 May 2026 10:51PM UTC
Jobs 27
Files 300
Run time 2min
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: 84.724% (+2.3%) from 82.459%
25641967925

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)

75 of 103 new or added lines in 3 files covered. (72.82%)

4 existing lines in 2 files now uncovered.

54418 of 64230 relevant lines covered (84.72%)

338.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
28
89.97
-8.01% packages/daemon/src/lib/space/managers/space-task-manager.ts

Coverage Regressions

Lines Coverage ∆ File
3
89.97
-8.01% packages/daemon/src/lib/space/managers/space-task-manager.ts
1
97.96
-0.41% packages/daemon/src/storage/reactive-database.ts
Jobs
ID Job ID Ran Files Coverage
1 daemon-5-space-other - 25641967925.1 10 May 2026 10:51PM UTC 126
31.05
GitHub Action Run
2 daemon-online-coordinator - 25641967925.2 10 May 2026 10:51PM UTC 287
7.42
GitHub Action Run
3 daemon-0-shared - 25641967925.3 10 May 2026 10:51PM UTC 29
84.15
GitHub Action Run
4 daemon-online-lifecycle - 25641967925.4 10 May 2026 10:52PM UTC 287
22.78
GitHub Action Run
5 daemon-online-features-2 - 25641967925.5 10 May 2026 10:52PM UTC 287
22.74
GitHub Action Run
6 daemon-online-space-1 - 25641967925.6 10 May 2026 10:52PM UTC 287
32.25
GitHub Action Run
7 daemon-online-features-1 - 25641967925.7 10 May 2026 10:52PM UTC 287
23.09
GitHub Action Run
8 daemon-5-space-agent - 25641967925.8 10 May 2026 10:51PM UTC 170
28.16
GitHub Action Run
9 daemon-1-core - 25641967925.9 10 May 2026 10:51PM UTC 292
37.84
GitHub Action Run
10 daemon-5-space-workflow - 25641967925.10 10 May 2026 10:51PM UTC 107
31.32
GitHub Action Run
11 daemon-online-sdk - 25641967925.11 10 May 2026 10:52PM UTC 287
22.22
GitHub Action Run
12 daemon-5-space-runtime - 25641967925.12 10 May 2026 10:51PM UTC 148
40.1
GitHub Action Run
13 daemon-2-handlers - 25641967925.13 10 May 2026 10:51PM UTC 129
56.94
GitHub Action Run
14 daemon-online-components - 25641967925.14 10 May 2026 10:51PM UTC 287
17.77
GitHub Action Run
15 daemon-online-rpc-2 - 25641967925.15 10 May 2026 10:52PM UTC 287
23.71
GitHub Action Run
16 daemon-online-git - 25641967925.16 10 May 2026 10:51PM UTC 287
18.91
GitHub Action Run
17 daemon-online-mcp - 25641967925.17 10 May 2026 10:51PM UTC 287
18.22
GitHub Action Run
18 daemon-online-rpc-1 - 25641967925.18 10 May 2026 10:52PM UTC 287
19.27
GitHub Action Run
19 daemon-online-space-2 - 25641967925.19 10 May 2026 10:53PM UTC 287
32.15
GitHub Action Run
20 daemon-online-rewind-1 - 25641967925.20 10 May 2026 10:52PM UTC 287
22.52
GitHub Action Run
21 daemon-online-rewind-2 - 25641967925.21 10 May 2026 10:52PM UTC 287
23.07
GitHub Action Run
22 daemon-online-convo - 25641967925.22 10 May 2026 10:52PM UTC 287
22.21
GitHub Action Run
23 daemon-online-websocket - 25641967925.23 10 May 2026 10:51PM UTC 287
17.9
GitHub Action Run
24 daemon-4-space-storage - 25641967925.24 10 May 2026 10:52PM UTC 132
55.74
GitHub Action Run
25 daemon-online-rpc-3 - 25641967925.25 10 May 2026 10:52PM UTC 287
20.01
GitHub Action Run
26 daemon-online-rpc-4 - 25641967925.26 10 May 2026 10:52PM UTC 287
23.63
GitHub Action Run
27 daemon-online-agent-sdk - 25641967925.27 10 May 2026 10:52PM UTC 287
22.34
GitHub Action Run
Source Files on build 25641967925
  • Tree
  • List 300
  • Changed 8
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25641967925
  • 9a7ad8ce on github
  • Prev Build on dev (#25638804169)
  • Next Build on dev (#25642120700)
  • 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