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

dcdpr / jp / 27841235877
69%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 06:04PM UTC
Jobs 1
Files 418
Run time 1min
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

19 Jun 2026 06:02PM UTC coverage: 66.623%. Remained the same
27841235877

push

github

web-flow
docs(rfd): Add drag-and-drop RFD priority board (#773)

Adds a new `/rfd/priority` page that shows the active RFD backlog
(published + drafts) in priority order. On the dev server the list is
drag-and-drop sortable via SortableJS; dragging a row or toggling the
"in development" checkbox POSTs the new order to a dev-only middleware
that persists `docs/rfd/priority.json`. The production build renders the
same page read-only — the write endpoint is never part of the static
output.

Dependency constraints (Requires ∪ Extends) are enforced live during a
drag: an RFD cannot be placed above one it depends on. A topological
sort corrects any pre-existing violation when the page first loads.
Hovering an item highlights its dependencies; dragging shows "required
by" pills on the items that block the move.

A `rfd-manage` recipe is added to the `justfile` that starts the docs
dev server and opens the board directly:

    just rfd-manage

`rfd-promote` is updated to rewrite the old draft id to its new
permanent number in `priority.json`, so the board position is preserved
across renumbering.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

35690 of 53570 relevant lines covered (66.62%)

392.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27841235877.1 19 Jun 2026 06:04PM UTC 418
66.62
GitHub Action Run
Source Files on build 27841235877
  • Tree
  • List 418
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27841235877
  • 1e200240 on github
  • Prev Build on main (#27771381223)
  • Next Build on main (#27841623249)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc