Commit Graph

19 Commits

Author SHA1 Message Date
Prarup Gurung
166fe3ec30 OccContext.php file is removed 2023-03-01 14:30:41 +05:45
Prarup Gurung
3419eacb6d Removed step and implementation setting default share folder 2023-02-23 15:32:27 +05:45
Benedikt Kulmann
8c033e1936 change: remove the settings ui
ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
2023-02-03 10:27:05 +01:00
Kiran Parajuli
7d152e2ad1 Copied acceptance tests infrastructures from oC/core
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2023-01-05 09:21:34 +05:45
David Christofas
3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
Phil Davis
e9ed3711e3 Add parallel-deployment expected-failure for issue 4112 2022-07-07 16:27:13 +05:45
Ralf Haferkamp
24178e381b Fix inconsistent env var naming for LDAP filter configuration
There was a naming inconsitency for the enviroment variables used to define
LDAP filters for user and groups queries. Some services used `LDAP_USER_FILTER`
while others used `LDAP_USERFILTER`. This is now changed to use `LDAP_USER_FILTER`
and `LDAP_GROUP_FILTER`

Closes: #3890
2022-06-01 15:35:08 +02:00
Willy Kloucek
fced29a6be update deployments proxy config 2022-05-19 07:56:41 +02:00
Willy Kloucek
5c1ffb5038 adapt proxy config and remove uneeded config 2022-05-07 14:03:42 +02:00
Willy Kloucek
5e5f350c75 update proxy config for ci 2022-05-06 12:54:17 +02:00
Willy Kloucek
0cfc365629 update proxy config 2022-05-05 17:03:46 +02:00
Jörn Friedrich Dreyer
39cc17bb36 fix typo
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-03 18:55:28 +00:00
Phil Davis
8560c3bc00 Minor typo fixes in acceptance tests 2022-05-03 09:48:12 +05:45
Kiran Parajuli
4c16b16445 Removed formatter config from parallel deployment config
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-04-21 16:20:48 +05:45
Jörn Friedrich Dreyer
0e88cb1bec Use embeddable ocdav go micro service (#3397)
* allow proxy to route to micro service

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

* use go micre ocdav service instead of reva frontend

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

* add missing gateway default config

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

* update reva branch for testing

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

* add changelog

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

* add missing comands

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

* bump reva version

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* tidy

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* bump reva again

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* a blind mans config change

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* add ocdav to must start extensions

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* fail when neither backend nor service is set

Signed-off-by: jkoberg <jkoberg@owncloud.com>

Co-authored-by: jkoberg <jkoberg@owncloud.com>
2022-04-12 11:27:24 +02:00
Willy Kloucek
cc7144d9d1 fix config for CI parallel deployment 2022-03-28 13:13:16 +02:00
Willy Kloucek
5d19062075 switch tests to yaml config 2022-03-28 12:54:28 +02:00
Saw-jan
83a5d2d687 fix sharing tests in parallel deployment 2022-02-03 09:05:01 +05:45
saw-jan
84db46e835 [POC] Tests for parallel deployment
add owncloud-selector cookie

working tests

remove unused files

build ocis from source branch

check users in ldap, oc10 and ocis

update proxy config

use ocis selector initially

build ocis from source

use ocis latest image

buil ocis from source

refactor

fix test run script

user 33 and alpine image for ocis server

delete local compose files

run tests with ocis latest

refactor drone config [volumes]

Run each suite in a pipeline

refactor namings

use run.sh to run tests

move TestHelpers folder

reuse behat context params

refactor to use contexts and helpers from core repo

remove contexts and helpers

added bootstrap file to bootstrap core's test files

add api tag

remove unnecessary code

implement expected-failures file

remove unnecessary confgs

fix starlark style

rename context file

add nightly trigger

refactor drone config

generate trigger as per the event

remove keycloak services
2021-12-21 15:57:26 +05:45