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

[2.x] Refactor features class to be a kernel singleton #1647

Merged
merged 80 commits into from
Apr 8, 2024

Conversation

caendesilva
Copy link
Member

No description provided.

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (7b6a7ad) to head (9a4ccde).

❗ Current head 9a4ccde differs from pull request most recent head 8dfb7f2. Consider uploading reports for the commit 8dfb7f2 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             2.x-dev    #1647     +/-   ##
============================================
  Coverage      99.97%   99.97%             
+ Complexity      3550     1778   -1772     
============================================
  Files            368      184    -184     
  Lines           9582     4797   -4785     
============================================
- Hits            9580     4796   -4784     
+ Misses             2        1      -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

We need to do this later in the process, and not each time we create a kernel, as that is done way before the configuration is loaded. And a later construct adds less complexity than exposing a boot method on an initially empty features instance.
@caendesilva caendesilva force-pushed the refactor-features-class-to-be-a-kernel-singleton branch from e12a694 to 9365d12 Compare April 2, 2024 15:55
@caendesilva caendesilva force-pushed the refactor-features-class-to-be-a-kernel-singleton branch from 860bc66 to dd04066 Compare April 3, 2024 09:38
@caendesilva caendesilva force-pushed the refactor-features-class-to-be-a-kernel-singleton branch from 01d0968 to 3ba4727 Compare April 8, 2024 12:47
@caendesilva caendesilva marked this pull request as ready for review April 8, 2024 12:48
@caendesilva caendesilva force-pushed the refactor-features-class-to-be-a-kernel-singleton branch from 070d78c to 8dfb7f2 Compare April 8, 2024 12:54
@caendesilva caendesilva merged commit fef98d7 into 2.x-dev Apr 8, 2024
6 of 7 checks passed
@caendesilva caendesilva deleted the refactor-features-class-to-be-a-kernel-singleton branch April 8, 2024 12:55
@caendesilva caendesilva added this to the v2 milestone Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant