Skip to content

Commit

Permalink
commit latest ocis id
Browse files Browse the repository at this point in the history
  • Loading branch information
KarunAtreya committed Oct 6, 2023
1 parent ae00345 commit 47f1251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The test runner source for API tests
APITESTS_COMMITID=eb1aa4502e084972a6fd7e57112ae81431961374
APITESTS_COMMITID=c1dcc42ad5e289093ca761a2eb94b19fb64f571e
APITESTS_BRANCH=master
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
2 changes: 1 addition & 1 deletion tests/ocis
Submodule ocis updated 55 files
+1 −1 .drone.env
+2 −1 .drone.star
+26 −0 CHANGELOG.md
+1 −0 changelog/unreleased/bump-reva.md
+5 −0 changelog/unreleased/delete-outdated-userlog-events.md
+7 −0 changelog/unreleased/enhancement-notifications-auto-auth-settings.md
+8 −0 changelog/unreleased/fix-notifications-redundant-settings.md
+2 −2 go.mod
+4 −4 go.sum
+313 −313 services/idp/pnpm-lock.yaml
+2 −0 services/notifications/pkg/channels/channels.go
+3 −3 services/notifications/pkg/config/config.go
+1 −5 services/notifications/pkg/config/defaults/defaultconfig.go
+19 −0 services/notifications/pkg/config/parser/parse.go
+1 −1 services/notifications/pkg/email/l10n/locale/tr/LC_MESSAGES/notifications.po
+15 −0 services/userlog/pkg/service/http.go
+1 −1 services/userlog/pkg/service/l10n/locale/ru/LC_MESSAGES/userlog.po
+1 −1 services/web/Makefile
+5 −2 tests/TestHelpers/WebDavHelper.php
+1 −20 tests/acceptance/config/behat-core.yml
+13 −0 tests/acceptance/config/behat.yml
+1 −11 tests/acceptance/expected-failures-API-on-OCIS-storage.md
+2 −2 tests/acceptance/features/apiAntivirus/antivirus.feature
+114 −0 tests/acceptance/features/apiDepthInfinity/propfind.feature
+0 −4 tests/acceptance/features/apiSpaces/changeSpaces.feature
+16 −12 tests/acceptance/features/apiSpacesDavOperation/copyByFileId.feature
+155 −0 tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature
+85 −84 tests/acceptance/features/apiSpacesShares/copySpaces.feature
+26 −27 tests/acceptance/features/apiSpacesShares/moveSpaces.feature
+10 −10 tests/acceptance/features/apiSpacesShares/shareOperations.feature
+2 −2 tests/acceptance/features/apiSpacesShares/shareUploadTUS.feature
+0 −574 tests/acceptance/features/bootstrap/AppConfigurationContext.php
+237 −34 tests/acceptance/features/bootstrap/CapabilitiesContext.php
+0 −149 tests/acceptance/features/bootstrap/FeatureContext.php
+43 −33 tests/acceptance/features/bootstrap/OCSContext.php
+2 −1 tests/acceptance/features/bootstrap/ShareesContext.php
+56 −45 tests/acceptance/features/bootstrap/Sharing.php
+21 −10 tests/acceptance/features/bootstrap/SpacesContext.php
+1 −1 tests/acceptance/features/bootstrap/TrashbinContext.php
+16 −17 tests/acceptance/features/bootstrap/WebDav.php
+104 −51 tests/acceptance/features/bootstrap/WebDavLockingContext.php
+150 −200 tests/acceptance/features/bootstrap/WebDavPropertiesContext.php
+12 −12 tests/acceptance/features/coreApiShareOperationsToShares2/getWebDAVSharePermissions.feature
+0 −162 tests/acceptance/features/coreApiWebdavOperations/listFiles.feature
+11 −8 tests/acceptance/features/coreApiWebdavOperations/propfind.feature
+2 −2 tests/acceptance/features/coreApiWebdavProperties1/createFileFolder.feature
+27 −27 tests/acceptance/features/coreApiWebdavProperties2/getFileProperties.feature
+10 −1 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/copy.go
+10 −15 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/move.go
+6 −0 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/ocdav.go
+49 −11 vendor/github.com/cs3org/reva/v2/pkg/utils/grpc.go
+9 −0 vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md
+5 −1 vendor/github.com/onsi/ginkgo/v2/internal/writer.go
+1 −1 vendor/github.com/onsi/ginkgo/v2/types/version.go
+2 −2 vendor/modules.txt

0 comments on commit 47f1251

Please sign in to comment.