aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-138-0/+18
| | | | 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>
* chore: Allow to create issues without a templateJoas Schilling2024-05-102-2/+1
| | | | | | | | Let's see if this works (seems to work in most apps), we can still revert this when it does turn out that too many unexperienced reports come in. Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add a dedicated link to the security programJoas Schilling2024-05-102-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(issue_template): Add security reporting redirect to bug report formJosh2024-05-091-0/+8
| | | | | Similar language as that already used in our PR form. Signed-off-by: Josh <josh.t.richards@gmail.com>
* 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>
* fix(github): Add a security info to the PR templateJoas Schilling2024-05-021-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* | Updating pr-feedback.yml workflow from templateNextcloud bot2024-04-261-4/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: drop support for php 8.0Richard Steinmetz2024-04-0822-29/+29
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(3rdparty): Add a CI job to check 3rdparty integrityJoas Schilling2024-04-051-0/+53
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(ci): Use conventional commits for update-psalm-baseline workflowFerdinand Thiessen2024-04-041-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(bug-report-template): update list of nc versionsSimon L2024-04-021-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* build(deps): bump the github-actions group with 4 updatesdependabot[bot]2024-03-2838-93/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) 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](https://github.com/peter-evans/create-pull-request/compare/a4f52f8033a6168103c2538976c07b467e8163bc...70a41aba780001da0a30141984ae2a0c95d8704e) --- 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>
* fix(CI)!: Add stable29 to and remove stable26 from GitHub ActionsJoas Schilling2024-03-284-10/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(ci): update block merge EOL workflowBenjamin Gaussorgues2024-03-211-1/+1
| | | | | | See nextcloud/.github#329 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(CI): Add missing generic files_external testsFerdinand Thiessen2024-03-141-0/+93
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43516 from nextcloud/chore/migrate-smb-to-githubFerdinand Thiessen2024-03-141-0/+108
|\ | | | | chore: Migrate samba `files_external` test from drone to github
| * chore: use nextcloud/continuous-integration-sambaJohn Molakvoæ2024-02-141-1/+1
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * chore(CI): Migrate samba `files_external` tests from Drone to GitHubFerdinand Thiessen2024-02-141-0/+108
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | 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>