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 migration 3dda56f1c #5468

Merged
merged 2 commits into from
Jul 23, 2018

Conversation

timifasubaa
Copy link
Contributor

@timifasubaa timifasubaa commented Jul 23, 2018

This PR fixes the issue with slices that have no params and pass None to be decoded by json.loads.

@betodealmeida @graceguo-supercat @mistercrunch @john-bodley

@codecov-io
Copy link

codecov-io commented Jul 23, 2018

Codecov Report

Merging #5468 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5468   +/-   ##
=======================================
  Coverage   59.11%   59.11%           
=======================================
  Files         372      372           
  Lines       23751    23751           
  Branches     2758     2758           
=======================================
  Hits        14041    14041           
  Misses       9695     9695           
  Partials       15       15

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 fee5023...4176314. Read the comment docs.

@@ -17,6 +17,7 @@ geopy==1.11.0
gunicorn==19.8.0
humanize==0.5.1
idna==2.6
isodate==0.6.0
Copy link
Member

Choose a reason for hiding this comment

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

unused

Copy link

Choose a reason for hiding this comment

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

when we try cherry-pick #5177, we got No module named isodate

@@ -75,6 +75,7 @@ def get_git_sha():
'gunicorn', # deprecated
'humanize',
'idna',
'isodate',
Copy link
Member

Choose a reason for hiding this comment

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

unused

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Migration line 109

@graceguo-supercat graceguo-supercat merged commit bea0a0a into apache:master Jul 23, 2018
timifasubaa added a commit to airbnb/superset-fork that referenced this pull request Jul 25, 2018
* fix migration 3dda56f1c

* add isodate to setup.py:
graceguo-supercat pushed a commit to graceguo-supercat/superset that referenced this pull request Jul 26, 2018
* fix migration 3dda56f1c

* add isodate to setup.py:

(cherry picked from commit bea0a0a)
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
* fix migration 3dda56f1c

* add isodate to setup.py:
@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

5 participants