Skip to content

Conversation

@ydb-platform-bot
Copy link
Collaborator

@ydb-platform-bot ydb-platform-bot commented Nov 19, 2025

🤖 I have created a release beep boop

12.22.0 (2025-11-26)

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

Greptile Overview

Greptile Summary

Automated release v12.22.0 generated by Release Please bot. This release includes 2 new features and 9 bug fixes:

Features:

  • Added "Show create table" SQL snippet for easier table structure exploration
  • Upgraded to stable syntax highlighting using Shiki library

Bug Fixes:

  • Fixed definition list layout issues
  • Updated documentation links to use language-agnostic URLs
  • Fixed layout shift when opening Access drawer
  • Refactored query history and saved queries to use hooks instead of direct localStorage access
  • Fixed streaming query info loading state
  • Migrated tenant page state management from Redux to URL query parameters with persistent settings
  • Updated UI queries to use execute-query endpoint
  • Resolved various virtualization rendering problems

All version numbers have been consistently updated across package.json, package-lock.json, and .release-please-manifest.json. The CHANGELOG accurately reflects all merged PRs with proper commit references.

Confidence Score: 5/5

  • This automated release PR is safe to merge with no risk
  • This is an automated release generated by Release Please bot that only updates version numbers and changelog. All changes are mechanical: version bump from 12.21.0 to 12.22.0 across all package files, and addition of properly formatted changelog entry. No code changes are introduced in this PR. All referenced PRs have already been merged and tested individually with passing CI.
  • No files require special attention - all changes are automated version bumps

Important Files Changed

File Analysis

Filename Score Overview
.release-please-manifest.json 5/5 Version bumped from 12.21.0 to 12.22.0
package.json 5/5 Version bumped from 12.21.0 to 12.22.0
package-lock.json 5/5 Version bumped from 12.21.0 to 12.22.0 in lockfile
CHANGELOG.md 5/5 Added release notes for v12.22.0 with 2 features and 9 bug fixes

Sequence Diagram

sequenceDiagram
    participant Bot as Release Please Bot
    participant Repo as Repository
    participant Files as Version Files
    participant CI as CI Pipeline
    
    Bot->>Repo: Detect merged PRs since last release
    Bot->>Bot: Analyze commit messages (feat:, fix:)
    Bot->>Bot: Determine version bump (12.21.0 → 12.22.0)
    
    Bot->>Files: Update .release-please-manifest.json
    Files-->>Files: Set version to "12.22.0"
    
    Bot->>Files: Update package.json
    Files-->>Files: Set version to "12.22.0"
    
    Bot->>Files: Update package-lock.json
    Files-->>Files: Set version to "12.22.0"
    
    Bot->>Files: Prepend to CHANGELOG.md
    Files-->>Files: Add release notes with PRs
    
    Bot->>Repo: Create PR #3107
    Repo->>CI: Trigger CI checks
    CI-->>Repo: All checks pass
    
    Note over Bot,Repo: Ready for merge and tag
Loading

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
378 375 0 1 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.09 MB | Main: 66.09 MB
Diff: 0.00 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.

@ydb-platform-bot ydb-platform-bot force-pushed the release-please--branches--main--components--ydb-embedded-ui branch from 36e3eb0 to e5fc27c Compare November 19, 2025 08:10
@ydb-platform-bot ydb-platform-bot changed the title chore(main): release 12.21.1 chore(main): release 12.22.0 Nov 19, 2025
@ydb-platform-bot ydb-platform-bot force-pushed the release-please--branches--main--components--ydb-embedded-ui branch 5 times, most recently from a964e15 to 5eb8812 Compare November 25, 2025 14:45
@ydb-platform-bot ydb-platform-bot force-pushed the release-please--branches--main--components--ydb-embedded-ui branch from 5eb8812 to cc2fbfc Compare November 26, 2025 09:28
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, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants