Commit Graph
13405 Commits
Author SHA1 Message Date
Ralf Haferkampandmmattel 2ed7f7d31e Create README for settings service
The just moves over the contents from  docs/services/settings/_index.md.
2023-05-16 10:52:53 +02:00
Viktor ScharfandGitHub 2c2d8fae44 [test-only] [full-ci] enable e2e tests. bump web to v7.0.0-rc.37 (#6294)
* enable e2e tests

* bump web to v7.0.0-rc.37
2023-05-16 00:22:45 +02:00
MartinandGitHub 4622c1c99a Merge pull request #6312 from owncloud/settings_envvar_description_fix
[docs-only] Update SETTINGS_STORE_TYPE envvar description
2023-05-15 18:28:39 +02:00
mmattel c3c82941be [docs-only] Update SETTINGS_STORE_TYPE envvar description 2023-05-15 17:40:00 +02:00
Michael BarzandGitHub 28e6ec77cb Merge pull request #6303 from owncloud/update-reva
[full-ci] update reva
2023-05-15 17:10:02 +02:00
Michael Barz c1506785f6 Automated changelog update [skip ci] 2023-05-15 13:53:39 +00:00
Michael BarzandGitHub 4a08a2fb70 Merge pull request #6307 from owncloud/update-libregraph
update the libregraph lib to latest
2023-05-15 15:53:01 +02:00
Martin 3c9ccf41ca Automated changelog update [skip ci] 2023-05-15 13:33:42 +00:00
MartinandGitHub 54bc3bba7d Merge pull request #6304 from owncloud/mmattel-patch-1
[docs-only ]Update search README.md
2023-05-15 15:33:07 +02:00
Viktor Scharf 573ee3d071 remove checking for empty value 2023-05-15 15:06:46 +02:00
Michael Barz 488d13c7ca update the libregraph lib to latest 2023-05-15 14:28:48 +02:00
Michael Barz 79aafdae04 change test expectations 2023-05-15 14:25:50 +02:00
Martin da49a5cd71 Update services/search/README.md 2023-05-15 14:20:16 +02:00
Martin d3cd43861c [docs-only ]Update search README.md
Add a note that tika containers are only available for the amd64 platform.
2023-05-15 14:20:16 +02:00
Michael Barz 90aca2d2fc update reva to latest edge 2023-05-15 14:14:51 +02:00
Michael BarzandGitHub 55278fd1e4 Merge pull request #6306 from owncloud/vendor-update
[full-ci] update reva vendor files
2023-05-15 14:12:11 +02:00
Saw-jan fb8de129e7 update reva vendor files 2023-05-15 16:34:39 +05:45
MartinandGitHub 82b64b2dde Merge pull request #6297 from rhafer/indexmd-cleanup
cleanup: Remove unneeded _index.md files from docs
2023-05-15 11:23:35 +02:00
4b04870ade [full-ci] [tests-only] unassign app role assignment of user (#6030)
* Added scenario to unassign the role of user

* Added scenario,admin tries to unassign the own role

* Addressed reviews

* refactor

---------

Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2023-05-15 10:45:24 +02:00
Jörn Friedrich Dreyer d6b4632e1c Automated changelog update [skip ci] 2023-05-15 08:30:39 +00:00
Jörn Friedrich Dreyer 62878b6428 bump reva to e00c55c0a4d3
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-15 10:29:56 +02:00
Roman Perekhod 08797f7050 Automated changelog update [skip ci] 2023-05-12 15:03:41 +00:00
Roman PerekhodandGitHub 554e109141 Merge pull request #6276 from 2403905/issue-6037
fix the wrong status code when appRoleAssignments is forbidden #6037
2023-05-12 17:03:04 +02:00
Ralf Haferkamp 5001c0347c cleanup: Remove unneeded _index.md files from docs
This commit removes the `doc/service/<name>/_index.md` files for service
that provide a README.md in their own directory.

The CI's docs pipeline generates and publishes (to the `docs` branch)
the _index.md files from the READMEs. We don't need to have these files
duplicated `master` branch of the git repo. They just cause confusion
and are not kept in sync with the READMEs on the `master` branch.
2023-05-12 16:20:32 +02:00
Ralf Haferkamp 7736e106b0 Automated changelog update [skip ci] 2023-05-12 12:49:58 +00:00
Ralf HaferkampandRalf Haferkamp 39950845d2 Bump go-micro/v4/store/redis to latest main commit
This includes these two fixes:
https://github.com/go-micro/plugins/pull/109
https://github.com/go-micro/plugins/pull/110
2023-05-12 14:49:19 +02:00
Ralf HaferkampandRalf Haferkamp df5edec36b settings: User go-micro/store for cachiing
The previous implementation was using an unlimited TTL which would cause
problems in scale out deployments where multiple instances of the settings
service are running.

Fixes: #5067
2023-05-12 14:49:19 +02:00
Ralf HaferkampandRalf Haferkamp 18bb3dbaca settings: Instanciate only a single instance of the ServiceHandler/Store
Share the same instance between the HTTP and the GRPC service. This is
in preparation for moving the cache of the metadata storage backend to a
go-micro/store based implementation. By sharing the same service instance in
the HTTP and GRPC services we can avoid the usage of global variables for the
caches, which will make the move to the go-micro/store implementation simpler.
2023-05-12 14:49:19 +02:00
MartinandGitHub 3e92e409f7 Merge pull request #6293 from owncloud/fix_messagepack_default
[docs-only] Fix missed default metadata backend
2023-05-12 14:38:41 +02:00
mmattel e5746d8176 [docs-only] Fix wrong default metadata backend 2023-05-12 13:34:13 +02:00
kobergj be784a89d3 Automated changelog update [skip ci] 2023-05-12 11:26:00 +00:00
kobergjandGitHub 2701d0a331 Merge pull request #6282 from kobergj/PostprocessingStore
Postprocessing Store
2023-05-12 13:22:59 +02:00
jkoberg f30fe2757c fix graph test
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-12 12:34:32 +02:00
Andre Duffeck be4cc7749e Automated changelog update [skip ci] 2023-05-12 10:12:28 +00:00
Andre DuffeckandGitHub 32014badd7 Merge pull request #6268 from aduffeck/improve-search
Improve search
2023-05-12 12:11:38 +02:00
jkoberg a324ad48a0 add a store to postprocessing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-12 11:04:41 +02:00
Christian RichterandGitHub 7d8a245d37 Merge pull request #6287 from owncloud/fix_search_readme
[docs-only] Add Tika container link to search for dev purposes
2023-05-12 10:51:19 +02:00
André Duffeck e9d4e07a08 constify the "trashed" space state 2023-05-12 10:37:43 +02:00
André Duffeck 5ba7dad3c7 Fix test expectations 2023-05-12 10:37:43 +02:00
André Duffeck 82590632b6 Always use UTC for doc timestamps 2023-05-12 10:37:43 +02:00
André Duffeck e01ef9b8c6 Search spaces concurrently 2023-05-12 10:37:43 +02:00
André Duffeck a9b139af97 Do not consider disabled spaces during search
Fixes #6201
2023-05-12 10:37:43 +02:00
André DuffeckandFlorian Schade 63b2ac2368 Do not use prefix queries which gets slow with big indexes
Co-authored-by: Florian Schade <f.schade@icloud.com>
2023-05-12 10:37:43 +02:00
Viktor ScharfandGitHub 67a9736b6c [test-only] Api-test for sharing personal space (#6242) 2023-05-12 14:08:20 +05:45
dependabot[bot]andRalf Haferkamp 184647e30e Bump github.com/cloudflare/circl from 1.2.0 to 1.3.3
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.2.0 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 09:51:18 +02:00
mmattel 456387c69f [docs-only] Add Tika container link to search for dev purposes 2023-05-12 09:31:21 +02:00
Michael Barz 8e5cbfd6f7 Automated changelog update [skip ci] 2023-05-12 06:39:25 +00:00
Michael BarzandGitHub 81e2365b0a Merge pull request #6277 from owncloud/return-body
add missing response body to blocked requests
2023-05-12 08:38:53 +02:00
Michael Barz 43ed7392be add missing response body to blocked requests 2023-05-11 16:31:19 +02:00
Sawjan GurungandGitHub 9945dad647 [POC][full-ci] Testing various oCIS env configurations (#6062)
* run api tests

* run ocis via wrapper

* add context, helpers and steps change ocis config

* remove separate pipelines for special test cases

* add context to behat config

* fix suite name

* set wrapper url while running tests

* fix cors allow env name

* address review

* add ociswrapper codebase

* add ci pipeline to build and cache wrapper

* add step to check ociswrapper cache

* invalidate wrapper cache and build new

* build on pipeline step

* undo unnecessary changes

* undo unnecessary changes

* fix php code

* fix ocis run command

* use tag for teardown

* exclude wrapper vendor in codacy check

* fix typos
2023-05-11 17:21:52 +05:45