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
2019-03-05Fix whitespacesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-05Fix database configurationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-09Remove comment about hhvmChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-04add azure unit tests with azuriteRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-20Use phpunit's directory featureJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-08add ci for swift primary storageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-24Require PHPUnit 6.5 or higherJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-22run postgresql 10 tests in droneRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-11-06Remove Jenkins varibales from autotest.shMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-14Fix droneMorris Jobke
Fix service container host name check current folder fix redis for integration test Fix more hostnames Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Add redis cluster tests to our CI jobsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-11Add 10 seconds sleep time after postgres startupMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-09Wait for Postgres to be availableMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-02Add redis support to our CI jobsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-20Only loop over Test casesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-19Namespace and array syntax fixesMorris Jobke
* minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-02add ci support for s3 object storeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-03Allow to run autotest with phpunit optionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-03adjust autotest.sh to also wait 600 seconds for mysqlmb4Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19test alternative drone syntax for command optionsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19add 4 byte mysql test runMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19fix dockerThomas Müller
2016-10-19Adding docker based unit test execution for mysql utf8mb4Thomas Müller
2016-10-05Generate coverage for quick DB testsLukas Reschke
This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-13add actual check if mysql is up alreadyMorris Jobke
2016-09-13Make tests work with 4.8 at leastJoas Schilling
2016-06-30Merge pull request #206 from nextcloud/ci-mysqlMorris Jobke
Add mysql job to CI
2016-06-26Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke
2016-06-23Add mysql job to CIMorris Jobke
2016-06-21Add postgres to CIMorris Jobke
2016-06-17Give mysql docker more time to start upThomas Müller
2016-06-14allow to execute multiple tests in a directory at onceBjoern Schiessle
2016-06-08Update autotest.shJürgen Weigert
usage in sync with reality.
2016-05-06Use docker for mysql as well - optionallyThomas Müller
2016-05-06Wait a while even after successful conect ...Thomas Müller
2016-03-09docker containers should be stopped before being removed - refs ↵Thomas Müller
https://github.com/docker/docker/issues/18758
2016-02-23Add verbose flag to occ commands of autotest*Joas Schilling
2016-02-19moved set -e after executable checking with which as old position off set -e ↵Andreas Schubert
stopped the script at this point without any error message
2016-02-17We require minimum PHPUnit 4.4Thomas Müller
2016-02-11Use official mariadb dockerThomas Müller
2016-02-11Wait until mariadb is up and runningThomas Müller
2015-12-01Make autotest.sh able to output proper coverage againRoeland Jago Douma
The usage of single quotes make sure that a string is used verbatim in bash. And no variables are subsituted.
2015-11-30Don't execute phpunit twiceThomas Müller
2015-11-30Un-confuse @MorrisJobke :wink:Thomas Müller
2015-11-30Introduce evaluation of an environment variable to choose if all, only ↵Thomas Müller
database or only database unit tests are to be executed. This is mainly required on automated execution on Jenkins
2015-10-30Use proper statement to retrieve the IP of an docker instanceMorris Jobke
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-06test objectstore with ceph dockerJörn Friedrich Dreyer
use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037