-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: feature flag for xml editor #2418
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2418 +/- ##
=============================================
+ Coverage 16.94% 16.96% +0.01%
- Complexity 3203 3204 +1
=============================================
Files 208 208
Lines 11542 11543 +1
=============================================
+ Hits 1956 1958 +2
+ Misses 9586 9585 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- New code is covered by tests
- Tests are running successfully on my local machine
- New code is respecting code style rules
- New code is respecting best practices
- Feature is working correctly on my local machine
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Pull request's target is not master
- Commits are following conventional commits
- Commits messages are meaningful
- Commits are atomic
Looks good and works locally after existing env update and for fresh installation
Version
There are 0 BREAKING CHANGE, 0 feature, 13 fixes |
Ticket - https://oat-sa.atlassian.net/browse/REL-1343
Goal
Create a new feature flag that unlocks this xml editor feature, so that we could enable it by changing environment variable secret
Changelog
How to test
docker exec -it {CONTAINER_NAME} php index.php 'oat\tao\scripts\tools\FeatureFlag\FeatureFlagTool' -s FEATURE_FLAG_XML_EDITOR_ENABLED -v true