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

[stable25] Add commands for basic file actions #38251

Merged
merged 5 commits into from
Oct 11, 2023
Merged

Conversation

backportbot-nextcloud[bot]
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented May 15, 2023

  • ⚠️ This backport had conflicts that were resolved with the 'ours' merge strategy and is likely incomplete

backport of #37971

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Psalm found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@blizzz blizzz mentioned this pull request May 16, 2023
@blizzz blizzz added the 2. developing Work in progress label May 17, 2023
@blizzz
Copy link
Member

blizzz commented May 17, 2023

backport incomplete

@icewind1991
Copy link
Member

Should apply cleanly once #38253 is merged

@blizzz blizzz mentioned this pull request Jun 12, 2023
return 1;
}
$source = $node->fopen('r');
if (!$source) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction Note

Docblock-defined type resource for $source is never falsy
}
if ($node instanceof File) {
$target = $node->fopen('w');
if (!$target) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction Note

Docblock-defined type resource for $target is never falsy
@blizzz
Copy link
Member

blizzz commented Jun 15, 2023

Should apply cleanly once #38253 is merged

it's merged

@blizzz blizzz mentioned this pull request Jul 10, 2023
@blizzz
Copy link
Member

blizzz commented Jul 13, 2023

moving to 25.0.10

@blizzz
Copy link
Member

blizzz commented Aug 3, 2023

moving to 25.0.11

@blizzz blizzz mentioned this pull request Sep 5, 2023
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
… as argument instead of option

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 marked this pull request as ready for review September 6, 2023 12:50
@blizzz blizzz added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Sep 7, 2023
@blizzz
Copy link
Member

blizzz commented Sep 7, 2023

moving to 25.0.12 due to lacking reviewers. Thanks for reviving @icewind1991!

@blizzz blizzz mentioned this pull request Sep 20, 2023
@blizzz blizzz mentioned this pull request Oct 9, 2023
1 task
@blizzz blizzz merged commit eb26d76 into stable25 Oct 11, 2023
32 of 33 checks passed
@blizzz blizzz deleted the backport/37971/stable25 branch October 11, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants