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(explore): Create new entrypoints for Echarts Timeseries #15942

Merged
merged 6 commits into from
Aug 5, 2021

Conversation

kgabryje
Copy link
Member

SUMMARY

This PR adds the new charts/entry points implemented in apache-superset/superset-ui#1249. For more details, see description.
apache-superset/superset-ui#1249 must be merged before this PR! After that, the superset-ui versions need to be bumped

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

See apache-superset/superset-ui#1249

TESTING INSTRUCTIONS

  1. Create Echarts Area Chart. Verify that you can change series type to Line, Smooth Line, Step Start/Middle/End.
  2. Create Line, Smooth Line, Bar, Scatter, Step Start/Middle/End Timeseries chart. Verify that you CANNOT change the series type or select "area".
  3. Create Timeseries Chart. Verify that all series types and "area" checkbox are available

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@junlincc @villebro

@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #15942 (598f0ce) into master (1917464) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #15942   +/-   ##
=======================================
  Coverage   76.80%   76.80%           
=======================================
  Files         995      995           
  Lines       52866    52866           
  Branches     6713     6713           
=======================================
  Hits        40605    40605           
  Misses      12035    12035           
  Partials      226      226           
Flag Coverage Δ
javascript 71.29% <ø> (ø)

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

Impacted Files Coverage Δ
...ponents/controls/VizTypeControl/VizTypeGallery.tsx 94.83% <ø> (ø)
...-frontend/src/visualizations/presets/MainPreset.js 0.00% <ø> (ø)

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 1917464...598f0ce. Read the comment docs.

@junlincc junlincc added this to considering in cherry board Aug 3, 2021
@junlincc junlincc added the rush! Requires immediate attention label Aug 3, 2021
@pull-request-size pull-request-size bot added size/S and removed size/M labels Aug 4, 2021
@villebro
Copy link
Member

villebro commented Aug 4, 2021

/testenv up FEATURE_DASHBOARD_NATIVE_FILTERS=true FEATURE_DASHBOARD_CROSS_FILTERS=true

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

@villebro Ephemeral environment spinning up at http://34.214.9.184:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

Copy link
Member

@geido geido left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@villebro villebro left a comment

Choose a reason for hiding this comment

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

Tested to the best of my ability, and all looks solid

@kgabryje kgabryje closed this Aug 4, 2021
@kgabryje kgabryje reopened this Aug 4, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

Ephemeral environment shutdown and build artifacts deleted.

@kgabryje kgabryje changed the title feat(explore): Create new entrypoints for Echarts Timeseries chore(explore): Create new entrypoints for Echarts Timeseries Aug 4, 2021
@villebro
Copy link
Member

villebro commented Aug 4, 2021

/testenv up FEATURE_DASHBOARD_NATIVE_FILTERS=true FEATURE_DASHBOARD_CROSS_FILTERS=true

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

@villebro Container image not yet published for this PR. Please try again when build is complete.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

@villebro Ephemeral environment creation failed. Please check the Actions logs for details.

@villebro
Copy link
Member

villebro commented Aug 4, 2021

/testenv up FEATURE_DASHBOARD_NATIVE_FILTERS=true FEATURE_DASHBOARD_CROSS_FILTERS=true

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

@villebro Ephemeral environment spinning up at http://52.33.88.219:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

Copy link
Member

@suddjian suddjian left a comment

Choose a reason for hiding this comment

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

Tested, LGTM

@kgabryje kgabryje merged commit a59d458 into apache:master Aug 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

Ephemeral environment shutdown and build artifacts deleted.

@rosemarie-chiu
Copy link
Contributor

🏷 2021.31

henryyeh pushed a commit to preset-io/superset that referenced this pull request Aug 6, 2021
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458)
villebro pushed a commit that referenced this pull request Aug 9, 2021
* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458)
@villebro villebro added the v1.3 label Aug 9, 2021
villebro pushed a commit that referenced this pull request Aug 10, 2021
* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458)
opus-42 pushed a commit to opus-42/incubator-superset that referenced this pull request Nov 14, 2021
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
cccs-RyanS pushed a commit to CybercentreCanada/superset that referenced this pull request Dec 17, 2021
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458)
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 28, 2021
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458)
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
…#15942)

* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit bf0cd49)
@mistercrunch mistercrunch added 🍒 1.3.0 🍒 1.3.1 🍒 1.3.2 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.4.0 labels Mar 13, 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 preset:2021.31 rush! Requires immediate attention size/M v1.3 🍒 1.3.0 🍒 1.3.1 🍒 1.3.2 🚢 1.4.0
Projects
No open projects
cherry board
considering
Development

Successfully merging this pull request may close these issues.

None yet

7 participants