Commit Graph
124 Commits
Author SHA1 Message Date
Ralf HaferkampandRalf Haferkamp 7c8c3b94da increase bingo get timeout to 10min
The ci keeps running into the default 5min timeout quite often recently.
2024-09-24 14:54:05 +02:00
prashant-gurung899 250650265c cleanup parallel deployment tests
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-09-10 12:02:33 +05:45
Niraj Acharya 415a4b5f56 removing test-acceptance-from-core-api and merging core and api behat config files to use single command to run api tests 2024-09-03 12:08:19 +05:45
prashant-gurung899 d8d7b700cd reorganize test folders within the acceptance directory
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-08-28 14:54:45 +05:45
Christian Richter 30c3592c34 remove store references from Makefile
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-08-22 09:44:47 +02:00
jkoberg 3948c66c6c fix(activitylog): fix translation pipeline
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-20 10:15:29 +02:00
Viktor ScharfandGitHub 99b301e480 Merge pull request #9787 from owncloud/QA_report_API_tests
generate report for api test
2024-08-13 16:46:20 +02:00
Viktor Scharf 1f88f823ef generate report for api test 2024-08-13 16:06:22 +02:00
Klaas FreitagandRalf Haferkamp 6f7f3d0706 Add a make target to create a changelog in csv format 2024-08-13 08:28:20 +02:00
jkoberg a58a0f83f6 feat(auth-app): polish create cli
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-23 08:58:07 +02:00
prashant-gurung899 a9be2ce30b add pipepline for checking lint issues
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-07-08 10:01:16 +05:45
jkoberg e05b244f6e feat(activitylog): finalize initial activitylog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-07 15:15:58 +02:00
Juan Pablo Villafáñez 3e90402350 feat: Add new collaboration service (WOPI) 2024-04-17 15:54:50 +02:00
jkoberg afe7a7a058 add graph to transifex pipeline
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-03 09:24:16 +02:00
Christian Richter bafb030387 add make step to validate the introductionVersion annotation to env-vars
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-13 08:17:32 +01:00
mmattel 238316c2d8 Fix envvar delta for removed envvars and file locations 2024-02-08 10:19:53 +01:00
Christian Richter bb1eae89c7 move adocs to a different folder
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 18:46:50 +01:00
Christian Richter bb7aec92fa adapt docs-generate step to pick up env var delta tables
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 17:59:12 +01:00
Michael Barz 98b9fce738 test: add govulncheck to makefile 2023-12-28 14:17:50 +01:00
Andre DuffeckandGitHub 15a7f2dea6 Add the ocm subcommand to ocis (#7576)
* Add the ocm subcommand to ocis

* Add changelog
2023-12-14 14:49:41 +01:00
Ralf HaferkampandRalf Haferkamp 4b3516ec92 Try to run linter and unit test from top-level directory
Instead of starting a separate pipeline for each service we now just run
the linter and unit tests from the top-level directory. This allows us
to run the linter it with '--modules-download-mode vendor' and should also
reduce the resource usage.
2023-10-19 16:41:54 +02:00
jkoberg 732228ed88 add clientlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-07 10:56:58 +02:00
AmritaandGitHub 82428024f8 Remove composer update from makefile (#7227) 2023-09-06 18:46:57 +05:45
jkoberg 90ce1a7ad0 add auth-service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-31 12:11:44 +02:00
jkoberg 3eb66d8dac more functionality for the sse service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-29 13:59:39 +02:00
ownCloudersandNiraj Acharya ed784efebd removed api tag from antivirus test 2023-08-08 10:39:30 +05:45
Michael Barz 0b04edd0d8 fix ci 2023-04-19 12:43:50 +02:00
Michael Barz c729962b36 add notifications service to transifex 2023-04-19 12:37:49 +02:00
Jörn Friedrich DreyerandDaniël Franke 5d7a19997b correctly add new service
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:43:03 +01:00
jkoberg f4ba4e0f64 backport antivirus from experimental
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-21 10:04:11 +01:00
f38a9f4385 Introduce Policies-Service (#5716)
* add policies service
add policies proxy middleware
add policies event service
add policies grpc service
prepare ci and git environments (ci, make, readme, doc)

* add webfinger to the drone conf

* fix docs
remove not used virus scan postprocessing step

* relocate example rego file
implicitly enable and disable proxy and postprocessing policy checking by setting the query.
update configuration descriptions

* move policies
update readme

* use converter func to convert pp environment to actual environment
expose and test custom rego functions
add engine unit tests
add opa unit tests
update policies readme

Co-authored-by: Martin <github@diemattels.at>

* relocate sample policies to the deployments folder
change and document policies service port

* update index.md and small fix

* add health command
add version command
add debug server

---------

Co-authored-by: Martin <github@diemattels.at>
2023-03-14 16:08:22 +01:00
Michael Barz 230977e406 add empty locale folder, add reader pkg to bingo
add empty locale for de_DE

add reader pkg to bingo, add empty german translation
2023-03-14 00:08:29 +01:00
Artur NeumannandSaw-jan 36918959da [tests-only] Cache go/bin as a long term cache (#5543) 2023-02-27 14:04:41 +05:45
jkoberg d56565555b introduce userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-02-21 14:25:21 +01:00
jkoberg c9dfb778a9 sharpen eventhistory service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-02-21 10:51:32 +01:00
Jörn Friedrich Dreyer 546e74c566 add webfinger to Makefile, add missing default config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-02-13 13:36:18 +00:00
Viktor ScharfandGitHub eb0ad41187 [docs-only] Change Testing section in the doc (#5430)
* change docs

* fix after review
2023-01-20 11:54:25 +01:00
Saw-janandPhil Davis 42fb4a68e4 fix: get test suites for core api tests
remove oc10 specific test suites

provide behat config with make command

fix typo

add missing helpers
2023-01-05 09:23:30 +05:45
Kiran ParajuliandPhil Davis 7d152e2ad1 Copied acceptance tests infrastructures from oC/core
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2023-01-05 09:21:34 +05:45
mmattel 6998a37ed4 Fix makefile 2023-01-02 09:13:40 +01:00
jkoberg db22bb7011 fix makefile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:27:42 +01:00
jkobergandmmattel 20b2472f75 fix docs-generate
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
Jörn Friedrich Dreyer 1bb7d57caf index and return parentid in search report
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-10-07 10:52:14 +00:00
David ChristofasandGitHub 3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
sagargurung1001@gmail.com dbf6956676 Added coding-standard-php pipeline in drone 2022-09-08 16:29:15 +05:45
sagargurung1001@gmail.com 1aabf51292 Fix all coding standard error 2022-09-08 16:29:15 +05:45
jkobergandkobergj 66ff20442f use .golangci.yml
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-08-17 14:20:05 +02:00
André Duffeck def2abaa2d Fix make protobuf 2022-07-13 10:39:44 +02:00
Christian Richter f8f1320501 refactor extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00
Jörn Friedrich Dreyer acab143050 use command -v instead of which
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-13 11:16:40 +00:00