aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): bump the github-actions group with 4 updatesdependabot[bot]2024-08-316-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 4 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [cypress-io/github-action](https://github.com/cypress-io/github-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `shivammathur/setup-php` from 2.31.0 to 2.31.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.31.0...c541c155eee45413f5b09a52248675b1a2575231) Updates `cypress-io/github-action` from 6.7.2 to 6.7.5 - [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/df7484c5ba85def7eef30db301afa688187bc378...496e7dc0edc421a9de8a36a31c793340e00c61bf) Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) Updates `codecov/codecov-action` from 4.1.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.5.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch 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: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #47226 from ↵Andy Scherzinger2024-08-292-4/+4
|\ | | | | | | | | nextcloud/dependabot/github_actions/github-actions-720c8da8de chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group
| * chore(deps): bump actions/upload-artifact in the github-actions groupdependabot[bot]2024-08-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.4 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* | fix(test): Fix provisioning enabled appsprovokateurin2024-08-291-0/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | test: run sharding tests in ciRobin Appelman2024-08-281-0/+184
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | ci: Don't run things normally and with coverage flag on the same configurationJoas Schilling2024-08-276-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | ci: Run things we only run on 1 PHP version on the preinstalled 8.1 which ↵Joas Schilling2024-08-275-5/+5
| | | | | | | | | | | | installs ~2m faster Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore(cypress): skip cypress binary install on init stepskjnldsv2024-08-221-0/+2
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(cypress): do not install deps twiceskjnldsv2024-08-221-0/+5
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(CI)!: Add stable30 to and remove stable27 from GitHub ActionsJoas Schilling2024-08-144-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build(deps): bump the github-actions group with 6 updatesdependabot[bot]2024-07-3135-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.31.0` | `2.31.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.2` | `4.0.3` | | [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6.7.1` | `6.7.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.4` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.1.1` | `4.5.0` | | [mdecoleman/pr-branch-name](https://github.com/mdecoleman/pr-branch-name) | `2.0.0` | `3.0.0` | Updates `shivammathur/setup-php` from 2.31.0 to 2.31.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2e947f1f6932d141d076ca441d0e1e881775e95b...c541c155eee45413f5b09a52248675b1a2575231) Updates `actions/setup-node` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b) Updates `cypress-io/github-action` from 6.7.1 to 6.7.2 - [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/8d3918616d8ac34caa2b49afc8b408b6a872a6f5...df7484c5ba85def7eef30db301afa688187bc378) Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) Updates `codecov/codecov-action` from 4.1.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.5.0) Updates `mdecoleman/pr-branch-name` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/mdecoleman/pr-branch-name/releases) - [Commits](https://github.com/mdecoleman/pr-branch-name/compare/bab4c71506bcd299fb350af63bb8e53f2940a599...55795d86b4566d300d237883103f052125cc7508) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch 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: actions/upload-artifact 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-minor dependency-group: github-actions - dependency-name: mdecoleman/pr-branch-name dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: Fix summary conditionJoas Schilling2024-07-302-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: bump cypress workersskjnldsv2024-07-271-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* ci: Run all Oracle versions all the timeJoas Schilling2024-07-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci(oracle): Test against Oracle 11, 18, 21 and 23Joas Schilling2024-07-191-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Fix compile commandJoas Schilling2024-07-161-1/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3Ferdinand Thiessen2024-07-161-1/+1
|\ | | | | fix(ci): Use ubuntu-latest for object storage test
| * fix(ci): Use ubuntu-latest for object storage testMarcel Müller2024-07-151-1/+1
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | fix(CI): Skip some CI work from forks as they don't work anywayJoas Schilling2024-07-156-3/+48
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Require compilation check when touching version.phpJoas Schilling2024-07-121-0/+1
| | | | | | NPM is using version.php as app version and that seems to be part of the dist files now Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: auto approve the psalm baseline updateDaniel Kesselberg2024-07-111-0/+46
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* ci: Bump reuse to v4.0.0Andy Scherzinger2024-07-041-3/+5
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* ci: also check for uncompiled SCSS stylesFerdinand Thiessen2024-07-031-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46111 from ↵John Molakvoæ2024-07-0241-54/+54
|\ | | | | | | nextcloud/dependabot/github_actions/github-actions-6c0d3fe959
| * chore(deps): bump the github-actions group with 3 updatesdependabot[bot]2024-06-2541-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [cypress-io/github-action](https://github.com/cypress-io/github-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 4.1.5 to 4.1.7 - [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/v4.1.5...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `cypress-io/github-action` from 6.7.0 to 6.7.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/f88a151c986cab2e339cdbede6a5c4468bb62c17...8d3918616d8ac34caa2b49afc8b408b6a872a6f5) Updates `peter-evans/create-pull-request` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/6d6857d36972b65feb161a90e484f2984215f83e...c5a7806660adbe173f04e3e038b0ccdcd758773c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch 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: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #46197 from nextcloud/setupPhpUpgradeGit'Fellow2024-06-3028-31/+31
|\ \ | | | | | | ci: Use the same `setup-php` version on all tests
| * | ci: Use the same setup-php version on all testsGit'Fellow2024-06-3028-31/+31
| |/
* / ci: Adjust database versions to current LTS / supported versionsFerdinand Thiessen2024-06-272-4/+4
|/ | | | | | | | | | | | | | | * MySQL tests * Minimum 8.0 (LTS) * Maximum 8.4 (LTS) * Drop 8.3 as we now test 8.4 and 8.3 was never LTS * MariaDB tests * still supported version 10.3 (no LTS but for Ubuntu 20.04 support) * LTS 10.6 * LTS 10.11 * LTS 11.4 * Drop 10.5 is was never LTS and we test 10.3 and 10.6 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retriesRichard Steinmetz2024-06-191-1/+1
|\ | | | | ci(phpunit-mysql): increase mysql health check retries
| * ci(phpunit-mysql): increase mysql health check retriesRichard Steinmetz2024-06-191-1/+1
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | ci: Add REUSE compliance checkAndy Scherzinger2024-06-191-0/+20
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* ci: use precise ref for 3rdparty checkArthur Schiwon2024-06-171-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(CI): Add all required extensions to openapi actionJoas Schilling2024-06-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #45619 from nextcloud/chore/migrate-litmusJohn Molakvoæ2024-06-082-0/+237
|\
| * ci: Migrate CalDAVTester CI scripts to GitHubFerdinand Thiessen2024-06-082-1/+126
| | | | | | | | | | | | We can finally shut of drone workers. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * ci: Migrated litmus checks to GitHubFerdinand Thiessen2024-06-081-0/+112
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(actions): Harden workflows when using variables in stringsJoas Schilling2024-06-0822-87/+78
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dist): Make sure changed icons are compiledJoas Schilling2024-06-071-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Updating pr-feedback.yml workflow from templateNextcloud bot2024-06-021-1/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Bump cypress-io/github-action in the github-actions groupdependabot[bot]2024-05-311-1/+1
| | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `cypress-io/github-action` from 6.6.1 to 6.7.0 - [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/1b70233146622b69e789ccdd4f9452adc638d25a...f88a151c986cab2e339cdbede6a5c4468bb62c17) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-3125-52/+52
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(deps): bump the github-actions group across 1 directory with 5 updatesdependabot[bot]2024-05-2739-53/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2.11.1` | `3.0.2` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.2` | `4.1.6` | | [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) | `2.2` | `3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.3` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6.0.2` | `6.0.5` | Updates `dorny/paths-filter` from 2.11.1 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/v2.11.1...de90cc6fb38fc0963ad72b210f1f284cd68cea36) Updates `actions/checkout` from 4.1.2 to 4.1.6 - [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/v4.1.2...a5ac7e51b41094c92402da3b24376905380afc29) Updates `skjnldsv/read-package-engines-version-actions` from 2.2 to 3 - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.2...06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4) Updates `actions/upload-artifact` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...65462800fd760344b1a7b4382951275a0abb4808) Updates `peter-evans/create-pull-request` from 6.0.2 to 6.0.5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.0.2...6d6857d36972b65feb161a90e484f2984215f83e) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-2719-45/+116
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #45241 from nextcloud/checks-db-versionsAndy Scherzinger2024-05-111-3/+3
|\ | | | | fix(setupChecks): update db version checks
| * fix(phpunit-pgsql): master/v30 only supports pgsql 12-16; drop 10Josh2024-05-101-3/+3
| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | fix(ci): Align mariadb versions with list of supported versionsFerdinand Thiessen2024-05-101-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(ci): Update `node-test` workflow and drop unneeded `cypress:version` outputFerdinand Thiessen2024-05-031-26/+30
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update pr-feedback.ymlJoas Schilling2024-05-011-1/+1
|
* Merge pull request #45066 from ↵Andy Scherzinger2024-04-261-1/+4
|\ | | | | | | | | nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml Updating dependabot-approve-merge.yml workflow from template
| * Updating dependabot-approve-merge.yml workflow from templateNextcloud bot2024-04-261-1/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>