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: add resource transfer logic to support different ACL strategy #607

Merged
merged 21 commits into from
Apr 27, 2023

Conversation


public function __construct(ClassCopierInterface $taoClassCopier)
public function __construct(ClassCopierInterface $taoClassCopier, Ontology $ontology)
Copy link
Contributor Author

@gabrielfs7 gabrielfs7 Apr 6, 2023

Choose a reason for hiding this comment

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

  • Use only ResourceTransferInterface instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

composer.json Outdated
@@ -67,7 +67,7 @@
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis": ">=15.22",
"oat-sa/tao-core": ">=50.26.0",
"oat-sa/tao-core": "dev-feat/RFE-530/integration-branch as 52.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • Use proper version after release

@shpran shpran force-pushed the feat/RFE-530/integration-branch branch 4 times, most recently from b6c7ccb to 947c95f Compare April 6, 2023 23:47
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2023

Codecov Report

Merging #607 (bd41271) into develop (d003e65) will increase coverage by 1.08%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##             develop     #607      +/-   ##
=============================================
+ Coverage      14.64%   15.72%   +1.08%     
  Complexity       553      553              
=============================================
  Files             50       49       -1     
  Lines           1530     1666     +136     
=============================================
+ Hits             224      262      +38     
- Misses          1306     1404      +98     
Impacted Files Coverage Δ
models/classes/Copier/ItemClassCopier.php 100.00% <100.00%> (ø)

... and 29 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.

@gabrielfs7 gabrielfs7 requested a review from hectoras April 11, 2023 06:45
@gabrielfs7 gabrielfs7 marked this pull request as ready for review April 11, 2023 06:45
composer.json Outdated
"oat-sa/generis": ">=15.22",
"oat-sa/tao-core": ">=50.26.0",
"oat-sa/generis": ">=15.23",
"oat-sa/tao-core": "dev-feat/RFE-530/integration-branch as v52.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Don't forget to update this :)

Copy link
Contributor

@hectoras hectoras left a 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
  • New code is covered by tests (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)
  • 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
  • Run composer locally is working
  • Updated instance with old composer works
  • No unnecessary dependencies are installed
  • All required dependencies were installed or updated
  • Target branch is correct
  • Change log provided

Copy link
Contributor

@shpran shpran left a 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)

@github-actions
Copy link

Version

Target Version 11.33.0
Last version 11.32.2

There are 0 BREAKING CHANGE, 1 feature, 0 fix

@gabrielfs7 gabrielfs7 merged commit 7693159 into develop Apr 27, 2023
@gabrielfs7 gabrielfs7 deleted the feat/RFE-530/integration-branch branch April 27, 2023 14:08
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