Commit Graph

472 Commits (fix/issue-43115)

Author SHA1 Message Date
Richard Steinmetz 9ef70f0c4e feat: drop support for php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months ago
Joas Schilling abf95a4cb2
fix(3rdparty): Add a CI job to check 3rdparty integrity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months ago
Ferdinand Thiessen 7b0bcf27b9
fix(ci): Use conventional commits for update-psalm-baseline workflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months ago
Simon L 053a29e975 chore(bug-report-template): update list of nc versions
Signed-off-by: Simon L <szaimen@e.mail.de>
2 months ago
dependabot[bot] 2b39c33b67
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter), [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `dorny/paths-filter` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v3...de90cc6fb38fc0963ad72b210f1f284cd68cea36)

Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

Updates `codecov/codecov-action` from 3.1.5 to 4.1.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.5...v4.1.1)

Updates `peter-evans/create-pull-request` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](a4f52f8033...70a41aba78)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Joas Schilling 8722333737
fix(CI)!: Add stable29 to and remove stable26 from GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months ago
Benjamin Gaussorgues 32ef73653a
chore(ci): update block merge EOL workflow
See nextcloud/.github#329

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 months ago
Ferdinand Thiessen f0b115f980 fix(CI): Add missing generic files_external tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months ago
Ferdinand Thiessen 392663da39
Merge pull request #43516 from nextcloud/chore/migrate-smb-to-github
chore: Migrate samba `files_external` test from drone to github
3 months ago
John Molakvoæ c18ffe0cad
fix: codeowners frontend expertise path
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months ago
dependabot[bot] 3586d1ef40
chore(deps): Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [andstor/file-existence-action](https://github.com/andstor/file-existence-action), [cypress-io/github-action](https://github.com/cypress-io/github-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `andstor/file-existence-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](20b4d2e596...076e007279)

Updates `cypress-io/github-action` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](ebe8b24c44...1b70233146)

Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...a4f52f8033)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Daniel 1baedaf7ac
Merge pull request #40097 from nextcloud/dependabot-vendor-bin 3 months ago
John Molakvoæ 663ecd9494
Merge pull request #43444 from nextcloud/skjnldsv-patch-1 3 months ago
Daniel Kesselberg 24b9072eee chore: enable dependabot for cs-fixer, openapi-extractor and psalm
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months ago
John Molakvoæ 9e3e4a2eb1
chore: update readme to show conventional commits requirements
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months ago
skjnldsv b2cdde0a78 fix(workflows): update profiler action
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months ago
John Molakvoæ 95857b1bb9
Merge pull request #43760 from nextcloud/skjnldsv-patch-2 3 months ago
John Molakvoæ 173ae1c629 fix(workflows): add required `needs` to `phpunit-oci`
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months ago
John Molakvoæ e0d8817a57
feat(dependabot): group github actions PRs
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months ago
John Molakvoæ 64f9ef9770
fix(dependabot): adjust `github-actions` updates to monthly and fix reviewers
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months ago
Nextcloud bot c020cd4a59 Updating command-compile.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
dependabot[bot] 71360bd2f8
Merge pull request #43631 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.1 4 months ago
dependabot[bot] c62c89b14f
chore(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](0bc4621a31...ebc4d7e9eb)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] dd3e787d81
chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](26f96dfa69...5d5d22a312)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
John Molakvoæ 0bee59e64d chore: use nextcloud/continuous-integration-samba
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 months ago
Ferdinand Thiessen 576eef3e00 chore(CI): Migrate samba `files_external` tests from Drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Ferdinand Thiessen d04c35c847 chore(CI): Migrate autocheckers from Drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Joas Schilling f53ba4b8e4
ci: Force kerberos test to GA again
Replaying https://github.com/nextcloud/server/pull/43210
Which was accidentally reverted by
https://github.com/nextcloud/server/pull/43515

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months ago
Ferdinand Thiessen f712ff2d0e
Merge pull request #43498 from nextcloud/dependabot/github_actions/actions/setup-node-4.0.2
chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2
4 months ago
Ferdinand Thiessen 66e5baf4bc
chore(CI): Make `files_external` CI workflows consistent
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
dependabot[bot] 5a561a08e6
chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](b39b52d121...60edb5dd54)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Ferdinand Thiessen 6e78271860
fix(CI): Only run phpunit OCI when needed
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
John Molakvoæ 822d397804
feat: add `block-unconventional-commits` workflow
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 months ago
Joas Schilling 613409bf0b
Merge pull request #43354 from nextcloud/fix/run-integration-only-if-needed
fix(CI): Only run integration tests if needed
4 months ago
Joas Schilling 35bc99d035
Merge pull request #40725 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
4 months ago
Ferdinand Thiessen dc5ef9ca7a
fix(CI): Only run integration tests if needed
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Côme Chilliet 40ab40de30 chore: Use the same configuration in update-baseline as in psalm workflow
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months ago
Joas Schilling 986c1792fd
fix(CI): Put cypress-summary to the "low" queue
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months ago
Joas Schilling 653c013c6e
feat(CI): Utilize low-resource pool for changes and summaries
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months ago
John Molakvoæ 67e79485fa
chore(workflows): update `command-compile` from templates
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 months ago
dependabot[bot] 7063c167f4
chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v2.11.1...0bc4621a3135347011ad047f9ecf449bf72ce2bd)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Ferdinand Thiessen f546a2fe14 fix(ci): Disable coverage on pull requests
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Ferdinand Thiessen f9ed795608 chore(ci): Migrate files-external webdav tests to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Joas Schilling 2e488208f6
Merge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-tests
chore(ci): Force github CI for tests failing on self-hosted runners
4 months ago
Joas Schilling 95ebc5839b
Merge pull request #43170 from nextcloud/fix/mysql-ci
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
4 months ago
Côme Chilliet e1b7a8cece
chore(ci): Force github CI for tests failing on self-hosted runners
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months ago
John Molakvoæ e22443263f
chore(codeowners): add frontend files expertise
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 months ago
Ferdinand Thiessen fc628fcdfc
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months ago
Côme Chilliet 625d8ee694
chore(ci): Disable code coverage upload on pull request
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months ago
dependabot[bot] 65b8c8f9dd
Merge pull request #43159 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1 4 months ago