Skip to content

Enhance query performance analysis and dashboard styles#68

Merged
ric-v merged 3 commits into
dev-asterix:mainfrom
ric-v:main
Apr 18, 2026
Merged

Enhance query performance analysis and dashboard styles#68
ric-v merged 3 commits into
dev-asterix:mainfrom
ric-v:main

Conversation

@ric-v
Copy link
Copy Markdown
Member

@ric-v ric-v commented Apr 18, 2026

This pull request marks the v1.0.0 production-stable release of PgStudio, introducing major improvements in stability, security, documentation, and test coverage. It addresses all critical TypeScript compilation errors, completes a comprehensive security audit, expands user and developer documentation, and updates test and coverage tooling for production readiness. The release also documents known limitations and establishes API stability guarantees for the 1.x series.

Release and Documentation Updates:

  • Added v1.0.0 release notes, migration guide, security audit, security review, and API stability contract documentation. Updated README.md and MARKETPLACE.md with a feature matrix, known limitations, and new links to release materials. [1] [2] [3] [4] [5]

Security and Stability Improvements:

  • Fixed three critical TypeScript errors blocking compilation and CI: regex escaping in ServerLogPanel.ts, disposal state tracking in ActivityMonitorPanel.ts, and type safety for data generation strategies in MockDataPanel.ts. Details and verification are documented in FIXES_APPLIED.md.

Test Coverage and Quality Gates:

  • Added and expanded unit tests for SQL formatting and dashboard components, improved test assertions for query analysis and performance tracking, and updated coverage thresholds and ignore/include patterns for phased coverage (.nycrc, .c8rc.phase-handlers.json, .c8rc.phase-utils.json). [1] [2] [3]

CI/CD and Workflow Updates:

  • Changed all GitHub Actions workflows to be triggered only via workflow_dispatch (manual), removing automatic triggers on push, PR, and schedule for codeql.yml, fortify.yml, publish-nightly.yml, and test.yml. [1] [2] [3] [4]

Tooling and Formatting:

  • Added .prettierignore and .prettierrc.json for consistent code formatting and to ignore build artifacts and coverage outputs. [1] [2]

ric-v added 3 commits April 14, 2026 10:21
- Introduced Welford's online algorithm for variance calculation in QueryAnalyzer.
- Added schema versioning to QueryBaseline for backward compatibility.
- Implemented outlier detection in QueryPerformanceService to improve statistical accuracy.
- Enhanced degradation alert mechanism based on execution time variance.
- Updated SSHService to allow custom client factory for stream creation.
- Added integration tests for message handling in NotebookRendererFlow.
- Improved ConnectionManager to fallback to .pgpass for passwords and surface SSH failures.
- Expanded DatabaseTreeProvider tests to cover additional database elements.
- Created unit tests for MessageHandlerRegistry and SSHService.
- Added SessionRegistry tests for notebook session management and URI generation.
- Enhanced SQL template tests to cover new SQL builders for aggregates, domains, partitions, sequences, and triggers.
- Updated TransactionManager tests to cover transaction state management and error handling.
- Modified chat scripts to update environment banner based on context messages.
…sights

- Added styles for delta badges to indicate performance changes.
- Introduced signal chips for warnings and critical alerts.
- Created a performance insights layout with cards for better data presentation.
- Updated top SQL item styles for improved readability.
- Enhanced table row focus and added styles for locks chain summary.
- Introduced new button and control styles for better user interaction.
- Added responsive design adjustments for smaller screens.
@ric-v ric-v merged commit 04d5d7d into dev-asterix:main Apr 18, 2026
1 check 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.

1 participant