Commit Graph

777 Commits

Author SHA1 Message Date
Andre Duffeck
60b979d1d4 Find spaces (#5044)
* Use the node name for the name field in the index instead of the path

* Add changelog

* Fix tests

* Adapt expected failures
2022-11-15 16:52:55 +01:00
Sawjan Gurung
6b13cea633 [tests-only][full-ci] Add API tests for getting groups and group members (graph API) (#5005)
* add tests for getting groups and group members

* bump core commit id

* fix scenario description

* fix php style

* add tests for creating empty group

* add unauthorized response check

* mark empty group creation scenario as expected to fail

* address reviews
2022-11-15 16:11:43 +01:00
Prarup Gurung
923c84d361 Added api test for sharing spaces with manager permission 2022-11-15 11:38:33 +05:45
Prarup Gurung
e09a723384 Added api test for sharing spaces without manager permission 2022-11-15 09:33:12 +05:45
Prarup Gurung
be4646652b Added api test for sharing disabled space (#5048) 2022-11-14 09:17:30 +01:00
André Duffeck
2e9c67f85c Fix HTTP status code expectation 2022-11-11 13:27:01 +01:00
Sawjan Gurung
03f53a3031 [tests-only][full-ci] Add API tests for creating groups (graph API) (#4992) 2022-11-11 09:31:13 +05:45
Benedikt Kulmann
2774e6f658 chore: adjust expected failures file 2022-11-04 16:07:07 +01:00
Benedikt Kulmann
65f5410f95 Revert "remove passing test from expected failure"
This reverts commit 016549d6a1.
2022-11-04 16:00:27 +01:00
Benedikt Kulmann
d2c847dcde chore: adjust expected failures file 2022-11-04 15:58:13 +01:00
Viktor Scharf
753812bf63 [test-only] add API acceptance tests to create user using the admin privilege (#4902)
* add api test

* fix typo

* php style fix
2022-11-04 12:39:54 +01:00
Saw-jan
016549d6a1 remove passing test from expected failure 2022-11-04 14:59:03 +05:45
Prarup Gurung
9d872eb840 Fixed line numbers in expected failures 2022-11-02 16:24:24 +05:45
Prarup Gurung
9b8a729ab5 Fixed line numbers in expected failures 2022-11-01 15:54:45 +05:45
Prarup Gurung
35672b0014 Refactored feature files to make consistent inter-scenarios space 2022-11-01 15:13:14 +05:45
Prarup Gurung
cdb4383e7d Fixed line numbers in expected failures 2022-11-01 10:42:31 +05:45
Kiran Parajuli
f2f952576d Update the line numbers in the expected failures list
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-10-28 17:31:15 +05:45
Michael Barz
361efa6804 update reva and add config 2022-10-28 10:43:54 +02:00
Viktor Scharf
51c16e41be [test-only] ApiTest.check all response items (#4886)
* check response

* php-style fix
2022-10-25 13:48:01 +02:00
Swikriti Tripathi
305bf45e0a update core commit id to latest 2022-10-24 13:57:46 +05:45
Michael Barz
ce20b3be79 Merge pull request #4864 from owncloud/sharing-caps
[full-ci] disable federation capabilities
2022-10-21 12:23:46 +02:00
Michael Barz
d116245ddb reflect shares space rename in tests
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2022-10-21 00:46:02 +02:00
Kiran Parajuli
9c9b52677f Update the line numbers in the expected failures list
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-10-20 15:14:23 +05:45
David Christofas
a047d54b07 Merge pull request #4836 from owncloud/checkTrashAfterOverwriting
[test-only] Api test checking trash after overwriting
2022-10-19 17:11:49 +02:00
amrita
66269eb5e9 Refactor expected-failure file for closed issue 2022-10-19 11:06:09 +05:45
Jörn Friedrich Dreyer
9f4509fc56 [full-ci] bump reva to 203cc6b50853 (#4833)
* bump reva to 10aa01556e52

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump core commit id

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump reva to 203cc6b50853

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-10-18 13:45:01 +02:00
Viktor Scharf
333d48e658 add checking trash 2022-10-17 14:04:46 +02:00
Viktor Scharf
7fb7a8b6e1 [test-only] Apitest. Add checking parentId (#4763)
* add checking parentId

* add case where parent is space

* php style fix
2022-10-17 13:46:07 +02:00
Phil Davis
8a90ebb3a0 Merge pull request #4816 from owncloud/overwriteFile
[test-only] Api-test. Overwriting a file while coping and moving
2022-10-17 10:34:57 +05:45
Andre Duffeck
5e220920f0 [full-ci] Rescan spaces (#4777)
* Increase the timeout for indexing spaces

* Allow for making queries that are not constrained to a RootID

* Use nano precision for the Mtime

* Add a SpaceDebouncer

The debouncer can be used to delay operations on spaces until things
have settled down to avoid doing the same operation multiple times.

* Do not index subtrees until they have changed (i.e. the mtime differs)

* Also pass a user to the space debouncer func

* Trigger a rescan of the according space when an event is received

* Improve wording/logging

* Add changelog

* Get rid of superfluous GetUserByClaim call

* Fix tests

* Fix reindexing triggered by shares by using the event's SpaceOwner

* Bump reva to pull in the space owner events changes

* Fix changelog

* Fix linter issues

* Fall back to the executant if no owner was received from the event

* Bump reva and go-cs3apis

* Fix go.sum

* Bump core

* Adapt expected failures

* Tweak debounce settings
2022-10-14 17:03:05 +02:00
Viktor Scharf
07dc73f382 Overwriting a file while moving and moving 2022-10-14 11:48:20 +02:00
Kiran Parajuli
4b752b0dd6 [tests-only] remove closed issue pin from the expected failures and update with the relevant one
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-10-13 17:24:15 +05:45
Prarup Gurung
a5c5866a54 Removed lines from expected failures 2022-10-13 12:30:10 +05:45
Michael Barz
ead886e353 more expected failures fixes and line number changes 2022-10-11 20:46:06 +02:00
Jannik Stehle
8a5d3bfe73 Adjust more expected acceptance test failures 2022-10-11 15:21:50 +02:00
Jannik Stehle
bd9eee17f5 Adjust expected acceptance test failures 2022-10-11 15:14:49 +02:00
Swikriti Tripathi
69ac7b6944 [tests-only][full-ci]Bump core commit id for tests (#4767)
* Bump core commit id for tests

* update expected to fail file
2022-10-10 16:55:20 +05:45
David Christofas
3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
Phil Davis
3b95dcc545 Merge pull request #4710 from owncloud/remove-propfind-method
[tests-only] Remove the propfind method
2022-09-29 14:53:34 +05:45
Swikriti Tripathi
2957ec37aa Remove the propfind method 2022-09-29 12:40:02 +05:45
Prarup Gurung
46cd7b45f4 shares jail spaces related tests separated to apiSpacesShares suite 2022-09-29 10:53:59 +05:45
amrita
838957c641 Refactor expected-failure-file and closed issue related scenario 2022-09-28 11:25:35 +05:45
PKiran
05dbf36265 Merge pull request #4655 from owncloud/ci-fix-yarn-cache
[ci] fix restore for web cache
2022-09-27 19:20:48 +05:45
Amrita
a67e354eb4 [full-ci][tests-only]Run ocis tests without testing-app (#4560)
* Run ocis tests without testing-app

* add failing tests in expected to fail

Co-authored-by: Swikriti Tripathi <swikriti808@gmail.com>
2022-09-27 16:45:43 +05:45
Kiran Parajuli
9062e891c6 Check for all web related existing cache before generating
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-09-27 15:04:02 +05:45
Andre Duffeck
68b17eb68d Search dav spaces (#4661)
* Add a Ref option to SearchRequest, e.g. for limiting the search to a space

* Enable REPORT requests for /dav/spaces URLs

* Limit the search to the according space in case of /dav/spaces searches

* Add changelog

* Adapt expected failures

* Comment exported functions
2022-09-27 10:38:15 +02:00
Phil Davis
19702285cb [tests-only] Remove duplicated lines in expected-failures files 2022-09-23 17:36:22 +05:45
Phil Davis
4b4ca72e3a Remove passing web tests from expected-failures 2022-09-22 21:41:18 +05:45
sagargurung1001@gmail.com
3ecabca8ac Check for issue not mentioned to a test 2022-09-22 18:32:20 +05:45
Ralf Haferkamp
f8126b19d6 Bump reva to get fix for #4474
Fixes: #4474
2022-09-21 19:37:46 +02:00