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(OCPADVISOR-124): workloads feature flag #622

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

Fewwy
Copy link
Collaborator

@Fewwy Fewwy commented Oct 26, 2023

Add a new feature flag to the unleash that will allow us to develop workloads

To test run "npm run start:proxy:beta"

add to the Recstable or other component
const workloadsEnabled = useFeatureFlag(WORKLOADS_ENABLE_FLAG);
console.log(workloadsEnabled, 'FLAG');
Import required functions and stuff
Check that the console log prints TRUE

@Fewwy Fewwy requested a review from a team as a code owner October 26, 2023 08:01
@Fewwy Fewwy self-assigned this Oct 26, 2023
@Fewwy Fewwy added the enhancement New feature or request label Oct 26, 2023
Copy link
Contributor

@AsToNlele AsToNlele left a comment

Choose a reason for hiding this comment

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

LGTM 😄

@codecov-commenter
Copy link

Codecov Report

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

Files Coverage Δ
src/Utilities/useFeatureFlag.js 78.57% <40.00%> (ø)

... and 33 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@Fewwy Fewwy merged commit 715b99a into RedHatInsights:master Oct 26, 2023
2 checks passed
@gkarat
Copy link
Collaborator

gkarat commented Oct 26, 2023

🎉 This PR is included in version 1.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants