Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: redesign query #1974

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

feat: redesign query #1974

wants to merge 17 commits into from

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Feb 21, 2025

Closes #1949

CI Results

Test Status: ❌ FAILED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
262 220 42 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: βœ…

Current: 80.61 MB | Main: 80.61 MB
Diff: +1.32 KB (0.00%)

βœ… Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

@astandrik astandrik requested a review from Copilot February 21, 2025 13:58
@astandrik astandrik changed the title Astandrik.redesign query 1949 feat: redesign query Feb 21, 2025
@astandrik astandrik marked this pull request as ready for review February 21, 2025 13:59
@astandrik astandrik requested review from Copilot and removed request for Copilot February 21, 2025 14:00

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 10 out of 25 changed files in this pull request and generated 2 comments.

Files not reviewed (15)
  • src/components/ElapsedTime/ElapsedTime.scss: Language not supported
  • src/components/QueryExecutionStatus/QueryExecutionStatus.scss: Language not supported
  • src/containers/Tenant/Query/CancelQueryButton/CancelQueryButton.scss: Language not supported
  • src/containers/Tenant/Query/QueryDuration/QueryDuration.scss: Language not supported
  • src/containers/Tenant/Query/QueryEditorControls/EditorButton.scss: Language not supported
  • src/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.scss: Language not supported
  • src/containers/Tenant/Query/QueryResult/QueryResultViewer.scss: Language not supported
  • src/containers/Tenant/Query/QueryResult/components/QueryResultError/QueryResultError.scss: Language not supported
  • src/containers/Tenant/Query/QueryResult/components/ResultSetsViewer/ResultSetsViewer.scss: Language not supported
  • src/components/ElapsedTime/ElapsedTime.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/CancelQueryButton/CancelQueryButton.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/QueryDuration/QueryDuration.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/QueryEditor/QueryEditor.tsx: Evaluated as low risk
  • src/components/QueryExecutionStatus/QueryExecutionStatus.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/QueryResult/QueryResultViewer.tsx: Evaluated as low risk
Comments suppressed due to low confidence (2)

src/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.tsx:63

  • Add a null check for cancelQueryResponse before calling the reset method to avoid potential runtime errors.
cancelQueryResponse.reset();

src/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.tsx:104

  • [nitpick] Ensure that the renderStopButton function is not called redundantly to improve code efficiency.
const renderStopButton = () => (
@ydb-platform ydb-platform deleted a comment from Copilot bot Feb 21, 2025
@ydb-platform ydb-platform deleted a comment from Copilot bot Feb 21, 2025
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.

Redesign queries page
1 participant