v1.0.2: Final Text Polish and Release Metadata Cleanup - #66
Merged
Conversation
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.
Motivation
Description
v1.0.2acrossbackend/pyproject.toml,backend/app/main.py,backend/app/api/routes_system.py,backend/app/core/system_status.py,frontend/package.json,frontend/package-lock.json, README badges and fallback UI strings infrontend/src/App.tsx.frontend/src/App.tsxto correct the About maintainer line to "Built and maintained by Noisens." and added aformatRolehelper to render roles title-cased (Admin/Operator/Viewer) while preserving lowercase API role values.README.md(# BGP, RPKI and ROA Preflight Validation Tool) and updated the Current Release badge/section tov1.0.2with stable wording.v1.0.2 (2026-05-22)section toRELEASE_NOTES.md, updatedROADMAP.mdCurrent Status tov1.0.2 stable, and adjusted the backend smoke test expectation inbackend/tests/test_api_smoke.pyto match the new version.Testing
cd frontend && npm run buildand the frontend built successfully (Vite production build completed).cd backend && pytest -q; an initial test run exposed a version assertion mismatch, the corresponding test was updated andpytestwas rerun resulting in all tests passing (102 passed).Codex Task