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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-21Disable fragile comments testsMorris Jobke
Those tests are actual problems in our code. See https://github.com/nextcloud/server/pull/20462#issuecomment-613380650 for a summary by @danxuliu Basically they are introduced by #18929 but are only revealed by #18764. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-30Hello codecov :rocket:Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-29Do not clone the whole Talk repository for integration testsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Add integration tests for video verificationDaniel Calviño Sánchez
Enabling the "send password by Talk" property of shares require that Talk is installed and enabled, so the Drone step that runs them has to first clone the Talk repository. When the integration tests are run on a local development instance, however, it is not guaranteed that Talk is installed. Due to this the "@Talk" tag was added, which ensures that any feature or scenario marked with it will first check if Talk is installed and, if not, skip the scenario (instead of failing). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
- adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-23Move Compile Handlebars CI to GitHub ActionsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-10Lint on github actionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03Move npm build to github actionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-28Bump integration to php7.3 with redisRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Bump memcached imageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27REVERT LATER: disable phan for nowRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Update droneRoeland Jago Douma
* Run 7.4 tests (nodb + sqlite) * Update older images to newer phpunit Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-21Merge pull request #18045 from nextcloud/ci/other/php73Roeland Jago Douma
Move more CI tests to php7.3
2019-11-21Move more CI tests to php7.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20Move integration tests to php7.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13php7.2 minimum for 18Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-22Run acceptance tests on PHP 7.3Daniel Calviño Sánchez
There is no difference (as far as I know) between running the acceptance tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be ready when PHP 7.1 support is dropped in Nextcloud server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-10-09Merge pull request #17480 from ↵Roeland Jago Douma
nextcloud/enhancement/drone/no-submodule-when-not-needed Remove unnecessary submodules steps
2019-10-09Remove unwanted submodulesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-08Run composer install in parallelRoeland Jago Douma
The newer docker image runs the composer isntall in parallel. Saving precious seconds on CI. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-08Kill ui-regression ci jobRoeland Jago Douma
Since we do not use it at the moment anyway it seems like a waste of resources to actually run it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-05Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-04Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-04Split drone webpack testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-30Use handlebars from node_modules (on CI)Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-10No need to test against EOL dbsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04Download composer packages in parallel in integration testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04Merge pull request #16990 from nextcloud/ci/do_not_run_every_db_combo_on_prsRoeland Jago Douma
Do not run every possible DB combo on PRs
2019-09-03Do not run every possible DB combo on PRsRoeland Jago Douma
Only run them once merged. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-03Only run code coverage CI on mergeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-27Only run integration tests when PHP was modifiedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-09Revert "Run phan tests only on high memory machines"Morris Jobke
2019-05-08Run phan tests only on high memory machinesMorris Jobke
This should fix the out of memory issues we are seeing with this job Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-03Merge pull request #15311 from nextcloud/ci/mysql/8Roeland Jago Douma
Add mysql 8.0 CI run
2019-05-01Merge pull request #15327 from nextcloud/ci/postgres-11Roeland Jago Douma
CI Postgres 11
2019-05-01CI Postgres 11Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01CI MariaDB 10.4Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01CI MariaDB 10.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01Use mysql_native_password as default authentication pluginDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-01Add mysql 8.0 CI runRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01CI MariaDB 10.2Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01Add mariadb 10.1 CI jobRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-01Add mariadb 10.0 ci testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15Pass proper TEST_SELECTION to drone objectstoreRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-05Adjust drone config to drone 1.0.0Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
and also consolidate logic in one method Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-21Merge pull request #13850 from ↵Joas Schilling
nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once
2019-02-20Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Remove drone jobsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Strict Types, Return TypesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>