Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
bump latest commit id for branch master (cs3org#4202)
Browse files Browse the repository at this point in the history
Co-authored-by: nabim777 <“[email protected]”>
  • Loading branch information
nabim777 and nabim777 authored Sep 25, 2023
1 parent 32322b2 commit 8d8dca3
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=143675deff76705a54f6427bf99d9dc39069e9ff
APITESTS_COMMITID=8931ee1187fa2c2a696a68a99a6c1c77919630d0
APITESTS_BRANCH=master
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
2 changes: 1 addition & 1 deletion tests/ocis
Submodule ocis updated 96 files
+47 −77 .drone.star
+72 −9 CHANGELOG.md
+1 −1 changelog/2.0.0_2022-11-30/fix-search-report.md
+6 −0 changelog/unreleased/add-passwod-banned-password-list.md
+1 −0 changelog/unreleased/add-passwod-policies.md
+5 −0 changelog/unreleased/enhancement-add-login-url-config.md
+7 −0 changelog/unreleased/fix-bleve-search.md
+7 −0 changelog/unreleased/fix-users-ldap-schema-user-id.md
+23 −7 changelog/unreleased/kql-search-query-language.md
+11 −0 changelog/unreleased/ldap-bind-password-var-deprecation.md
+7 −2 docs/helpers/markdowncreation.go
+5 −0 docs/ocis/adr/0022-sharing-and-space-management-api.md
+1 −1 docs/services/general-info/additional-information.md
+1 −1 docs/templates/ADOC_global.tmpl
+8 −8 go.mod
+16 −19 go.sum
+1 −1 services/auth-basic/pkg/config/config.go
+9 −5 services/frontend/README.md
+1 −1 services/frontend/pkg/command/server.go
+9 −8 services/frontend/pkg/config/config.go
+52 −7 services/frontend/pkg/revaconfig/config.go
+1 −1 services/graph/pkg/config/config.go
+1 −1 services/groups/pkg/config/config.go
+14 −0 services/idp/license-checker-clarifications.json
+3 −3 services/idp/package.json
+3 −0 services/idp/pkg/backends/cs3/identifier/session.go
+1 −1 services/idp/pkg/config/config.go
+168 −54 services/idp/pnpm-lock.yaml
+1 −1 services/notifications/pkg/email/l10n/locale/de/LC_MESSAGES/notifications.po
+1 −1 services/notifications/pkg/email/l10n/locale/de_DE/LC_MESSAGES/notifications.po
+1 −1 services/notifications/pkg/email/l10n/locale/zh-Hans/LC_MESSAGES/notifications.po
+1 −1 services/notifications/pkg/email/l10n/locale/zh_CN/LC_MESSAGES/notifications.po
+1 −1 services/postprocessing/README.md
+32 −1 services/search/pkg/query/bleve/compiler.go
+43 −0 services/search/pkg/query/bleve/compiler_test.go
+59 −9 services/search/pkg/query/kql/cast.go
+19 −2 services/search/pkg/query/kql/dictionary.peg
+488 −308 services/search/pkg/query/kql/dictionary_gen.go
+601 −306 services/search/pkg/query/kql/dictionary_test.go
+0 −1 services/search/pkg/query/kql/doc.go
+11 −0 services/search/pkg/query/kql/engine_suite_test.go
+9 −0 services/search/pkg/query/kql/error.go
+33 −0 services/search/pkg/query/kql/factory.go
+5 −0 services/search/pkg/query/kql/kql.go
+1 −1 services/search/pkg/search/events.go
+1 −1 services/userlog/pkg/service/l10n/locale/en_GB/LC_MESSAGES/userlog.po
+1 −1 services/userlog/pkg/service/l10n/locale/ru/LC_MESSAGES/userlog.po
+1 −1 services/userlog/pkg/service/l10n/locale/tr/LC_MESSAGES/userlog.po
+3 −3 services/users/pkg/config/config.go
+1 −0 services/web/pkg/config/options.go
+2 −0 tests/acceptance/config/behat.yml
+1 −1 tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md
+192 −10 tests/acceptance/features/apiGraph/enforcePasswordPublicLink.feature
+30 −0 tests/acceptance/features/apiSearch/contentSearch.feature
+64 −0 tests/acceptance/features/apiSearch/dateSearch.feature
+1 −3 tests/acceptance/features/apiSearch/tagSearch.feature
+2 −2 tests/acceptance/features/apiSpacesShares/copySpaces.feature
+24 −1 tests/acceptance/features/bootstrap/OcisConfigContext.php
+60 −10 tests/acceptance/features/bootstrap/SearchContext.php
+1 −1 tests/acceptance/features/bootstrap/SpacesContext.php
+19 −0 tests/acceptance/features/bootstrap/SpacesTUSContext.php
+43 −14 tests/acceptance/features/bootstrap/TagContext.php
+28 −26 tests/acceptance/features/bootstrap/TrashbinContext.php
+10 −3 tests/acceptance/features/bootstrap/WebDav.php
+4 −0 tests/ociswrapper/cmd/cmd.go
+5 −1 tests/ociswrapper/log/log.go
+5 −3 tests/ociswrapper/ocis/config/config.go
+40 −18 tests/ociswrapper/ocis/ocis.go
+1 −1 tests/ociswrapper/wrapper/handlers/handler.go
+0 −13 vendor/github.com/araddon/dateparse/.travis.yml
+0 −323 vendor/github.com/araddon/dateparse/README.md
+0 −2,189 vendor/github.com/araddon/dateparse/parseany.go
+25 −22 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/put.go
+17 −17 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocs/data/capabilities.go
+2 −2 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/public.go
+10 −9 vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go
+20 −4 vendor/github.com/cs3org/reva/v2/pkg/password/password_policies.go
+1 −1 vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/fieldmask.go
+2 −1 vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/handler.go
+3 −0 vendor/github.com/jinzhu/now/Guardfile
+1 −1 vendor/github.com/jinzhu/now/License
+137 −0 vendor/github.com/jinzhu/now/README.md
+200 −0 vendor/github.com/jinzhu/now/main.go
+245 −0 vendor/github.com/jinzhu/now/now.go
+9 −0 vendor/github.com/jinzhu/now/time.go
+17 −0 vendor/go.opentelemetry.io/contrib/zpages/doc.go
+1 −1 vendor/go.opentelemetry.io/contrib/zpages/version.go
+0 −5 vendor/go.opentelemetry.io/otel/.golangci.yml
+29 −1 vendor/go.opentelemetry.io/otel/CHANGELOG.md
+1 −1 vendor/go.opentelemetry.io/otel/Makefile
+0 −5 vendor/go.opentelemetry.io/otel/README.md
+1 −1 vendor/go.opentelemetry.io/otel/requirements.txt
+1 −1 vendor/go.opentelemetry.io/otel/sdk/version.go
+1 −1 vendor/go.opentelemetry.io/otel/version.go
+3 −6 vendor/go.opentelemetry.io/otel/versions.yaml
+14 −14 vendor/modules.txt

0 comments on commit 8d8dca3

Please sign in to comment.