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 (Expand)Author
2022-05-19Use custom PHP runtime for PHPUnit execution in autotestfix/custom-php-runtime-autotestChristoph Wurst
2021-08-05autotest.sh: Add PHPUNIT_EXE environment variableDaniel Rudolf
2021-07-02Add connection check in autotest.sh for pgsql dockerVincent Petry
2020-07-14Move check for missing since tag to autotest-checkers.shDaniel Kesselberg
2020-05-26Remove the prefix setting attempt from our CIJoas Schilling
2019-09-03No need to wait 10 minutes for the DB to get up.Roeland Jago Douma
2019-05-01Add mariadb 10.0 ci testsRoeland Jago Douma
2019-03-05Fix whitespacesJoas Schilling
2019-03-05Fix database configurationJoas Schilling
2018-10-09Remove comment about hhvmChristoph Wurst
2018-06-04add azure unit tests with azuriteRobin Appelman
2018-02-20Use phpunit's directory featureJoas Schilling
2018-02-08add ci for swift primary storageRobin Appelman
2018-01-24Require PHPUnit 6.5 or higherJoas Schilling
2017-11-22run postgresql 10 tests in droneRobin Appelman
2017-11-06Remove Jenkins varibales from autotest.shMorris Jobke
2017-07-14Fix droneMorris Jobke
2017-05-12Add redis cluster tests to our CI jobsMorris Jobke
2017-05-11Add 10 seconds sleep time after postgres startupMorris Jobke
2017-05-09Wait for Postgres to be availableMorris Jobke
2017-05-02Add redis support to our CI jobsMorris Jobke
2017-04-20Only loop over Test casesJoas Schilling
2017-03-19Namespace and array syntax fixesMorris Jobke
2017-01-02add ci support for s3 object storeRobin Appelman
2016-11-03Allow to run autotest with phpunit optionsJoas Schilling
2016-11-03adjust autotest.sh to also wait 600 seconds for mysqlmb4Morris Jobke
2016-10-19test alternative drone syntax for command optionsMorris Jobke
2016-10-19add 4 byte mysql test runMorris Jobke
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
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
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
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 https://githu...Thomas Müller
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
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
2015-11-30Don't execute phpunit twiceThomas Müller