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

refactor: migrate table chart to new API #1

Closed
wants to merge 36 commits into from

Conversation

ktmud
Copy link

@ktmud ktmud commented Jan 26, 2021

Test PR for branch protection

@codecov-io
Copy link

codecov-io commented Jan 26, 2021

Codecov Report

Merging #1 (5cfab09) into master (5f4415c) will decrease coverage by 3.53%.
The diff coverage is 85.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   66.92%   63.39%   -3.54%     
==========================================
  Files        1022      488     -534     
  Lines       50051    30175   -19876     
  Branches     5048        0    -5048     
==========================================
- Hits        33498    19129   -14369     
+ Misses      16428    11046    -5382     
+ Partials      125        0     -125     
Flag Coverage Δ
cypress ?
javascript ?
python 63.39% <85.31%> (-0.70%) ⬇️

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

Impacted Files Coverage Δ
...ns/b56500de1855_add_uuid_column_to_import_mixin.py 0.00% <ø> (ø)
superset/tasks/scheduler.py 0.00% <0.00%> (ø)
superset/tasks/thumbnails.py 42.42% <0.00%> (ø)
superset/utils/cache.py 76.34% <ø> (-8.77%) ⬇️
superset/viz_sip38.py 0.00% <0.00%> (ø)
superset/charts/api.py 82.49% <66.66%> (-0.20%) ⬇️
superset/common/query_object.py 89.78% <71.42%> (-2.09%) ⬇️
superset/models/core.py 85.59% <75.00%> (-3.27%) ⬇️
superset/common/query_context.py 82.14% <77.77%> (-0.45%) ⬇️
superset/viz.py 59.05% <83.33%> (-0.02%) ⬇️
... and 543 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 017f11f...5cfab09. Read the comment docs.

@ktmud ktmud closed this Jan 27, 2021
@ktmud ktmud reopened this Jan 27, 2021
@ktmud ktmud closed this Jan 27, 2021
@ktmud ktmud reopened this Jan 27, 2021
garden-of-delete and others added 2 commits January 26, 2021 20:30
* Converted oversized .png back to .jpg to pass the filesize check.

* added downsized media for really real this time.
iercan and others added 17 commits January 27, 2021 11:35
* fix: session error fixed related to thumbnails.

* compute_and_cache moved to session scope

* lint fix done
…ache#12789)

* fix(explore): pass partitionColumn when creating new adhoc filter

* add default value to state

* remove duplicated code

* update translations
…ache#12664)

* fix: keep old names from screenshot images to pypi releases

* change db logos to github raw content

* add gallery link
…ache#12103)

* Async queries: remove force cache param on data retrieval

* Assert equal query_object cache keys

* Decouple etag_cache from permission checks

* Fix query_context test

* Use marshmallow EnumField for validation
… indicator (apache#12742)

* fix: Prevent dashboard using filter_values to add incompatible indicator

* fix review comments

* fix review comments

* add extra fix per comments
* feat: request ids on API related endpoints

* rename ids to include_ids
…he#12747)

* Make metric title respond to changes immediately

* Bug fix

* Change type to Metric

* Bug fix
* fix: Preserve Column Order in Bar chart

* Update tests/viz_tests.py to use f-strings style

Co-authored-by: Duy Nguyen <duy.nguyenhoang@global-fashion-group.com>
dpgaspar and others added 4 commits January 28, 2021 19:06
* fix(reports): handle exceptions properly in scope

* list and test commit removal

* revert removing commits from tests

* lint
* add rc4 changelog entries

(cherry picked from commit 5719fef)

* only show grace period for alerts + fix dropdown styling

* fix lint

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
@ktmud ktmud closed this Jan 28, 2021
@ktmud ktmud reopened this Jan 28, 2021
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.