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-04-17allow local remote access in external storage ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-21Set exit code to 1 if integration test is failingLukas Reschke
Before it just checked the unit tests and ignored the integration test results. See https://drone.nextcloud.com/nextcloud/server/3374/35 for details. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-21Add SMB tests and execute files_external testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-13Make tests work with 4.8 at leastJoas Schilling
2016-05-24Fix ext storage test class name in test scriptVincent Petry
2016-04-14Fix storage backend class namespaces and move to subdirRobin McCorkell
All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
2016-04-12misc: Fix some typosStefan Weil
Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-02-23Add verbose flag to occ commands of autotest*Joas Schilling
2016-02-17We require minimum PHPUnit 4.4Thomas Müller
2015-12-09script shall exit with error in case the start file has issues - fixes #20798Thomas Müller
2015-10-20Don't attempt to run tests unless start file is successfulRobin McCorkell
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037
2015-08-31Allow easy XDEBUG debugging with autotestRobin McCorkell
Debugging scripts needs the environment variable XDEBUG_CONFIG to be set, which initiates a connection to a listening debugger. But if that env is set and one of the PHP setup steps occurs (e.g. occ install), the debugging session is 'completed' and the debugger no longer listens during the actual tests. This saves the XDEBUG_CONFIG env so it only applies during the PHPUnit execution, so only the real tests trigger the debugging.
2015-04-29Replace `replace` with `sed` statementMorris Jobke
2015-04-27Add check for "replace" commandVincent Petry
2015-03-11Use occ to install ownCloud in autotest.shThomas Müller
2015-02-26fix files external test run and add common-tests optionMorris Jobke
2015-01-28Better cleanup in autotest.shRobin McCorkell
Configs correctly cleaned, even if phpunit fails or autotest interrupted
2014-12-17Setup a docker container that holds a webdav instance to test files_externalMorris Jobke
document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts