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: move calling configure_feature_flags more earlier #15223

Merged

Conversation

ofekisr
Copy link
Contributor

@ofekisr ofekisr commented Jun 17, 2021

SUMMARY

In order to allow init new features conditionally based on features flags, the feature flags manager should be initiated as soon as possible.
For example, as a future pull request, I would like to add a new feature that affects the db setup based on feature flag, so the new feature should be initiated before setup DB

@amitmiran137 amitmiran137 changed the title chore move calling configure_feature_flags more earlier chore: move calling configure_feature_flags more earlier Jun 17, 2021
@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #15223 (2f74651) into master (7237324) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #15223   +/-   ##
=======================================
  Coverage   77.16%   77.16%           
=======================================
  Files         971      971           
  Lines       50243    50243           
  Branches     6112     6112           
=======================================
  Hits        38772    38772           
  Misses      11268    11268           
  Partials      203      203           
Flag Coverage Δ
hive 81.42% <100.00%> (ø)
mysql 81.70% <100.00%> (+<0.01%) ⬆️
postgres 81.71% <100.00%> (ø)
python 82.09% <100.00%> (ø)
sqlite 81.34% <100.00%> (ø)

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

Impacted Files Coverage Δ
superset/app.py 87.68% <100.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 7237324...2f74651. Read the comment docs.

@amitmiran137 amitmiran137 force-pushed the chore/move_init_feature_flags_upper branch from c6bb96f to a2973d1 Compare June 19, 2021 11:53
@amitmiran137 amitmiran137 merged commit b1689aa into apache:master Jun 21, 2021
@amitmiran137 amitmiran137 deleted the chore/move_init_feature_flags_upper branch June 21, 2021 07:35
cccs-RyanS pushed a commit to CybercentreCanada/superset that referenced this pull request Dec 17, 2021
Co-authored-by: Ofeknielsen <ofek.israel@nieslen.com>
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
Co-authored-by: Ofeknielsen <ofek.israel@nieslen.com>
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
Co-authored-by: Ofeknielsen <ofek.israel@nieslen.com>
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.3.0 labels Mar 12, 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 size/XS 🚢 1.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants