aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-071-2/+10
| | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Running all tests on 32bits to see what happensCôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add workflow for 32bits testingCôme Chilliet2023-02-071-0/+47
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36314 from nextcloud/sso-kerberos-fixCôme Chilliet2023-02-071-12/+14
|\ | | | | Update kerberos sso test setup to use new user_saml config system
| * Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-231-12/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * run kerberos sso test when the action is changedRobin Appelman2023-01-231-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-034-5/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Catch deprecation warnings in oci testsCôme Chilliet2023-02-021-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add 8.2 to oci testsCôme Chilliet2023-02-021-1/+1
| | | | | | | | | | | | This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | ci(psalm): Generate base analysis on pushes so we can compare to updated reportsJoas Schilling2023-01-271-0/+4
|/ | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Specify the profiler app branch to test withJoas Schilling2023-01-201-2/+4
| | | | | | So we can test in stable25 with a matching profiler version instead of master Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always show the psalm baseline change, even on failureCôme Chilliet2023-01-201-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Show failure of SAML login in kerberos workflowCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fixing samba test and adding details to kerberos jobCôme Chilliet2023-01-201-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove PHP version matrix from kerberos testCôme Chilliet2023-01-201-17/+1
| | | | | | It runs on a docker image on which we cannot control which PHP version runs. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Prettify static-code-analysis.ymlCôme Chilliet2023-01-201-1/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Always upload psalm result to githubCôme Chilliet2023-01-201-4/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge back the two static analysis workflows togetherCôme Chilliet2023-01-202-83/+28
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix kerberos step nameCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add component testing workflowJohn Molakvoæ2023-01-041-4/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35941 from nextcloud/CarlSchwan-patch-1Joas Schilling2023-01-041-3/+0
|\ | | | | Remove myself from being codeowner of some modules
| * Remove myself from being codeowner of some modulesCarl Schwan2023-01-021-3/+0
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-0310-0/+24
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(actions): php-lintJohn Molakvoæ2022-12-301-4/+4
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore(actions): bring back php 8.2 lintJohn Molakvoæ2022-12-301-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* 8.2 is not supported yetJohn Molakvoæ2022-12-292-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(actions): Update psalm github actionJohn Molakvoæ2022-12-293-40/+55
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(actions): update php min supported to 8.0John Molakvoæ2022-12-2915-114/+171
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Checkout current branch in cypress tests in CILouis Chemineau2022-12-271-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* take out stable23 from dependabotArthur Schiwon2022-12-081-36/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* ci: update minio image for s3 primary storage testsDaniel Kesselberg2022-12-071-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #35635 from nextcloud/ci/update-psalm-baseline/stable25Carl Schwan2022-12-071-2/+6
|\ | | | | Update update-psalm-baseline workflow for NC25
| * Update update-psalm-baseline workflow for NC25MichaIng2022-12-061-2/+6
| | | | | | | | | | | | | | and also update Psalm OCP baseline. Additionally update the checkout action. Signed-off-by: MichaIng <micha@dietpi.com>
* | Update node check to not run sass twiceJohn Molakvoæ2022-12-061-6/+0
| | | | | | | | | | | | They are now included in the `postbuild` npm step Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | Update compile to not run sass twiceJohn Molakvoæ2022-12-061-6/+0
|/ | | | | They are now included in the `postbuild` npm step Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* downgrade ubuntu in order to fix CISimon L2022-12-032-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Bump cypress runnersJohn Molakvoæ2022-11-301-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primaryRobin Appelman2022-11-301-2/+1
|\ | | | | Run s3 primary tests sequential
| * Run s3 primary tests sequentialDaniel Kesselberg2022-11-251-2/+1
| | | | | | | | | | | | | | | | To avoid casual test failures. Concurrent jobs may try to use the same port forwarding for the minio container. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Extract colour from custom backgroundJohn Molakvoæ2022-11-291-0/+98
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35143 from nextcloud/add-pr-templateVincent Petry2022-11-221-0/+18
|\ | | | | Add pull request template with checklist
| * Add pull request template with checklistVincent Petry2022-11-161-0/+18
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix github action "performance-8.0" when PR is from a fork.Peter Serwylo2022-11-161-2/+3
| | | | | | | | | | | | | | | | | | There is an assumption that the PR is from the same remote as the base it is being merged into. This is fixed so that instead of doing a `git fetch origin`, it now fetches from the `clone_url` of the PR head. Signed-off-by: Peter Serwylo <peter@serwylo.com>
* | Update CODEOWNERSJoas Schilling2022-11-141-1/+1
|/ | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Update OCI workflow of serverJoas Schilling2022-10-181-23/+30
| | | | | | | | * Only on pull requests * Concurrency group * Bump used actions * Add summary Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Disable automatic Dependabot rebasesChristoph Wurst2022-10-171-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Also backport the cacert to stable25Joas Schilling2022-10-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 26Joas Schilling2022-09-221-10/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update update-cacert-bundle.ymlJoas Schilling2022-09-161-5/+0
| | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Automate CA certificate bundle updateJoas Schilling2022-09-162-0/+49
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>