-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: add missing dependencies for ACL strategy copy #462
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #462 +/- ##
=============================================
+ Coverage 33.15% 34.60% +1.44%
Complexity 768 768
=============================================
Files 98 93 -5
Lines 2856 2734 -122
=============================================
- Hits 947 946 -1
+ Misses 1909 1788 -121
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
composer.json
Outdated
"oat-sa/tao-core": "dev-feat/RFE-530/integration-branch as 52.0", | ||
"oat-sa/extension-tao-item": "dev-feat/RFE-530/integration-branch as 12.0", | ||
"oat-sa/extension-tao-itemqti": ">=29.14.5", | ||
"oat-sa/extension-tao-test": ">=15.0.0", | ||
"oat-sa/extension-tao-test": "dev-feat/RFE-530/integration-branch as 16.0", |
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.
- Use proper versions before release
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.
- Pull request title and description are meaningful
- Pull request's target is not
master
- Commits are following conventional commits
- Target branch is correct
- Change log provided
- New code is respecting code style rules
- New code is respecting best practices
- Feature is working correctly on my local machine (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- Acceptance criteria are respected
- Kitchen links are not exposed in the description
- No unnecessary dependencies are installed
- All required dependencies were installed or updated
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 (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code is respecting code style rules
- New code is respecting best practices
- New code is not subject to concurrency issues (if applicable)
- Feature is working correctly on my local machine (if applicable)
- 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
- Changelog is updated according to changes (if applicable)
- Documentation is updated according to changes (if applicable)
Version
There are 0 BREAKING CHANGE, 0 feature, 1 fix |
https://oat-sa.atlassian.net/browse/RFE-530
https://oat-sa.atlassian.net/browse/ADF-1424
https://oat-sa.atlassian.net/browse/ADF-1425
https://oat-sa.atlassian.net/browse/ADF-1426
https://oat-sa.atlassian.net/browse/ADF-1427
Goal
Add dynamic ACL strategy to
Move to
andCopy to
featuresHow to test
Related PRs