Skip to content

Commit

Permalink
Bump ocis commit id to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup authored and gmgigi96 committed Jun 28, 2023
1 parent 96931cd commit 2e0ada6
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=52ddba3facf21c52f6f63f7a5ec148a2c52c53a8
APITESTS_COMMITID=8be428c6054567108f8f894a8dc42fc1ce4c13f0
APITESTS_BRANCH=master
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
2 changes: 1 addition & 1 deletion tests/ocis
Submodule ocis updated 58 files
+2 −2 .drone.env
+151 −0 CHANGELOG.md
+148 −0 changelog/unreleased/update-web-7.0.0-rc.36.md
+2 −2 services/storage-users/pkg/config/config.go
+1 −1 services/web/Makefile
+118 −118 tests/acceptance/expected-failures-API-on-OCIS-storage.md
+1 −2 tests/acceptance/features/apiAccountsHashDifficulty/createShareToSharesFolder.feature
+105 −0 tests/acceptance/features/apiGraph/userGDPRExport.feature
+0 −1 tests/acceptance/features/apiSpacesShares/checksum.feature
+3 −3 tests/acceptance/features/apiSpacesShares/shareSubItemOfSpace.feature
+0 −11 tests/acceptance/features/bootstrap/Sharing.php
+1 −2 tests/acceptance/features/coreApiFavorites/favoritesSharingToShares.feature
+5 −13 tests/acceptance/features/coreApiMain/checksums.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares1/createShareResourceCaseSensitiveName.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares1/createShareUniqueReceivedNames.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareDefaultFolderForReceivedShares.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareGroupAndUserWithSameName.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareReceivedInMultipleWays.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareWithDisabledUser.feature
+1 −2 tests/acceptance/features/coreApiShareCreateSpecialToShares2/createShareWithInvalidPermissions.feature
+1 −2 tests/acceptance/features/coreApiShareManagementBasicToShares/createShareToSharesFolder.feature
+1 −2 tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature
+1 −2 tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature
+1 −2 tests/acceptance/features/coreApiShareManagementToShares/mergeShare.feature
+1 −2 tests/acceptance/features/coreApiShareManagementToShares/moveReceivedShare.feature
+1 −2 tests/acceptance/features/coreApiShareManagementToShares/moveShareInsideAnotherShare.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/accessToShare.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/changingFilesShare.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/gettingShares.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/gettingSharesPendingFiltered.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/gettingSharesReceivedFiltered.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/gettingSharesReceivedFilteredEmpty.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares1/gettingSharesSharedFiltered.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares2/getWebDAVSharePermissions.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares2/shareAccessByID.feature
+1 −2 tests/acceptance/features/coreApiShareOperationsToShares2/uploadToShare.feature
+1 −2 tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShareToShares.feature
+4 −8 tests/acceptance/features/coreApiSharePublicLink3/updatePublicLinkShare.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares1/reShare.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares2/reShareChain.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares2/reShareDisabled.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares2/reShareSubfolder.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares3/reShareUpdate.feature
+1 −2 tests/acceptance/features/coreApiShareReshareToShares3/reShareWithExpiryDate.feature
+1 −2 tests/acceptance/features/coreApiShareUpdateToShares/updateShare.feature
+1 −2 tests/acceptance/features/coreApiShareUpdateToShares/updateShareGroupAndUserWithSameName.feature
+1 −2 tests/acceptance/features/coreApiTrashbin/trashbinSharingToShares.feature
+1 −2 tests/acceptance/features/coreApiWebdavLocks2/independentLocksShareToShares.feature
+1 −2 tests/acceptance/features/coreApiWebdavLocksUnlock/unlockSharingToShares.feature
+0 −1 tests/acceptance/features/coreApiWebdavMove2/moveFile.feature
+4 −8 tests/acceptance/features/coreApiWebdavPreviews/previews.feature
+0 −1 tests/acceptance/features/coreApiWebdavProperties1/copyFile.feature
+1 −2 tests/acceptance/features/coreApiWebdavProperties1/createFileFolderWhenSharesExist.feature
+26 −2 tests/acceptance/features/coreApiWebdavProperties2/getFileProperties.feature
+3 −3 tests/acceptance/features/coreApiWebdavUpload1/uploadFile.feature
+1 −2 tests/acceptance/features/coreApiWebdavUploadTUS/uploadFileMtimeShares.feature
+1 −2 tests/acceptance/features/coreApiWebdavUploadTUS/uploadToShare.feature
+0 −1 tests/parallelDeployAcceptance/features/apiShareManagement/acceptShares.feature

0 comments on commit 2e0ada6

Please sign in to comment.