-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Share type sciencemesh #36228
Share type sciencemesh #36228
Conversation
4463eb2
to
29fe154
Compare
Can you look at PSALM + failed tests? |
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.
Looks reasonable, just two minor comments inline :)
206558b
to
ee4a8ac
Compare
I'll fix apps/files_sharing/tests/MountProviderTest.php and apps/files_sharing/tests/Controller/ShareAPIControllerTest.php |
Hm, only one 'spreed' integration test is failing now https://drone.nextcloud.com/nextcloud/server/29215/45/4 Lines 1230 to 1264 in aee6b37
|
When I run this in a dev environment I see:
So based on that I think the test failure might have been intermittent? Can someone maybe rerun the integration-sharing-v1-video-verification test on drone? |
@juliushaertl can you have a look please when you have time? |
b7915f2
to
2dc787f
Compare
@juliushaertl please let us know if there is anything else we can do, we are waiting for this to be merged asap if possible. |
lib/private/Share/Constants.php
Outdated
* @deprecated 21.0.0 - use IShare::TYPE_SCIENCEMESH instead | ||
*/ | ||
public const SHARE_TYPE_SCIENCEMESH = 15; | ||
// Note to developers: Do not add new share types here |
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.
// Note to developers: Do not add new share types here | |
// Note to developers: Do not add new share types here |
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.
Thanks! I think this is the change I committed in ddd991d - it should be 1 tab, right?
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.
The GitHub viewer here has 8-space tabs and the one for ddd991d displays 4-space tabs. Also, when I click 'Sign off and commit suggestion' here, nothing happens, so I think this is correct OK now.
Will double-check this after the rebase.
Triggered the checks again. Can you maybe rebase to latest master as well when fixing the indentation issue? The drone failure looks unrelated. |
ddd991d
to
1a9037d
Compare
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.
Code looks good 👍
Mind to do another rebase to latest master to retriever the failed tests? Looks unrelated to me though...
Signed-off-by: Michiel de Jong <michiel@unhosted.org>
1a9037d
to
3085f04
Compare
|
@juliushaertl can you trigger CI please? |
@skjnldsv can you maybe approve the workflows so this can be merged? |
This has been stuck for 11 days now... |
@juliushaertl Please merge this today if possible. |
I'm giving a presentation about this at 3pm. |
@artonge can you look into the updating of the js bundle please? Thanks in advance |
Can't push on not owned origin. I created a mirror here: #37139 |
Closing as #37139 has been merged |
Summary
Add the sciencemesh share type in all the places where share types are enumerated.