-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[full-ci] Accept OCM to groups #40589
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
[full-ci] Accept OCM to groups #40589
Conversation
|
Pasquale Tripodi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
8eecd1a to
a1e761e
Compare
|
@michielbdejong CI is picky about coding standards: |
9a39018 to
cff3289
Compare
|
@michielbdejong https://drone.owncloud.com/owncloud/core/38230/3/7 https://drone.owncloud.com/owncloud/core/38230/6/8 |
7b3d04b to
fc02a21
Compare
|
💥 Acceptance tests pipeline webUIFileActionsMenu-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
|
Just saying that the commits should be squashed when the PR is ready to merge. |
43a8678 to
d522416
Compare
0a90568 to
05d5ea7
Compare
Signed-off-by: Michiel de Jong <[email protected]>
d48f6c3 to
2f55914
Compare
|
Hm, build was killed, I'm not sure why. |
|
There are some tests failing in https://drone.owncloud.com/owncloud/core/38306/148/18 |
|
The UI acceptance test failures were in just one pipeline, and somehow user Alice could not log in. That looks not directly related to this PR. So I have restarted CI to see if it will pass. Note that for ordinary code PRs like this, the whole drone build is cancelled as soon as one acceptance test pipeline fails. That is done to save wasted resources when something fails anyway. If a PR has a few different problems that cause tests to fail in multiple pipelines, then by default you only get to see the first pipeline fail. If you want to be able to see all the failures then put |
All Broken tests are fixed Signed-off-by: Michiel de Jong <[email protected]> Signed-off-by: navid-shokri <[email protected]>
Signed-off-by: navid-shokri <[email protected]>
|
@phil-davis |
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.9 to 9.6.10. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.10/ChangeLog-9.6.md) - [Commits](sebastianbergmann/phpunit@9.6.9...9.6.10) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.20 to 3.0.21. - [Release notes](https://github.com/phpseclib/phpseclib/releases) - [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md) - [Commits](phpseclib/phpseclib@3.0.20...3.0.21) --- updated-dependencies: - dependency-name: phpseclib/phpseclib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
Now there are 220 commits in this PR - what happened??? |
|
When appling this patch, I got; Maybe good to verify behavior without Sciencemesh app, or it should be default shipped. |
I cherry-picked what I think are the real commits for this PR and created PR #40877 - that should be easier to review, rather than whatever happened here to have 221 commits listed. |
|
Left a comment in https://github.com/owncloud/core/pull/40877/files#r1265137966 , but for the rest the other PR looks good.
Maybe a problem in https://github.com/owncloud/core/pull/40877/files#diff-6c825986578290fe355bffe05c5232629a36e554d48f5d889bb2c1ec73645265R1542
We need to decide how to move forward. Options are:
|
|
@michielbdejong @shokri-navid Can we close this PR? |
|
I think this is the old PR that got broken and was superseded by the one that was already merged, but we can wait for confirmation. |
|
Superseded by #40886 |
Description
These are the hooks we need in the core repo to allow the FederatedGroups app to deal with outgoing and incoming OCM shares to group.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: