Commit Graph

599 Commits

Author SHA1 Message Date
Willy Kloucek
0f846ba86b Merge pull request #7120 from owncloud/stop-deploying-broken-example-deployments
stop deploying the oCIS hello and oC10 parallel setup, since both are disfunct
2023-08-29 07:27:07 +02:00
Michael Barz
255fcf1b6d add ADR for sharing NG 2023-08-28 16:58:59 +02:00
Martin
2892c603aa Update deprecating-variables.md 2023-08-28 08:48:17 +02:00
Willy Kloucek
84381750f0 stop deploying the oCIS hello and oC10 parallel setup, since both are disfunct 2023-08-25 08:35:35 +02:00
Ralf Haferkamp
05eee32a03 Fix AD example
For Active Directory we need: OCIS_LDAP_DISABLE_USER_MECHANISM=none.
Until we add support for evaluating the "userAccountControl" bitmask, we
don't supported display the account enable/disable state for Active
Directory users.
2023-08-23 13:58:48 +02:00
Sawjan Gurung
5e4b9baa1c [tests-only][full-ci] Update local test docker-compose setup to allow unicode preview tests (#6940)
* update local test docker-compose setup to allow unicode preview tests

* update docs
2023-08-02 17:14:30 +05:45
Viktor Scharf
28cd42613d added stop running tests after first failure option (#6786) 2023-07-17 12:06:19 +02:00
Klaas Freitag
708660d18b Fix typo in Infinite
Co-authored-by: Phil Davis <phil@jankaritech.com>
2023-07-10 13:11:19 +02:00
Klaas Freitag
b163c750f3 Clarify the license of ownCloud Infinite Scale binary packages. 2023-07-10 13:11:19 +02:00
Michael Barz
93f1e381cf Update docs/ocis/adr/0020-file-search-query-language.md
Co-authored-by: Martin <github@diemattels.at>
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2023-06-26 10:17:12 +02:00
Michael Barz
e31475944c New decision was made to use kql 2023-06-23 16:52:31 +02:00
Viktor Scharf
2c0fb9910e Change testing docs. Antivirus for mac (#6566)
* run antivirus on mac for localy testing

* start docker withot volumes

* fix
2023-06-21 14:57:26 +02:00
Phil Davis
c3485ae395 Apply suggestions from code review 2023-06-10 09:24:45 +05:45
Swikriti Tripathi
cf6610878d Add configuration for antivirus in docker compose for tests 2023-06-09 16:10:32 +05:45
Swikriti Tripathi
cab7bea1f7 fix path in documentation 2023-06-07 17:00:03 +05:45
Swikriti Tripathi
4b78e06e04 Add acceptance tests for antivirus (#6405)
test on ci

test on ci

run on detached mode

add wait for clam

fix syntax

fix syntax

try without wait

add clamservice to steps

use different wait for command

put sleep

test

wait for clamav service

Clean up tests and enable other tests in the ci

address reviews

add documentation

add docs for docker

address reviews

refactor docs

remove user premission as it's by default root

capitalize the letters
2023-06-02 17:11:17 +05:45
mmattel
a32e9ac4c4 [docs-only] Fix ocdav and ocis-hello in owncloud.dev 2023-06-02 08:30:24 +02:00
Amrita
53ee61ad87 [full-ci][tests-only]Extend notification api tests (#6324)
* Add api tests for notification

* Address review
2023-05-24 12:56:43 +05:45
Sawjan Gurung
89d92d7b1d [docs-only] Add email service to the docker-compose setup for tests (#6347)
* add email docker compose for running tests

* update docs to run email tests in docker compose setup

* fix typo
2023-05-19 18:03:55 +05:45
Sawjan Gurung
6a6d292959 [docs-only] Update testing docs (#6346)
* format testing.md file

* move down the parallel deployment test doc

* rename ocis to oCIS

* reword docker test setup docs

* reword and refactor

* add more information to email notification tests doc

* update env varaibles

* fix brackets

* address reviews

* add note on scenario line number

* elaborate possibility of line number changes

* capitalize headline

* fix typo
2023-05-19 13:12:10 +05:45
Phil Davis
4874da778c Reword 'allow to' sentences 2023-05-18 09:48:29 +05:45
Sawjan Gurung
14b11f24a6 [tests-only][full-ci] Change wrapper port from 5000 to 5200 (#6321)
* use port 5200 for wrapper API server

* remove binary and ignore the build
2023-05-16 15:40:06 +05:45
Sawjan Gurung
60fd953c7e [docs-only] Document running tests using ociswrapper (#6283)
* add README for ociswrapper

* add doc on how to tests env config test suites with ociswrapper

* document running tests using ociswrapper

* update local docker compose setup for running tests

* make ocis able to run with ociswrapper

* update wrapper doc

* run with ociswrapper by default

* ignore md files on codacy

* fix README format
2023-05-16 14:39:17 +05:45
Prajwol Amatya
1f8164c527 [tests-only] [full-ci] api test for email notification (#6145) 2023-05-10 14:03:52 +05:45
mmattel
8a9f025313 [docs-only] Adding a Identity Provider section in owncloud.dev 2023-05-03 12:07:20 +02:00
Phil Davis
982acec95c Various docs edits 2023-04-21 15:14:24 +05:45
Martin
44cf255813 [docs-only] update the deprecation description (removal version rule)
The removal version can only be, according to semver, a major version.
2023-04-19 08:49:49 +02:00
Martin
64c1895ee1 [docs-only] update ocis-hello (sourced from owncloud dev)
This change aligns with https://github.com/owncloud/ocis-hello/pull/138 where we have the same note.

```
**IMPORTANT:**
The `ocis-hello` example is currently under revision and does not work due to latest changes in master.
```
2023-04-13 10:33:04 +02:00
Jörn Friedrich Dreyer
edb88c7bf7 depreaction -> deprecation
fix typo
2023-03-23 15:18:09 +01:00
Jörn Friedrich Dreyer
474c4b848d upgrade to go1.20 and auto set go mem limit (#5732)
* upgrade to go1.19 and set go mem limit

* create ocis-pkg memlimit package

* use std automemlimit import

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

* import automemlimit in every ocis service, drop ocis-pkg/memlimit package

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

* bump go to 1.20

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

* drop unused config options and env vars

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

* update all version numbers, add doc

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

* fix lint

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

* update bingo and mockery

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

* bump golangci-lint

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

* fix selector test

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

* Update changelog/unreleased/enhancement-memlimit.md

Co-authored-by: kobergj <juliankoberg@googlemail.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
2023-03-20 17:22:02 +01:00
Martin
2de49c6413 [docs-only] Update getting-started.md (for owncloud.dev)
The go version need to be updated to v1.19
2023-03-08 14:01:54 +01:00
Willy Kloucek
9225f24bcb fix list item 2023-02-15 09:22:06 +01:00
Dennis Sieben
9d89bc258c Change link reference for demo users
The demo user can be found in https://owncloud.dev/ocis/getting-started/demo-users/ the current link https://owncloud.dev/ocis/getting-started/#login-to-owncloud-web requires clicking on another link.
2023-02-14 15:30:26 +01:00
Willy Kloucek
b3b27f4490 Merge pull request #5535 from wkloucek/revamp-keycloak-config
revamp keycloak config
2023-02-10 14:50:59 +01:00
Swikriti Tripathi
9e73221a68 [docs-only]Update testing docs (#5444)
* Update testing docs

* make ocis run with new config

* fix wording

* fix sording

* fix command and run.sh

* Edit makefile to make it dynamically run suites

* adress reviews

* address reviews

* address reviews
2023-02-10 11:50:03 +01:00
Willy Kloucek
6dd55b56bf use export from up-to-date keycloak 2023-02-08 17:22:08 +01:00
Martin
9a5714a26f [docs-only] Replace the legacy Extensions with Services (#5518)
* Replace the legacy Extensions with Services

* Update docs/ocis/_index.md

Co-authored-by: Michael Barz <mbarz@owncloud.com>

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-02-07 11:21:00 +01:00
Benedikt Kulmann
ffea4d2bbc Merge pull request #5496 from dkocher/patch-1
Change link for LibreGraph connect
2023-02-01 21:24:56 +01:00
Willy Kloucek
860ebcfff9 add "daily" deployments to the continuous deployment (#5484) 2023-02-01 16:50:33 +01:00
David Kocher
ccbe49d38f Change link for LibreGraph connect
Previous link was 404
2023-02-01 13:40:59 +01:00
Jörn Friedrich Dreyer
f7267f07f8 [docs-only] ADR for service authorization (#5423)
* new ADR for service accounts

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

* fix edit link in ADR 0020

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

* typos

Co-authored-by: kobergj <jkoberg@owncloud.com>

* incorborate feedback, distinguish scope claims, service authorization and permission checks

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

* cleanup service accounts ADR

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

* extract permission checks section

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

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-01-30 15:54:42 +01:00
Swikriti Tripathi
8e34405d08 Fix formatting in the docs related to testing 2023-01-24 09:48:54 +05:45
Viktor Scharf
eb0ad41187 [docs-only] Change Testing section in the doc (#5430)
* change docs

* fix after review
2023-01-20 11:54:25 +01:00
Jörn Friedrich Dreyer
d564851d47 Update ocis-local-docker.md (#5348) 2023-01-06 09:56:45 +01:00
Erik Neubauer
c37d76ffbf Incorrect charts path
Path was incorrect
2023-01-05 17:28:24 +01:00
Michael Barz
d8bc4a7ddc [docs-only] add more general API docs (#5301)
* add more general API docs

* Apply suggestions from code review

Co-authored-by: Phil Davis <phil@jankaritech.com>
Co-authored-by: Kai <splitt3r@users.noreply.github.com>

Co-authored-by: Phil Davis <phil@jankaritech.com>
Co-authored-by: Kai <splitt3r@users.noreply.github.com>
2022-12-30 11:56:45 +01:00
Dennis Sieben
a9962ea20b - added description about Inbucket 2022-12-07 10:30:48 +01:00
Dennis Sieben
f7ca39ea55 Corrected typo
I guess `NFSv45` should be `NFSv4`
2022-12-06 10:29:50 +01:00
Christian Scherm
9680ab4822 Update storagedrivers.md
Fix link to InitiateFileDownload
2022-12-05 21:06:59 +01:00
Viktor Scharf
1ae4eeb77a corrected storagedrives.md path in the doc 2022-12-05 20:17:09 +01:00