aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* fix: codeowners frontend expertise pathJohn Molakvoæ2024-03-051-5/+5
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore(deps): Bump the github-actions group with 4 updatesdependabot[bot]2024-02-2920-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/andstor/file-existence-action/compare/20b4d2e596410855db8f9ca21e96fbe18e12930b...076e0072799f4942c8bc574a82233e1e4d13e9d6) 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](https://github.com/cypress-io/github-action/compare/ebe8b24c4428922d0f793a5c4c96853a633180e3...1b70233146622b69e789ccdd4f9452adc638d25a) 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](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...a4f52f8033a6168103c2538976c07b467e8163bc) --- 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>
* Merge pull request #40097 from nextcloud/dependabot-vendor-binDaniel2024-02-261-0/+43
|\
| * chore: enable dependabot for cs-fixer, openapi-extractor and psalmDaniel Kesselberg2024-02-241-0/+43
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #43444 from nextcloud/skjnldsv-patch-1John Molakvoæ2024-02-262-3/+41
|\ \ | |/ |/|
| * chore: update readme to show conventional commits requirementsJohn Molakvoæ2024-02-241-3/+10
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * feat: add `block-unconventional-commits` workflowJohn Molakvoæ2024-02-081-0/+31
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | fix(workflows): update profiler actionskjnldsv2024-02-241-2/+3
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #43760 from nextcloud/skjnldsv-patch-2John Molakvoæ2024-02-221-0/+1
|\ \
| * | fix(workflows): add required `needs` to `phpunit-oci`John Molakvoæ2024-02-221-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | feat(dependabot): group github actions PRsJohn Molakvoæ2024-02-211-0/+4
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | fix(dependabot): adjust `github-actions` updates to monthly and fix reviewersJohn Molakvoæ2024-02-211-3/+7
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | Updating command-compile.yml workflow from templateNextcloud bot2024-02-201-1/+1
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43631 from ↵dependabot[bot]2024-02-1723-23/+23
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.1
| * | chore(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1dependabot[bot]2024-02-1723-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/dorny/paths-filter/compare/0bc4621a3135347011ad047f9ecf449bf72ce2bd...ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a) --- 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>
* | | chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1dependabot[bot]2024-02-172-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...5d5d22a31266ced268874388b861e4b58bb5c2f3) --- 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>
* | chore(CI): Migrate autocheckers from Drone to GitHubFerdinand Thiessen2024-02-141-0/+96
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | ci: Force kerberos test to GA againJoas Schilling2024-02-131-1/+1
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #43498 from ↵Ferdinand Thiessen2024-02-116-9/+9
|\ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/actions/setup-node-4.0.2 chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2
| * | chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2dependabot[bot]2024-02-106-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/actions/setup-node/compare/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8...60edb5dd545a775178f52524783378180af0d1f8) --- 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>
* | | chore(CI): Make `files_external` CI workflows consistentFerdinand Thiessen2024-02-106-102/+209
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / fix(CI): Only run phpunit OCI when neededFerdinand Thiessen2024-02-091-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43354 from nextcloud/fix/run-integration-only-if-neededJoas Schilling2024-02-052-16/+31
|\ | | | | fix(CI): Only run integration tests if needed
| * fix(CI): Only run integration tests if neededFerdinand Thiessen2024-02-052-16/+31
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #40725 from ↵Joas Schilling2024-02-051-3/+3
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | chore: Use the same configuration in update-baseline as in psalm workflowCôme Chilliet2024-02-051-3/+3
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / fix(CI): Put cypress-summary to the "low" queueJoas Schilling2024-02-051-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(CI): Utilize low-resource pool for changes and summariesJoas Schilling2024-02-0525-43/+43
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(workflows): update `command-compile` from templatesJohn Molakvoæ2024-02-041-13/+27
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0dependabot[bot]2024-02-031-1/+1
| | | | | | | | | | | | | | | 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>
* fix(ci): Disable coverage on pull requestsFerdinand Thiessen2024-02-022-4/+4
| | | | | | 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>
* chore(ci): Migrate files-external webdav tests to GitHubFerdinand Thiessen2024-02-021-0/+106
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-testsJoas Schilling2024-02-012-2/+2
|\ | | | | chore(ci): Force github CI for tests failing on self-hosted runners
| * chore(ci): Force github CI for tests failing on self-hosted runnersCôme Chilliet2024-01-302-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #43170 from nextcloud/fix/mysql-ciJoas Schilling2024-01-311-2/+2
|\ \ | |/ |/| fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
| * fix(CI): MySQL unit tests, use LTS for code coverage and drop EOLFerdinand Thiessen2024-01-291-2/+2
| | | | | | | | | | | | 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>
* | chore(codeowners): add frontend files expertiseJohn Molakvoæ2024-01-301-0/+7
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | chore(ci): Disable code coverage upload on pull requestCôme Chilliet2024-01-297-8/+8
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #43159 from ↵dependabot[bot]2024-01-277-8/+8
|\ | | | | | | nextcloud/dependabot/github_actions/actions/checkout-4.1.1
| * chore(deps): Bump actions/checkout from 3.5.2 to 4.1.1dependabot[bot]2024-01-277-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #43161 from ↵dependabot[bot]2024-01-273-6/+6
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0
| * | chore(deps): Bump peter-evans/create-or-update-commentdependabot[bot]2024-01-273-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/23ff15729ef2fc348714a3bb66d2f655ca9066f2...71345be0265236311c031f5c7866368bd1eff043) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #43162 from ↵Ferdinand Thiessen2024-01-2717-17/+17
|\ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0 chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
| * | chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0dependabot[bot]2024-01-2717-17/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/4512585405083f25c027a35db413c2b3b9006d50...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>
* / chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0dependabot[bot]2024-01-272-4/+4
|/ | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Migrate PHPUnit files_external S3 testFerdinand Thiessen2024-01-262-130/+186
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Run tests only on pull requests and scheduledFerdinand Thiessen2024-01-2610-64/+27
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Migrate memcached unit test from drone to GitHub ActionFerdinand Thiessen2024-01-261-0/+124
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Migrate object storage unit tests from drone to GitHub ActionsFerdinand Thiessen2024-01-264-87/+401
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Align oracle database tests with the other databasesFerdinand Thiessen2024-01-261-16/+44
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>