summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* make transparent what is community maintainedszaimen2022-08-171-6/+7
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #32830 from ↵John Molakvoæ2022-08-101-1/+6
|\ | | | | | | nextcloud/feat/workflow-auto-update-command-rebase.yml
| * Updating command-rebase.yml workflow from templateNextcloud bot2022-06-111-1/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Update node workflow for better error messagesVincent Petry2022-08-031-1/+6
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Remove "needs info" label when the issue is not stale anymoreJoas Schilling2022-08-021-0/+1
| | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | document the 64bit requirement in the bug report templateszaimen2022-07-111-0/+2
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | use blueprint from repoRobin Appelman2022-06-301-5/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | use profiler actionRobin Appelman2022-06-301-38/+22
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | run performance comparisons in ciRobin Appelman2022-06-301-0/+111
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add myself as CODEOWNERS for a few modulesCarl Schwan2022-06-291-0/+7
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>