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

Query Editor: Hide overflow for long query names #58840

Merged
merged 1 commit into from Nov 16, 2022

Conversation

zuchka
Copy link
Contributor

@zuchka zuchka commented Nov 16, 2022

Fixes #53900

Special notes for your reviewer:

Explore before:

CleanShot 2022-11-16 at 04 41 35

Explore after

CleanShot 2022-11-16 at 04 44 29@2x

Panel editor before:

CleanShot 2022-11-16 at 04 43 16

Panel editor after:

CleanShot 2022-11-16 at 04 44 14@2x

@zuchka zuchka added this to the 9.3.0 milestone Nov 16, 2022
@zuchka zuchka requested review from a team, dprokop and kaydelaney and removed request for a team November 16, 2022 14:47
@zuchka zuchka added backport v9.2.x Mark PR for automatic backport to v9.2.x and removed backport v9.2.x Mark PR for automatic backport to v9.2.x labels Nov 16, 2022
@zuchka zuchka merged commit d9b8b76 into main Nov 16, 2022
@zuchka zuchka deleted the mja/fix-query-name-overflow branch November 16, 2022 17:22
@grafanabot
Copy link
Contributor

The backport to v9.2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-58840-to-v9.2.x origin/v9.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x d9b8b761e9b2a6da4f9fdc88afc9a646e52f3364
# Push it to GitHub
git push --set-upstream origin backport-58840-to-v9.2.x
git switch main
# Remove the local backport branch
git branch -D backport-58840-to-v9.2.x

Then, create a pull request where the base branch is v9.2.x and the compare/head branch is backport-58840-to-v9.2.x.

@grafanabot grafanabot added the backport-failed Failed to generate backport PR. Please resolve conflicts and create one manually. label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add to changelog area/frontend area/query-editor area/ux backport v9.2.x Mark PR for automatic backport to v9.2.x backport-failed Failed to generate backport PR. Please resolve conflicts and create one manually. enterprise-ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query Editor: Query name should have a range limit
3 participants