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

feat(feature-activation): automatically enable support in MUST_SIGNAL #963

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Feb 29, 2024

Depends on #962

Motivation

For updated nodes, when a feature reaches the MUST_SIGNAL phase, the node will automatically enable the feature's bit signaling, unless explicitly removed via the CLI or Sysctl tools.

Acceptance Criteria

  • Add BitSignalingService.on_must_signal().
  • Update FeatureService to call on_must_signal().

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco self-assigned this Feb 29, 2024
@glevco glevco marked this pull request as ready for review February 29, 2024 21:41
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.10%. Comparing base (f76b6b4) to head (9efd25e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #963      +/-   ##
==========================================
+ Coverage   85.04%   85.10%   +0.06%     
==========================================
  Files         296      296              
  Lines       22918    22925       +7     
  Branches     3451     3452       +1     
==========================================
+ Hits        19491    19511      +20     
+ Misses       2740     2728      -12     
+ Partials      687      686       -1     

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

@glevco glevco force-pushed the feat/feature-activation/sysctl branch 2 times, most recently from 3ef4d62 to be9a2de Compare March 21, 2024 21:32
@glevco glevco force-pushed the feat/feature-activation/enable-when-must-signal branch from 6c43590 to 5086127 Compare March 21, 2024 21:37
msbrogli
msbrogli previously approved these changes Mar 22, 2024
jansegre
jansegre previously approved these changes Mar 22, 2024
@glevco glevco force-pushed the feat/feature-activation/sysctl branch 2 times, most recently from 8a864eb to 4b44a2a Compare April 2, 2024 17:01
Base automatically changed from feat/feature-activation/sysctl to master April 2, 2024 18:53
@glevco glevco dismissed stale reviews from jansegre and msbrogli April 2, 2024 18:53

The base branch was changed.

@glevco glevco force-pushed the feat/feature-activation/enable-when-must-signal branch from ed8023e to 826dc0c Compare April 2, 2024 18:56
@glevco glevco force-pushed the feat/feature-activation/enable-when-must-signal branch from 826dc0c to 9efd25e Compare April 2, 2024 20:25
@glevco glevco merged commit e889e7a into master Apr 2, 2024
12 checks passed
@glevco glevco deleted the feat/feature-activation/enable-when-must-signal branch April 2, 2024 21:24
@jansegre jansegre mentioned this pull request Apr 5, 2024
2 tasks
@jansegre jansegre mentioned this pull request May 8, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants