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

fix: bump legacy-table-chart to 0.11.20 #9286

Merged
merged 1 commit into from Mar 11, 2020

Conversation

ktmud
Copy link
Member

@ktmud ktmud commented Mar 11, 2020

CATEGORY

  • [x ] Bug Fix

SUMMARY

Minor fixes for the data table:

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

  • Before
    image

  • After
    image

TEST PLAN

  1. Create a table with a very long metric name
  2. Put it into a small grid container in the dashboard
  3. The table should not overflow out of the chart container.

ADDITIONAL INFORMATION

N/A

REVIEWERS

@etr2460 @graceguo-supercat @kristw

@ktmud ktmud changed the title fix: bump legacy-table-chart to 0.11.19 fix: bump legacy-table-chart to 0.11.20 Mar 11, 2020
@ktmud ktmud marked this pull request as ready for review March 11, 2020 20:47
@etr2460
Copy link
Member

etr2460 commented Mar 11, 2020

Why are there so many package lock changes here?

@ktmud
Copy link
Member Author

ktmud commented Mar 11, 2020

Why are there so many package lock changes here?

Did a fresh npm install this time by removing both node_modules and package-lock.json.

rm -rf node_modules package-lock.json && ENV="" NODE_ENV="development" npm install

Maybe not a good idea?

@kristw
Copy link
Contributor

kristw commented Mar 11, 2020

@ktmud That is kinda dangerous.

@@ -7670,28 +7670,28 @@
"dependencies": {
"abbrev": {
"version": "1.1.1",
"resolved": "",
"resolved": false,
Copy link
Member Author

Choose a reason for hiding this comment

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

Empty strings become falses again. 🤦‍♂

Copy link
Member

Choose a reason for hiding this comment

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

lol this i can deal with :P

Copy link
Member

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

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

lgtm, thanks!

@@ -7670,28 +7670,28 @@
"dependencies": {
"abbrev": {
"version": "1.1.1",
"resolved": "",
"resolved": false,
Copy link
Member

Choose a reason for hiding this comment

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

lol this i can deal with :P

@etr2460 etr2460 merged commit fe2dd75 into apache:master Mar 11, 2020
@ktmud ktmud deleted the bugfix-data-table branch March 11, 2020 23:35
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.36.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 0.36.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants