Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -11/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Fix unit tests on PHP 8.3 | Joas Schilling | 2023-10-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(autotest): Fix PHPUNIT version check in autotest files | Joas Schilling | 2023-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Align version number of PHPUnit and give a helping install hint | Joas Schilling | 2023-02-02 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix autotest.sh execution | Joas Schilling | 2023-02-02 | 1 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use phpunit from composer if available | Carl Schwan | 2023-01-24 | 1 | -2/+7 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Create database to autotest | Vitor Mattos | 2022-10-21 | 1 | -1/+1 |
| | | | | | | | Followed: https://github.com/docker-library/docs/blob/master/postgres/README.md#postgres_db Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Use custom PHP runtime for PHPUnit execution in autotest | Christoph Wurst | 2022-05-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | autotest.sh: Add PHPUNIT_EXE environment variable | Daniel Rudolf | 2021-08-05 | 1 | -1/+4 |
| | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> | ||||
* | Add connection check in autotest.sh for pgsql docker | Vincent Petry | 2021-07-02 | 1 | -2/+4 |
| | | | | | | | When using pgsql docker for testing locally with autotest, make sure to properly wait for the port to be available. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Move check for missing since tag to autotest-checkers.sh | Daniel Kesselberg | 2020-07-14 | 1 | -3/+0 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Remove the prefix setting attempt from our CI | Joas Schilling | 2020-05-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | No need to wait 10 minutes for the DB to get up. | Roeland Jago Douma | 2019-09-03 | 1 | -8/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add mariadb 10.0 ci tests | Roeland Jago Douma | 2019-05-01 | 1 | -5/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix whitespaces | Joas Schilling | 2019-03-05 | 1 | -22/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix database configuration | Joas Schilling | 2019-03-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove comment about hhvm | Christoph Wurst | 2018-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add azure unit tests with azurite | Robin Appelman | 2018-06-04 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use phpunit's directory feature | Joas Schilling | 2018-02-20 | 1 | -11/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add ci for swift primary storage | Robin Appelman | 2018-02-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | run postgresql 10 tests in drone | Robin Appelman | 2017-11-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove Jenkins varibales from autotest.sh | Morris Jobke | 2017-11-06 | 1 | -4/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix drone | Morris Jobke | 2017-07-14 | 1 | -2/+5 |
| | | | | | | | | | Fix service container host name check current folder fix redis for integration test Fix more hostnames Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add redis cluster tests to our CI jobs | Morris Jobke | 2017-05-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add 10 seconds sleep time after postgres startup | Morris Jobke | 2017-05-10 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Wait for Postgres to be available | Morris Jobke | 2017-05-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add redis support to our CI jobs | Morris Jobke | 2017-05-02 | 1 | -0/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Only loop over Test cases | Joas Schilling | 2017-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -0/+2 |
| | | | | | | * minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add ci support for s3 object store | Robin Appelman | 2017-01-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Allow to run autotest with phpunit options | Joas Schilling | 2016-11-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | adjust autotest.sh to also wait 600 seconds for mysqlmb4 | Morris Jobke | 2016-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | test alternative drone syntax for command options | Morris Jobke | 2016-10-19 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add 4 byte mysql test run | Morris Jobke | 2016-10-19 | 1 | -9/+23 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix docker | Thomas Müller | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Adding docker based unit test execution for mysql utf8mb4 | Thomas Müller | 2016-10-19 | 1 | -1/+26 |
| | |||||
* | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 1 | -2/+5 |
| | | | | | | 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> | ||||
* | add actual check if mysql is up already | Morris Jobke | 2016-09-13 | 1 | -8/+5 |
| | |||||
* | Make tests work with 4.8 at least | Joas Schilling | 2016-09-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #206 from nextcloud/ci-mysql | Morris Jobke | 2016-06-30 | 1 | -6/+10 |
|\ | | | | | Add mysql job to CI | ||||
| * | Add mysql job to CI | Morris Jobke | 2016-06-23 | 1 | -6/+10 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Give mysql docker more time to start up | Thomas Müller | 2016-06-17 | 1 | -4/+4 |
| | | |||||
* | | Add postgres to CI | Morris Jobke | 2016-06-21 | 1 | -1/+3 |
| | | |||||
* | | allow to execute multiple tests in a directory at once | Bjoern Schiessle | 2016-06-14 | 1 | -2/+11 |
|/ | |||||
* | Update autotest.sh | Jürgen Weigert | 2016-06-08 | 1 | -1/+1 |
| | | | usage in sync with reality. | ||||
* | Use docker for mysql as well - optionally | Thomas Müller | 2016-05-06 | 1 | -1/+27 |
| | |||||
* | Wait a while even after successful conect ... | Thomas Müller | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | docker containers should be stopped before being removed - refs ↵ | Thomas Müller | 2016-03-09 | 1 | -0/+2 |
| | | | | https://github.com/docker/docker/issues/18758 |