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

featureset: remove stable feature flags #2735

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Dec 1, 2023

Removes feature flags from feature set with stable status.

category: misc
ticket: #2720

Copy link

sonarcloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dB2510 dB2510 requested review from gsora and xenowits December 1, 2023 05:28
@dB2510 dB2510 linked an issue Dec 1, 2023 that may be closed by this pull request
3 tasks
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (cb4c265) 53.29% compared to head (85d1309) 53.31%.

Files Patch % Lines
app/app.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2735      +/-   ##
==========================================
+ Coverage   53.29%   53.31%   +0.02%     
==========================================
  Files         199      199              
  Lines       27489    27486       -3     
==========================================
+ Hits        14649    14653       +4     
+ Misses      11024    11020       -4     
+ Partials     1816     1813       -3     

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

// QBFTConsensus introduces qbft consensus, see https://github.com/ObolNetwork/charon/issues/445.
QBFTConsensus Feature = "qbft_consensus"
// Priority enables the infosync component using the priority protocol.
Priority Feature = "priority"
// MockAlpha is a mock feature in alpha status for testing.
MockAlpha Feature = "mock_alpha"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can also remove mockalpha if not required

not sure where it is used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As mentioned in its godoc, it is a mock feature in alpha status for testing.

@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Dec 4, 2023
@obol-bulldozer obol-bulldozer bot merged commit a75d49b into main Dec 4, 2023
15 checks passed
@obol-bulldozer obol-bulldozer bot deleted the dhruv/removestable branch December 4, 2023 09:05
xenowits pushed a commit that referenced this pull request Dec 12, 2023
Removes feature flags from feature set with stable status.

category: misc
ticket: #2720
gsora pushed a commit that referenced this pull request Dec 21, 2023
Removes feature flags from feature set with stable status.

category: misc
ticket: #2720
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove stable feature flags
3 participants