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

[bugfix] time filter on dashboard view #5546

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Aug 2, 2018

Example charts using the old since/until time filtering form_data format would only work in the Explore view, not on the dashboard view. The form_data was fixed in a db migration, but the examples have not been altered, so loading the examples after the db migration would cause problems.

@betodealmeida

@codecov-io
Copy link

codecov-io commented Aug 2, 2018

Codecov Report

Merging #5546 into master will increase coverage by 0.22%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5546      +/-   ##
==========================================
+ Coverage   63.12%   63.34%   +0.22%     
==========================================
  Files         349      349              
  Lines       22167    22168       +1     
  Branches     2462     2462              
==========================================
+ Hits        13992    14042      +50     
+ Misses       8161     8112      -49     
  Partials       14       14
Impacted Files Coverage Δ
superset/legacy.py 18.3% <100%> (ø) ⬆️
superset/views/core.py 73.84% <100%> (-0.25%) ⬇️
superset/models/core.py 87.09% <100%> (+0.04%) ⬆️
superset/views/base.py 66.89% <0%> (-0.68%) ⬇️
superset/viz.py 80.88% <0%> (+3.45%) ⬆️

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 9d95c4c...7a8574c. Read the comment docs.

Charts using the old since/until time filtering form_data format would
only work in the Explore view, not on the dashboard view. This fixes
that.
Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this! <3

@mistercrunch mistercrunch merged commit 8014709 into apache:master Aug 3, 2018
@mistercrunch mistercrunch deleted the fix_time_filter branch August 3, 2018 18:29
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
Charts using the old since/until time filtering form_data format would
only work in the Explore view, not on the dashboard view. This fixes
that.
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 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 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants