Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed May 11, 2023
1 parent 1ecb2fd commit cd6acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ocis
Submodule ocis updated 35 files
+37 −2 .drone.star
+8 −0 CHANGELOG.md
+6 −0 changelog/unreleased/fix-omitempty-givenName.md
+37 −0 docs/ocis/development/testing.md
+1 −1 go.mod
+2 −2 go.sum
+1 −1 services/graph/README.md
+1 −1 services/graph/pkg/config/config.go
+1 −2 services/graph/pkg/identity/ldap.go
+2 −1 services/graph/pkg/identity/ldap_test.go
+1 −1 services/groups/pkg/config/config.go
+0 −16 services/ocs/README.md
+3 −3 services/proxy/README.md
+173 −0 tests/TestHelpers/EmailHelper.php
+16 −0 tests/acceptance/config/behat.yml
+2 −2 tests/acceptance/expected-failures-API-on-OCIS-storage.md
+25 −2 tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md
+42 −0 tests/acceptance/features/apiEmailNotification/emailNotification.feature
+12 −8 tests/acceptance/features/apiGraph/createUser.feature
+110 −0 tests/acceptance/features/apiGraph/userGDPRExport.feature
+0 −1 tests/acceptance/features/bootstrap/ArchiverContext.php
+24 −0 tests/acceptance/features/bootstrap/GraphContext.php
+109 −0 tests/acceptance/features/bootstrap/NotificationContext.php
+2 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareDefaultFolderForReceivedShares.feature
+5 −20 tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature
+0 −1 tests/parallelDeployAcceptance/features/bootstrap/ParallelContext.php
+6 −6 vendor-bin/behat/composer.json
+1 −1 vendor-bin/owncloud-codestyle/composer.json
+1 −4 vendor-bin/php_codesniffer/composer.json
+4 −3 vendor/github.com/cs3org/reva/v2/internal/grpc/services/gateway/ocmshareprovider.go
+0 −97 vendor/github.com/cs3org/reva/v2/internal/grpc/services/gateway/usershareprovider.go
+7 −0 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go
+5 −0 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/spaces.go
+1 −1 vendor/github.com/cs3org/reva/v2/pkg/storage/utils/decomposedfs/upload/upload.go
+1 −1 vendor/modules.txt

0 comments on commit cd6acc4

Please sign in to comment.