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

chore: Change chart_is_fav to chart_is_favorite #12075

Merged
merged 9 commits into from
Dec 22, 2020

Conversation

nikolagigic
Copy link
Contributor

SUMMARY

Change chart_is_fav to chart_is_favorite

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@codecov-io
Copy link

codecov-io commented Dec 16, 2020

Codecov Report

Merging #12075 (0d11b76) into master (ba952ba) will decrease coverage by 2.41%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12075      +/-   ##
==========================================
- Coverage   66.31%   63.90%   -2.42%     
==========================================
  Files         994      484     -510     
  Lines       49033    29759   -19274     
  Branches     4977        0    -4977     
==========================================
- Hits        32515    19016   -13499     
+ Misses      16373    10743    -5630     
+ Partials      145        0     -145     
Flag Coverage Δ
cypress ?
javascript ?
python 63.90% <100.00%> (-0.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset/charts/filters.py 96.42% <100.00%> (ø)
superset/dashboards/filters.py 97.05% <100.00%> (ø)
superset/sql_validators/postgres.py 50.00% <0.00%> (-50.00%) ⬇️
superset/db_engine_specs/mysql.py 79.59% <0.00%> (-12.25%) ⬇️
superset/db_engine_specs/sqlite.py 65.62% <0.00%> (-9.38%) ⬇️
superset/databases/commands/create.py 83.67% <0.00%> (-8.17%) ⬇️
superset/databases/commands/update.py 85.71% <0.00%> (-8.17%) ⬇️
superset/utils/celery.py 96.42% <0.00%> (-3.58%) ⬇️
superset/models/core.py 85.86% <0.00%> (-2.99%) ⬇️
superset/views/core.py 72.89% <0.00%> (-2.48%) ⬇️
... and 515 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba952ba...0d11b76. Read the comment docs.

Copy link
Member

@nytai nytai left a comment

Choose a reason for hiding this comment

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

We should probably update instances of this filter in the frontend too, so we don't break any pages between commits.

@nikolagigic
Copy link
Contributor Author

We should probably update instances of this filter in the frontend too, so we don't break any pages between commits.

what other instances on the front-end are there?

Copy link
Member

@rusackas rusackas left a comment

Choose a reason for hiding this comment

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

LGTM. @nytai I'm not seeing any other instances of this either... are we missing something?

@nytai
Copy link
Member

nytai commented Dec 17, 2020

Oh never mind, I thought you were doing dashboard_is_fav as well, so the files changed number looked low

@rusackas rusackas closed this Dec 17, 2020
@rusackas rusackas reopened this Dec 17, 2020
@rusackas rusackas marked this pull request as draft December 17, 2020 07:55
@rusackas
Copy link
Member

Converting to draft, awaiting merge of #12060 first.

@rusackas
Copy link
Member

@nikolagigic Maybe you want to give the same treatment to dashboard_is_fav on this PR too, whilst we're waiting?

@nikolagigic
Copy link
Contributor Author

@nikolagigic Maybe you want to give the same treatment to dashboard_is_fav on this PR too, whilst we're waiting?

will do

@nikolagigic nikolagigic marked this pull request as ready for review December 21, 2020 08:53
Copy link
Member

@rusackas rusackas left a comment

Choose a reason for hiding this comment

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

LGTM

@rusackas rusackas merged commit a52031a into apache:master Dec 22, 2020
@mistercrunch mistercrunch added the 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels label Mar 12, 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/S 🚢 1.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants