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

chore: use a single task to change all permissions #243

Merged
merged 41 commits into from
Nov 2, 2023

Conversation

@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2023

Codecov Report

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

Comparison is base (d6348db) 44.45% compared to head (5be4913) 39.52%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #243      +/-   ##
=============================================
- Coverage      44.45%   39.52%   -4.94%     
+ Complexity       233      226       -7     
=============================================
  Files             18       22       +4     
  Lines            857      797      -60     
=============================================
- Hits             381      315      -66     
- Misses           476      482       +6     
Files Coverage Δ
model/Command/ChangePermissionsCommand.php 83.33% <100.00%> (-16.67%) ⬇️
model/PermissionProvider.php 10.00% <ø> (ø)
model/SyncPermissionsStrategy.php 84.61% <100.00%> (+1.28%) ⬆️
model/event/DacChangedEvent.php 100.00% <100.00%> (ø)
model/eventHandler/ResourceUpdateHandler.php 100.00% <100.00%> (ø)
model/Command/ChangeAccessCommand.php 97.36% <97.36%> (ø)
model/AdminService.php 0.00% <0.00%> (ø)
model/tasks/ChangePermissionsTask.php 0.00% <0.00%> (ø)
...del/ServiceProvider/PermissionsServiceProvider.php 0.00% <0.00%> (ø)
model/ChangePermissionsService.php 84.05% <84.05%> (ø)
... and 3 more

... and 1 file with indirect coverage changes

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

model/DataBaseAccess.php Outdated Show resolved Hide resolved
@shpran shpran marked this pull request as ready for review October 17, 2023 07:15
@shpran shpran force-pushed the feature/adf-1590/optimize-permissions-task-queue branch from 3c8c831 to 095eb16 Compare October 18, 2023 07:21
composer.json Outdated
@@ -21,8 +21,8 @@
"minimum-stability": "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis": ">=15.24",
"oat-sa/tao-core": ">=52.1",
"oat-sa/generis": "dev-feature/adf-1590/optimize-permissions-task-queue as 99.99",
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Update versions

shpran and others added 24 commits November 2, 2023 16:45
@shpran shpran force-pushed the feature/adf-1590/optimize-permissions-task-queue branch from 594964e to f4208c9 Compare November 2, 2023 13:46
Copy link

github-actions bot commented Nov 2, 2023

Version

🚨 Your pull request contains a BREAKING CHANGE, please be sure to communicate it.

Target Version 8.0.0
Last version 7.10.6

There are 2 BREAKING CHANGES, 1 feature, 0 fix

@shpran shpran merged commit 4ccc450 into develop Nov 2, 2023
4 checks passed
@shpran shpran deleted the feature/adf-1590/optimize-permissions-task-queue branch November 2, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants