Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03Update dependabot-approve-merge.ymlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-07-12ci: fail lint on warningsMax
We do not have any warnings right now. Let us keep it that way. Signed-off-by: Max <max@nextcloud.com>
2022-06-30Updating command-rebase.yml workflow from templatefeat/workflow-auto-update-command-rebase.ymlNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30Updating node.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-09Merge pull request #2488 from nextcloud/tests/cypress-npm-buildJulius Härtl
Build app before running cypress tests
2022-06-08Add one more containerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08No need to build viewer anymoreJulius Härtl
The header does no longer autohide so we can skip the manual testing build Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08Reenable multiple cypress ocntainersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08Build app before running cypress teststests/cypress-npm-buildJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-07ci: also compile packageMax
Signed-off-by: Max <max@nextcloud.com>
2022-05-14Updating command-rebase.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05ci: bump dependabot target branchesMax
Part of the Nextcloud 24 branch off. https://github.com/nextcloud/office/issues/5 Signed-off-by: Max <max@nextcloud.com>
2022-05-04⏪️ Revert npm@7 versiondependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0Vinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-04⬆️ upgrade cypress actionVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-04💚 fix missing package-lock.json fileVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-04⬆️ update actions/setup-nodeVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-02ci: only run php unit tests when php files changedMax
They take 10 minutes to setup nextcloud and block available CI runners. This is particularly wasteful with javascript dependency updates. Dependabot will rebase the pending updates upon every push to the underlying branch. Signed-off-by: Max <max@nextcloud.com>
2022-04-26Updating command-rebase.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-19Fix matrix variable reference in Github static-analysis actionJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-03-31ci: add nextcloud.log as a artifact on cypress failureMax
Signed-off-by: Max <max@nextcloud.com>
2022-03-31debug: ci failures with server errors in cypressMax
Signed-off-by: Max <max@nextcloud.com>
2022-03-31make npm_package_name availableMax
no idea why but it seems to be undefined. Reported upstread here: https://github.com/cypress-io/github-action/issues/524 Signed-off-by: Max <max@nextcloud.com>
2022-03-15Run tests against all supported php versionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-07Updating node.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-05Merge pull request #2222 from ↵Julius Härtl
nextcloud/feat/workflow-auto-update-command-rebase.yml Updating command-rebase.yml workflow from template
2022-03-05Updating command-rebase.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-05Updating command-compile.yml workflow from templatefeat/workflow-auto-update-command-compile.ymlNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-02test: do not force_language for cypressMax
Currently only few tests are language dependent. Run tests without a preset language on the server and fix the language in the tests in question. Signed-off-by: Max <max@nextcloud.com>
2022-02-08Migrate phpunit tests from drone to github actions (Fixes: #1679)Jonas
Only test with sqlite and oc for now. There's no added value to run our basic phpunit test on mysql and postgresql environments. Also drops the obsolete `occ app:check-code` compatibility tests. Signed-off-by: Jonas <jonas@freesources.org>
2022-02-08Update master php testing versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-29Updating fixup.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-24Updating dependabot-approve-merge.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-24ci: increase cypress default command timeoutMax
Prevent timeouts due to slow ci runs by waiting longer for normal commands. Some of our commands open the editor which has to load quite a bit of additional js. This can be slow on CI. Instead of failing after 4 seconds - wait 10 seconds when run in CI. Signed-off-by: Max <max@nextcloud.com>
2022-01-19Create block-merge-freeze.ymlJoas Schilling
2022-01-12ci: activate dependabot PRs against stable23Max
stable20 has reached end of live - drop it. Signed-off-by: Max <max@nextcloud.com>
2022-01-10Trigger cypress on push/pull_requestJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-30Create lint-stylelint.ymlJulius Härtl
2021-12-27Merge pull request #2026 from nextcloud/cypress/recordsJohn Molakvoæ
2021-12-21Re-enable cypress recordsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-21ci: keep screenshots of failing testsAzul
Disable videos as the result is hardly usable. Signed-off-by: Azul <azul@riseup.net>
2021-11-11ci: run js testsAzul
Signed-off-by: Azul <azul@riseup.net>
2021-08-23Create command-compile.ymlJulius Härtl
2021-08-02Updating command-rebase.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02ci: run the fixup check from nextcloud organizationAzul
Signed-off-by: Azul <azul@riseup.net>
2021-08-02cleanup: leftover js files with old naming schemeAzul
Also run `make clean` before building js files to compare in CI. Signed-off-by: Azul <azul@riseup.net>
2021-07-24Updating node.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-14Update dependabot stable branchesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-02Updating dependabot-approve-merge.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-29Fix autoapprove by using pull_request_target eventJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-29Updating command-rebase.yml workflow from templateskjnldsv
Signed-off-by: GitHub <noreply@github.com>