Joas Schilling
7cad5573f5
fix(CI): Require compilation check when touching version.php
...
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>
2024-07-12 15:05:35 +02:00
Daniel Kesselberg
ded1a48034
chore: auto approve the psalm baseline update
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-11 22:50:05 +02:00
Andy Scherzinger
9d105e8b8b
ci: Bump reuse to v4.0.0
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-07-04 22:25:48 +02:00
Ferdinand Thiessen
98c143ec91
ci: also check for uncompiled SCSS styles
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-03 13:47:43 +02:00
John Molakvoæ
47f837c962
Merge pull request #46111 from nextcloud/dependabot/github_actions/github-actions-6c0d3fe959
2024-07-02 12:34:32 +02:00
John Molakvoæ
8f8cd87946
fix(dependabot): remove outdated comment
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-07-02 12:23:28 +02:00
John Molakvoæ
e026e046f6
fix(dependabot): add back patch upgrades for stable branches
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-07-02 12:20:26 +02:00
Git'Fellow
1716c95c94
Merge pull request #46206 from nextcloud/updteIssTempRem27
...
chore: remove EOL v27 from issue template
2024-07-01 01:01:45 +02:00
Git'Fellow
2787c8f2a7
chore: Keep v28 supported PHP 8.0
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-06-30 15:23:32 +02:00
Git'Fellow
b77c151f5b
Merge pull request #46197 from nextcloud/setupPhpUpgrade
...
ci: Use the same `setup-php` version on all tests
2024-06-30 08:39:06 +02:00
Git'Fellow
9ed96d766a
chore: remove EOL v27 from issue template
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-06-30 08:30:08 +02:00
Git'Fellow
ad1720b6e2
ci: Use the same setup-php version on all tests
2024-06-30 08:11:14 +02:00
Ferdinand Thiessen
d5d180daf6
ci: Adjust database versions to current LTS / supported versions
...
* 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>
2024-06-27 16:15:16 +02:00
dependabot[bot]
f7b0fa20e9
chore(deps): bump the github-actions group with 3 updates
...
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](f88a151c98...8d3918616d )
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](6d6857d369...c5a7806660 )
---
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>
2024-06-25 14:20:17 +00:00
Arthur Schiwon
9c50516076
build(deps): disable dependabot for EOL 27
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-25 15:15:18 +02:00
Richard Steinmetz
42fa007204
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
...
ci(phpunit-mysql): increase mysql health check retries
2024-06-19 14:57:06 +02:00
Richard Steinmetz
ddf1d3e7ac
ci(phpunit-mysql): increase mysql health check retries
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-06-19 12:36:16 +02:00
Andy Scherzinger
75756e3064
ci: Add REUSE compliance check
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-19 12:02:48 +02:00
Arthur Schiwon
4a143af318
ci: use precise ref for 3rdparty check
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-17 11:25:28 +02:00
Joas Schilling
daa78858c4
fix(CI): Add all required extensions to openapi action
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-11 12:11:11 +02:00
John Molakvoæ
d2f09628f1
Merge pull request #45619 from nextcloud/chore/migrate-litmus
2024-06-08 16:58:13 +02:00
Ferdinand Thiessen
dc9df43214
ci: Migrate CalDAVTester CI scripts to GitHub
...
We can finally shut of drone workers.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-08 15:20:37 +02:00
Ferdinand Thiessen
e156cea242
ci: Migrated litmus checks to GitHub
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-08 15:19:26 +02:00
Joas Schilling
54edf993d6
fix(actions): Harden workflows when using variables in strings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-08 14:44:35 +02:00
Joas Schilling
4f07f014bc
fix(dist): Make sure changed icons are compiled
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-07 17:39:44 +02:00
Nextcloud bot
3bcbaf98bf
chore(CI): Updating pr-feedback.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-02 10:24:29 +00:00
dependabot[bot]
13a9909a82
chore(deps): Bump cypress-io/github-action in the github-actions group
...
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](1b70233146...f88a151c98 )
---
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>
2024-05-31 22:26:07 +00:00
Andy Scherzinger
cc1686dba9
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-31 10:38:47 +02:00
dependabot[bot]
054eac101a
chore(deps): bump the github-actions group across 1 directory with 5 updates
...
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>
2024-05-27 16:32:07 +00:00
Andy Scherzinger
e07a190641
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-27 14:53:40 +02:00
Andy Scherzinger
1f7e2ba599
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-13 17:41:36 +02:00
Andy Scherzinger
4560ddd706
Merge pull request #45241 from nextcloud/checks-db-versions
...
fix(setupChecks): update db version checks
2024-05-11 16:42:12 +02:00
Ferdinand Thiessen
08e62bece9
fix(ci): Align mariadb versions with list of supported versions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-10 22:44:56 +02:00
Josh
7d7ae250d2
fix(phpunit-pgsql): master/v30 only supports pgsql 12-16; drop 10
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-10 16:41:29 -04:00
Joas Schilling
90597e1319
chore: Allow to create issues without a template
...
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>
2024-05-10 09:28:31 +02:00
Joas Schilling
5b5c447498
chore: Add a dedicated link to the security program
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-10 09:27:49 +02:00
Josh
c46b9c467e
fix(issue_template): Add security reporting redirect to bug report form
...
Similar language as that already used in our PR form.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-09 11:09:03 -04:00
Ferdinand Thiessen
3d533d2f51
fix(ci): Update node-test workflow and drop unneeded cypress:version output
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-03 20:23:46 +02:00
Joas Schilling
d937639848
fix(github): Add a security info to the PR template
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-02 11:33:33 +02:00
Joas Schilling
d82fb01b0a
Update pr-feedback.yml
2024-05-01 06:05:53 +02:00
Andy Scherzinger
4049485ec6
Merge pull request #45066 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
...
Updating dependabot-approve-merge.yml workflow from template
2024-04-26 20:20:55 +02:00
Nextcloud bot
db5adbd7c4
Updating dependabot-approve-merge.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 18:13:17 +00:00
Nextcloud bot
c9047a8a5e
Updating pr-feedback.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 17:59:18 +00:00
Richard Steinmetz
9ef70f0c4e
feat: drop support for php 8.0
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-08 11:28:54 +02:00
Joas Schilling
abf95a4cb2
fix(3rdparty): Add a CI job to check 3rdparty integrity
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-05 16:12:54 +02:00
Ferdinand Thiessen
7b0bcf27b9
fix(ci): Use conventional commits for update-psalm-baseline workflow
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-04 23:24:30 +02:00
Simon L
053a29e975
chore(bug-report-template): update list of nc versions
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-04-02 14:39:09 +02:00
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>
2024-03-28 11:14:19 +00:00
Joas Schilling
8722333737
fix(CI)!: Add stable29 to and remove stable26 from GitHub Actions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 11:20:20 +01:00
Benjamin Gaussorgues
32ef73653a
chore(ci): update block merge EOL workflow
...
See nextcloud/.github#329
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-03-21 14:54:41 +01:00