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: add ShardsTable to componentsRegistry #1993

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Mar 4, 2025

CI Results

Test Status: ✅ PASSED

📊 Full Report

Total Passed Failed Flaky Skipped
264 263 0 0 1
Test Changes Summary ⏭️1

⏭️ Skipped Tests (1)

  1. Streaming query shows some results and banner when stop button is clicked (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: 🔽

Current: 83.21 MB | Main: 83.30 MB
Diff: 0.09 MB (-0.10%)

✅ Bundle size decreased.

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

@artemmufazalov artemmufazalov marked this pull request as draft March 4, 2025 14:10
@artemmufazalov artemmufazalov force-pushed the 1923-shards-table-to-registry branch from 8a2f251 to b2f2580 Compare March 10, 2025 11:54
@artemmufazalov artemmufazalov marked this pull request as ready for review March 10, 2025 11:58
@artemmufazalov artemmufazalov force-pushed the 1923-shards-table-to-registry branch 2 times, most recently from 83251a8 to b8af488 Compare March 10, 2025 14:22
@artemmufazalov artemmufazalov requested a review from sareyu March 10, 2025 14:31
sareyu
sareyu previously approved these changes Mar 10, 2025
.map((column) => {
return {
...column,
sortable: isSortableTopShardsColumn(column.name),
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe add this prop in previous map cycle?

() =>
columnsIds
.map((id) => {
return shardsColumnIdToGetColumn[id]({database, schemaPath});
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe add a check for shardsColumnIdToGetColumn[id] existence?

sareyu
sareyu previously approved these changes Mar 10, 2025
@artemmufazalov artemmufazalov added this pull request to the merge queue Mar 10, 2025
Merged via the queue into main with commit a390679 Mar 10, 2025
5 checks passed
@artemmufazalov artemmufazalov deleted the 1923-shards-table-to-registry branch March 10, 2025 15:58
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.

None yet

2 participants