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

[stable26] Fix error on delete in ChunkingV2Plugin #38167

Merged
merged 1 commit into from
May 17, 2023

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #38100

Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
return true;
}

[$storage, $storagePath] = $this->getUploadStorage($this->uploadPath);

Check notice

Code scanning / Psalm

PossiblyNullArgument

Argument 1 of OCA\DAV\Upload\ChunkingV2Plugin::getUploadStorage cannot be null, possibly null value provided
@blizzz blizzz mentioned this pull request May 16, 2023
@blizzz
Copy link
Member

blizzz commented May 17, 2023

@tanganellilore could you fix the sign-off (DCO check)?

@tanganellilore
Copy link
Contributor

How I can do that? In not my personal commit.
I canged my email on github profile now, but I don't know if this can change on DCO task

@juliushaertl
Copy link
Member

Could we also skip the dco check since the commit is actually already part of master with a passed dco back then?

@blizzz
Copy link
Member

blizzz commented May 17, 2023

On a second glance, the commit message contains the sign off. Must be a false positive in the test.

@blizzz blizzz merged commit 83e0b31 into stable26 May 17, 2023
@blizzz blizzz deleted the backport/38100/stable26 branch May 17, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants