summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add a command to update the 3rdparty submodule to the same branch as the PR ↵Côme Chilliet2023-03-141-0/+50
| | | | | | | | | | | | | | | | | | target Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #37222 from ↵Joas Schilling2023-03-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/update-psalm-baseline-on-stable26 chore(psalm): Update psalm baseline also on stable26
| * | | chore(CI): Update psalm baseline on stable26Joas Schilling2023-03-151-1/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Save some CI timeJoas Schilling2023-03-1513-4/+33
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Run webdav related integration tests on github actionsJulius Härtl2023-03-061-0/+84
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | chore(CI): Backport the CA Cert update to stable26Joas Schilling2023-03-031-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore(CI): Add stable26 to dependabot configJoas Schilling2023-03-031-0/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [CI] Update update-psalm-baseline workflow to solve warningsMichaIng2023-02-281-1/+1
| | | | | | | | | | | | This updates the PR action to v4, which solves warnings about deprecated Node.js 12 actions set-output commmand calls. Signed-off-by: MichaIng <micha@dietpi.com>
* | First run unit tests so they don't failJoas Schilling2023-02-231-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(CI): Run repair steps against Oracle DBJoas Schilling2023-02-231-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Show logs on smb-kerberos CI failureCôme Chilliet2023-02-071-0/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Only run 32bit CI once a dayCôme Chilliet2023-02-071-1/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Skip buggy tests for 32bits CICôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | 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>