Skip to content

Conversation

@astandrik
Copy link
Collaborator

@astandrik astandrik commented Nov 17, 2025

Closes #3072

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
378 374 0 2 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: 🔺

Current: 66.12 MB | Main: 66.11 MB
Diff: +0.01 MB (0.02%)

⚠️ Bundle size increased. Please review.

ℹ️ 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.

greptile-apps[bot]

This comment was marked as resolved.

greptile-apps[bot]

This comment was marked as resolved.

@astandrik astandrik requested a review from Copilot November 17, 2025 16:04
Copilot finished reviewing on behalf of astandrik November 17, 2025 16:19

This comment was marked as resolved.

greptile-apps[bot]

This comment was marked as resolved.

@astandrik astandrik requested a review from Copilot November 17, 2025 18:31
Copilot finished reviewing on behalf of astandrik November 17, 2025 18:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

kind: OperationKind;
}): DataTableColumn<TOperation>[] {
const isBuildIndex = kind === 'buildindex';
const isImportOrExport = ['import/s3', 'export/s3', 'export/yt'].includes(kind);
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe take constant out of function?


const tooltipContent = isBuildIndex ? getDescriptionTooltip(row) || row.id : row.id;
const tooltipContent = isBuildIndex
? getDescriptionTooltip(row.metadata as IndexBuildMetadata | undefined) ||
Copy link
Contributor

Choose a reason for hiding this comment

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

here and farther is it possible to get rid of typecast?

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

3 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format

Copilot finished reviewing on behalf of astandrik November 18, 2025 08:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

@astandrik astandrik requested a review from Raubzeug November 18, 2025 09:26
@astandrik astandrik added this pull request to the merge queue Nov 18, 2025
Merged via the queue into main with commit 11c971a Nov 18, 2025
7 checks passed
@astandrik astandrik deleted the astandrik.3072 branch November 18, 2025 10:06
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.

fix: progress is not shown for export

3 participants