Skip to content

Tidy qn endpoint list columns (DX-5621)#11

Merged
johnpmitsch merged 1 commit into
mainfrom
dx-5621-endpoint-list-multichain-dedicated
Jun 8, 2026
Merged

Tidy qn endpoint list columns (DX-5621)#11
johnpmitsch merged 1 commit into
mainfrom
dx-5621-endpoint-list-multichain-dedicated

Conversation

@johnpmitsch

@johnpmitsch johnpmitsch commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Rename the MULTI column header to MULTICHAIN and render it as a boolean (✓/✗) for consistency with other boolean columns.
  • Drop the TYPE (dedicated/shared) column from the default qn endpoint list view; move it to --wide as DEDICATED, also rendered as boolean.
  • Gitignore docs/agents/ and CLAUDE.local.md.

Final shape

  • Short: ID, NAME, LABEL, STATUS, CHAIN/NETWORK, MULTICHAIN
  • --wide adds: HTTP, WSS, DEDICATED

Linear: DX-5621

image

Test plan

  • cargo test (all 100+ tests pass)
  • cargo clippy --all-targets -- -D warnings
  • cargo fmt --check
  • Snapshots regenerated and reviewed (tests/snapshots/output_snapshots__*.snap)
  • Manual: qn endpoint list shows the new short header; qn endpoint list --wide includes DEDICATED

Short list: rename MULTI → MULTICHAIN, render as boolean (✓/✗). Drop the
dedicated/shared column from the default view; move it to `--wide` as
DEDICATED with boolean rendering. Final short shape:
`ID, NAME, LABEL, STATUS, CHAIN/NETWORK, MULTICHAIN`; `--wide` adds
`HTTP, WSS, DEDICATED`.

Also gitignore docs/agents/ and CLAUDE.local.md.

Snapshots updated.
@johnpmitsch johnpmitsch merged commit 400d2ad into main Jun 8, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants