summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2024-03-11Merge pull request #11764 from nextcloud/fix/noid/oci-on-garmMarcel Müller
Run OCI tests on ubuntu-latest again
2024-03-11chore: update workflows from templatesskjnldsv
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-03-09fix(ci): Run OCI tests on ubuntu-latest againMarcel Müller
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-29fix(openapi): Make sure typescript models are updatedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-28chore(template): fix pull request templateMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-21fix(tests): Increase health-retries for mysql testsMarcel Müller
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-12Merge pull request #11537 from nextcloud/automated/update-workflows/defaultJoas Schilling
chore: update workflows from templates
2024-02-07fix(git): Create block-unconventional-commits.ymlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2024-02-06chore: update workflows from templatesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-02-05fix(CI): Fix queue of eslint jobsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-05fix(CI): Fix copy-paste failure in sqlite testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-05feat(CI): Utilize the "low" poolJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-30Revert "feat(CI): Test codecov"Joas Schilling
2024-01-29feat(CI): Test codecovJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-19Revert "fix(CI): Test against Guests app branch"Joas Schilling
This reverts commit 7b00d1988f4b2d094854fdf7283bb24f390cbe60. Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-18fix(CI): Test against Guests app branchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-16fix(CI): Update workflow templatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-09fix(CI): Update other workflows and revert custom modificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-26chore: update workflows from templatesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-12-08Improve conversation test split to have more even execution timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23feat(deps): Add Nextcloud 29 support on mainJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-21Update update-nextcloud-ocp-approve-merge.ymlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-11-20Merge pull request #10936 from nextcloud/bugfix/noid/fix-autoapprove-skipJoas Schilling
fix(CI): Fix autoapproval to ignore nextcloud/vue and webrtc-adapter …
2023-11-19Update update-nextcloud-ocp-approve-merge.ymlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-11-18Try to automatically merge OCP updatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-18fix(CI): Fix autoapproval to ignore nextcloud/vue and webrtc-adapter updatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-30chore: Switch from master to main branchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-30ci: Turn off builds for pushes and merges to master/stable*Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-26fix(CI): Remove 25 from dependabot (and add 28 already)Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-16fix(CI): Fix CI on pushesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-12fix(CI): Fix conditions when to wait for integration tests results like with ↵Joas Schilling
PHPUnit Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-10chore(CI): Update NPM and eslint workflowsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-10chore(CI): Use new phpunit templatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-09PHP 8.3 is now allowed by serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-06Add OpenAPI CIjld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-10-05chore(PR): Split PR templates for UI and API workJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-09-28fix(CI): Make sure the "when unrelated" fake summaries work correctlyJoas Schilling
Before they executed when any file outside the defined scope matched. However that means: When a PR touches PHP and JS, both the real and the fake summaries for node, eslint and phpunit got triggered. Since the fake summary is always green it meant one could merge a PR that in the end had red CI on the non-fake summary. Now the fake summaries are skipped, if any of the files still matches the pattern, instead of being executed whenever a single file did not match it. Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-30fix(CI): Clear disable_functions so pcntl_* are thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-30deps(PHP): Also try integration tests against PHP 8.3Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-30deps(PHP): Try execution against PHP 8.3 betaJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-29feat(bots): Add "concurrency convertor" as AppEcosystem sampleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-29fix(CI): Enable APCu in integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-25performance(CI): Use faster password hash on CIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-25fix(CI): Currently work without APCu as some tests fail otherwiseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-25feat(CI): Run integration test on GAJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-24Minor adjustments to the issue templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-24fix(bots): Add issue template for bots and a quick link to the docs in the ↵Joas Schilling
readme Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-15fix(CI): Move oracle to GAJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-08-07Remove stable24 from dependabotJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-07-24feat(CI): Create a GitHub issue on nextcloud/ocp update errorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>