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

Move from deprecated flask-cache to flask-caching #4944

Merged
merged 1 commit into from May 8, 2018

Conversation

mistercrunch
Copy link
Member

It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.

closes #4934

@hughhhh
Copy link
Member

hughhhh commented May 7, 2018

🚢

It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.
@codecov-io
Copy link

codecov-io commented May 8, 2018

Codecov Report

Merging #4944 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4944   +/-   ##
=======================================
  Coverage   77.07%   77.07%           
=======================================
  Files          44       44           
  Lines        8558     8558           
=======================================
  Hits         6596     6596           
  Misses       1962     1962
Impacted Files Coverage Δ
superset/utils.py 87.85% <100%> (ø) ⬆️

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 374482b...09ed363. Read the comment docs.

@mistercrunch mistercrunch merged commit 45ffed9 into apache:master May 8, 2018
mistercrunch added a commit that referenced this pull request May 14, 2018
It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.

(cherry picked from commit 45ffed9)
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.
timifasubaa pushed a commit to timifasubaa/incubator-superset that referenced this pull request May 31, 2018
It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.
@mistercrunch mistercrunch added 🍒 0.25.2 🍒 0.25.3 🍒 0.25.4 🍒 0.25.5 🍒 0.25.6 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.26.0 labels Feb 27, 2024
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.

(cherry picked from commit 2629662)
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.25.2 🍒 0.25.3 🍒 0.25.4 🍒 0.25.5 🍒 0.25.6 🚢 0.26.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flask-cache is unmaintained and raises an ImportError
3 participants