Michal Klos
eaaf8533f4
chore: bump packages, consolidated dependabot ( #12240 )
...
* chore(deps): bump @testing-library/jest-dom in /services/idp
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.4 to 6.9.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.4...v6.9.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519 ) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Merge branch 'master' into dependabot/go_modules/github.com/russellhaering/goxmldsig-1.6.0
* build(deps): bump alpine from 3.23.3 to 3.23.4
Bumps alpine from 3.23.3 to 3.23.4.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump arm64v8/alpine from 3.23.3 to 3.23.4 in /ocis/docker
Bumps arm64v8/alpine from 3.23.3 to 3.23.4.
---
updated-dependencies:
- dependency-name: arm64v8/alpine
dependency-version: 3.23.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache ) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](668228422a...27d5ce7f10 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump github.com/go-acme/lego/v4 from 4.25.2 to 4.34.0
Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego ) from 4.25.2 to 4.34.0.
- [Release notes](https://github.com/go-acme/lego/releases )
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-acme/lego/compare/v4.25.2...v4.34.0 )
---
updated-dependencies:
- dependency-name: github.com/go-acme/lego/v4
dependency-version: 4.34.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) from 5.17.1 to 5.18.0.
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.17.1...v5.18.0 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-version: 5.18.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: regenerate pnpm-lock.yaml
* fix(ci): replace nc-based fakeoffice with Python HTTP server
BusyBox nc -k restarts between connections leaving a gap where the
collaboration service gets ECONNRESET at startup, so healthz never
binds and the 300s wait times out. Python HTTPServer is gap-free.
---------
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-21 15:59:21 +00:00
Michal Klos
147d428068
fix: ci, flaky av test ( #12226 )
2026-04-21 13:11:01 +02:00
Deyan Zhekov
196664c0f0
feat: [OCISDEV-779] reduce CI duration, PHP-version ( #12217 )
...
* feat: [OCISDEV-779] reduce CI duration, php-version
* feat: [OCISDEV-779] fix flaky test in apiSharingNgShares
* feat: [OCISDEV-779] fix flaky preview comparison
* feat: [OCISDEV-779] fix flaky preview comparison
* feat: [OCISDEV-779] replace manual PHP installation with shivammathur/setup-php action
* feat: [OCISDEV-779] fix Pre-checks and generate step
* feat: [OCISDEV-779] fix flaky preview comparison
* feat: [OCISDEV-779] fix failing test
---------
Co-authored-by: Michal Klos <michal.klos@kiteworks.com >
2026-04-16 20:53:40 +02:00
Michal Klos
4704c8feb4
fix: ci, govulncheck stderr ( #12219 )
...
* fix: ci, govulncheck stderr
* fix: ci, litmus flakines
2026-04-15 21:26:24 +02:00
Michal Klos
85b2e8b334
feat: [OCISDEV-779] reduce ci duration, libcurl ( #12193 )
...
* feat: [OCISDEV-779] reduce ci duration, libcurl
* feat: [OCISDEV-779] reduce ci duration, libcurl
* feat: [OCISDEV-779] reduce ci duration, libcurl
* feat: [OCISDEV-779] reduce ci duration, libcurl
2026-04-09 22:57:33 +02:00
Michal Klos
a72f543def
fix: [OCISDEV-730] actions compliance ( #12187 )
2026-04-08 09:53:58 +00:00
Michal Klos
2f9c2b4b9f
feat: [OCISDEV-744] fix apiOcm test suite
...
* test [OCISDEV-744]: fix apiOcm tests
* test [OCISDEV-744]: remove redundant .sh files
* test [OCISDEV-744]: remove run-e2e.sh. Fix DRY vialation in run-github.py
* test [OCISDEV-744]: documentation fixes
---------
Co-authored-by: Deyan Zhekov <deyan.zhekov@kiteworks.com >
2026-04-07 22:01:23 +03:00
Deyan Zhekov
55173be919
feat: [OCISDEV-744] fix apiSearch2 test suite
...
* test [OCISDEV-744]: Run apiSearch2 test suite
* Added php8.4-gd to all 4 PHP install lines
* test [OCISDEV-744]: Enable all commented tests
* test [OCISDEV-744]: Fixed failings
* test [OCISDEV-744]: Fixed failings
2026-04-07 11:40:27 +03:00
Michal Klos
ec0f5fd496
feat: [OCISDEV-744] e2e-test
...
# Conflicts:
# .github/workflows/acceptance-tests.yml
2026-04-01 15:49:36 +02:00
Michal Klos
03e7194f91
feat: [OCISDEV-744] core-api-test
2026-04-01 14:24:05 +02:00
Michal Klos
5e87222571
feat: [OCISDEV-744] build-and-test, lint, fix flakiness
2026-04-01 10:10:04 +02:00
Michal Klos
4c8039b6cd
feat: [OCISDEV-744] build-and-test, lint, fix flakiness
2026-04-01 10:10:04 +02:00
Michal Klos
0f3ce714f8
feat: [OCISDEV-741] integration
2026-03-31 14:29:12 +02:00
Michal Klos
8898eb4ef7
feat: [OCISDEV-741] local-api-test, apiCollaboration
...
# Conflicts:
# .github/workflows/acceptance-tests.yml
# tests/acceptance/run-github.py
2026-03-31 10:39:28 +02:00
Michal Klos
55856cb722
feat: [OCISDEV-744] cli-test
2026-03-30 18:02:21 +02:00
Michal Klos
46d772f4f6
feat: [OCISDEV-741] local-api-test, apiSpaces
2026-03-30 12:45:26 +02:00
Michal Klos
d0b41ea4a9
feat: [OCISDEV-741] local-api-test part 2
2026-03-27 17:29:46 +01:00
Michal Klos
b620b5453a
feat: [OCISDEV-732] acceptance test ( #12143 )
...
* feat: acceptance test - graph
* feat: acceptance test - graph
* feat: acceptance test - graph
* fix: remove drone
* feat: run each behat suite as a separate worker
* feat: rename
2026-03-25 14:20:04 +01:00
Sawjan Gurung
39192c7bea
ci: use existing servers ( #12100 )
...
* ci: enable k8s setup for remaining suites
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: use existing servers
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix tests
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: increase timeout
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix mail setup
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: increase timeout
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix tika
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix csp directives
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: merge ocm provider configs
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix notification tests
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix script file
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: enable ocm server logs
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix pattern
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix cluster wait
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: run auth-app only when required
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix sharing tests
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix tests
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-03-12 10:46:13 +05:45
Paul Faure
d4367fb224
fix(proxy): update tests and example configs for font-src data: CSP change
...
Update acceptance tests and all deployment example CSP configs to include
'data:' in font-src, consistent with the default csp.yaml change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 22:22:17 -04:00
Pradip Subedi
e081ce390b
test: add WOPI collaboration test suite to k8s CI pipeline ( #12018 )
2026-03-03 16:49:43 +05:45
Ashim Shrestha
d6ab9216b0
[tests-only][full-ci] Test: run ocm test suite over k8s ( #11869 )
...
* test: run ocm tests over k8s setup
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com >
* address review
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com >
---------
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com >
2026-02-27 16:26:20 +05:45
Michal Klos
4f4fb4a3fb
fix: flaky cli test ( #12038 )
2026-02-23 12:31:12 +01:00
pradip
88b364fea0
test: fix previews test for coreApiWebdavPreviews suite
2026-02-09 18:13:48 +05:45
Niraj Acharya
89d028edbd
test: fix public link related test for k8s deployment
2026-02-06 11:41:20 +05:45
Michal Klos
3e5a8683b9
feat: [OCISDEV-588] remove deprecated ocis env vars ( #11942 )
...
* feat: remove obsolete env var
* add comments for sonarcloud
---------
Co-authored-by: Martin Mattel <github@diemattels.at >
2026-01-22 17:46:42 +01:00
kobergj
f983d554da
Merge pull request #11898 from kobergj/FixSharingRoles
...
[OCISDEV-569] Fix Sharing-Roles
2026-01-22 12:54:49 +01:00
Michal Klos
81df263d27
fix: flaky cli test ( #11947 )
2026-01-22 10:51:06 +01:00
Julian Koberg
20a831f4f0
fix: adjust test to new wording
...
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com >
2026-01-21 15:16:46 +01:00
Roman Perekhod
0b6bd5ee68
fix: fix the error handling for empty name on space update
2026-01-20 20:24:44 +01:00
Niraj Acharya
a42c2b7b40
test: adjust tests
2026-01-13 18:00:58 +01:00
Juan Pablo Villafáñez
7003aa26c5
fix: adjust tests
2026-01-13 18:00:58 +01:00
Pradip Subedi
4c7cf8cd91
Merge pull request #11826 from owncloud/test/include-coreApi8-suite-in-k8s
...
[tests-only][full-ci] Test: run Core-API-8 test suite on k8s
2026-01-13 10:03:12 +05:45
Deyan Zhekov
2ef3f66992
[tests-only][full-ci][OCISDEV-548] Test: Update Tika to v3.2.2.0-full ( #11879 )
...
* [tests-only][full-ci][OCISDEV-548] Update Tika to v3.2.2.0-full
2026-01-12 10:48:10 +02:00
pradip
7753e2aa22
test: run Core-API-8 test suite on k8s
2026-01-08 10:42:05 +05:45
Ashim Shrestha
bec95e7ea7
test: add test for updating space name to an empty string
...
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com >
2026-01-06 14:01:09 +05:45
Ashim Shrestha
126ba7ccc2
test: run coreAPI3 pipeline over k8s
...
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com >
2025-12-29 10:47:53 +05:45
Niraj Acharya
413bf9307a
test: fix antivirus tests
2025-12-18 13:20:11 +05:45
pradip
b5960ce339
test: refactor feature files to make services use their own configs
2025-12-08 14:17:16 +05:45
pradip
6705e3997e
test: run sharingNgLinkShare suite in K8s
2025-12-05 12:18:34 +05:45
nirajacharya2
c50c80d8e8
Merge pull request #11858 from owncloud/test/include-apisearch2-pipeline-in-k8s
...
[tests-only][full-ci] test: test: run search2 pipeline over k8s
2025-12-05 11:50:32 +05:45
nirajacharya2
9d0c31799b
[tests-only][full-ci] test: run API-antivirus test suite on k8s ( #11844 )
...
* test: run API-antivirus test suite on k8s
* test: export service port
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: use existing clamav service
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: fix debug port
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: deploy clamav in k8s
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
Co-authored-by: Niraj Acharya <niraj@jankaritech.com >
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-12-05 10:37:55 +05:45
Niraj Acharya
2248f0865b
test: run search2 pipeline over k8s
2025-12-05 10:07:10 +05:45
nirajacharya2
56a2fc88fd
adding test for thumbnail service ( #10821 )
2025-11-28 15:49:15 +05:45
Lukas Hirt
664726cf02
chore: [OCISDEV-483] bump reva
...
This updates the ownCloud Reva dependency to commit `82c22e954c1cdabb62a14fbe5c1a4ec3e1dabd45`.
Changelog: Changelog: 82c22e954c...a122a95387
2025-11-13 10:58:52 +01:00
nirajacharya2
b26f754fa1
test: add missing service column in tests ( #11820 )
...
Co-authored-by: Niraj Acharya <niraj@jankaritech.com >
2025-11-12 17:15:13 +05:45
Roman Perekhod
304c3f1890
fix: [OCM] Specification Compliance ( #11773 )
...
* fix: [OCISDEV-450] fix ocm path
* fix: [OCM] Specification Compliance
* update the test
* fix: [OCISDEV-471] OCM: User can't change the federated share permission
* fix tests
* test: fix federated user regex
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix federated user regex
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix federated user regex
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: adjust test expectations
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* latest reva ocm changes
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-11-10 12:38:10 +01:00
Ashim Shrestha
9013b4e724
Merge pull request #11010 from owncloud/test/test-for-flaky-share-expire-step
...
[tests-only][full-ci] Test for share expiration grouped emails
2025-11-05 17:29:49 +05:45
Ashim Shrestha
5c9924cd61
test: update step for resource expiration
2025-11-05 16:56:25 +05:45
Niraj Acharya
7a8ec7d0db
test: add test to delete personal space
2025-10-31 11:54:01 +05:45