docs(linux): refresh ROADMAP against shipped Phase 2/3 work - #1978
Merged
datlechin merged 5 commits intoJul 29, 2026
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
I have read the CLA Document and I hereby sign the CLA. |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
linux/ROADMAP.mdwith what the tree already ships (four drivers, fullValueset, workspace tabs, Structure/DDL, filters, SSH, read-only mode, query history, connection monitor, gettext scaffolding, CI integration jobs).linux/README.mdstatus line and stack table so newcomers are not told scaffolding "has not started yet".docs/testing.md.scripts/ci-local.sh,scripts/smoke-postgres.sh,scripts/dev-env.sh, and asmoke_localPostgres test that hits an already-running instance.Test plan
crates/inventory (drivers, services, UI modules)cargo test -p tablepro-driver-postgres --test smoke_localagainst local Podman Postgres on:54329cargo test --test integration -p tablepro-driver-postgres -- --include-ignored --test-threads=1viaDOCKER_HOST=unix:///run/user/\$UID/podman/podman.sockBuild Linuxworkflow green on this branchMade with Cursor