Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some tests for the remote cloud api | Robin Appelman | 2017-12-08 | 1 | -0/+10 |
* | run postgresql 10 tests in drone | Robin Appelman | 2017-11-22 | 1 | -1/+21 |
* | Phan is moved to a new repo | Roeland Jago Douma | 2017-10-16 | 1 | -2/+2 |
* | fix postgresql tests | blizzz | 2017-10-09 | 1 | -1/+1 |
* | Update php7.2 container to rc3 | Roeland Jago Douma | 2017-10-04 | 1 | -4/+4 |
* | Add 7.2 jobs for mysql & mysqlmb4 | Roeland Jago Douma | 2017-09-14 | 1 | -0/+22 |
* | Bump 7.2 container to RC1 | Roeland Jago Douma | 2017-09-09 | 1 | -2/+2 |
* | Use tmpfs for mysql CI containers | Morris Jobke | 2017-09-08 | 1 | -0/+10 |
* | Add drone step for postgres with php 7.1 | Roeland Jago Douma | 2017-08-30 | 1 | -0/+12 |
* | Properly quote 7.0 so drone handles it right | Roeland Jago Douma | 2017-08-26 | 1 | -1/+1 |
* | Merge pull request #6244 from nextcloud/redis_cluster | Morris Jobke | 2017-08-25 | 1 | -1/+2 |
|\ | |||||
| * | Use a new phpredis | Roeland Jago Douma | 2017-08-24 | 1 | -1/+1 |
| * | Give redis a change to fireup | Roeland Jago Douma | 2017-08-23 | 1 | -0/+1 |
* | | [drone] Install intergration tests in RAM | Roeland Jago Douma | 2017-08-24 | 1 | -25/+25 |
|/ | |||||
* | Fix phan test | Morris Jobke | 2017-08-23 | 1 | -1/+0 |
* | Use docker images without XDebug and with Opcache | Morris Jobke | 2017-08-23 | 1 | -71/+76 |
* | Enable object storage tests again | Morris Jobke | 2017-08-17 | 1 | -2/+2 |
* | Merge pull request #6065 from nextcloud/mysql5.5 | Morris Jobke | 2017-08-10 | 1 | -1/+44 |
|\ | |||||
| * | Add CI job for mysql 5.5 | Morris Jobke | 2017-08-10 | 1 | -1/+44 |
* | | Merge pull request #5981 from nextcloud/fix-preview-of-theming | Roeland Jago Douma | 2017-08-10 | 1 | -0/+9 |
|\ \ | |/ |/| | |||||
| * | Add acceptance tests for setting the color in the Theming app | Daniel Calviño Sánchez | 2017-08-10 | 1 | -0/+9 |
* | | Add CI job for mysql 5.6 | Morris Jobke | 2017-08-09 | 1 | -1/+44 |
|/ | |||||
* | Fix redis-cluster support on drone | Morris Jobke | 2017-08-09 | 1 | -4/+3 |
* | Update PHP 7.2 container | Lukas Reschke | 2017-08-09 | 1 | -2/+2 |
* | Add PHP 7.2 testing container | Lukas Reschke | 2017-08-09 | 1 | -0/+22 |
* | Update syntax to drone 0.8 | Morris Jobke | 2017-08-09 | 1 | -2/+4 |
* | Add mysqlmb4 php7.1 drone job | Roeland Jago Douma | 2017-08-06 | 1 | -0/+11 |
* | Add myslqmb4 php 7.0 drone | Roeland Jago Douma | 2017-08-06 | 1 | -0/+11 |
* | Add PHP 7.1 mysql job to drone | Roeland Jago Douma | 2017-08-06 | 1 | -0/+11 |
* | Also run mysql test on php7.0 | Roeland Jago Douma | 2017-08-05 | 1 | -0/+11 |
* | Drop PHP 7.1 test | Benedikt Geissler | 2017-07-31 | 1 | -12/+0 |
* | Also test PHP 7.0 and 7.1 with PostgreSQL | Benedikt Geissler | 2017-07-31 | 1 | -0/+24 |
* | Move all DB tests to top, because they are long running | Morris Jobke | 2017-07-28 | 1 | -27/+27 |
* | Update all drone images to latest version | Morris Jobke | 2017-07-28 | 1 | -7/+7 |
* | Enable postgres on drone again | Morris Jobke | 2017-07-25 | 1 | -4/+4 |
* | Exclude build/.phan/ from PHP 5.6 syntax check | Lukas Reschke | 2017-07-20 | 1 | -1/+1 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |
* | Merge pull request #5800 from nextcloud/enable-acceptance-tests-again-on-dron... | Morris Jobke | 2017-07-20 | 1 | -9/+9 |
|\ | |||||
| * | Enable acceptance tests again on Drone 0.7 | Daniel Calviño Sánchez | 2017-07-20 | 1 | -9/+9 |
* | | Update PHP 7.1 containers | Lukas Reschke | 2017-07-19 | 1 | -6/+6 |
|/ | |||||
* | Install phan manually | Lukas Reschke | 2017-07-19 | 1 | -0/+2 |
* | Use new Drone image | Lukas Reschke | 2017-07-19 | 1 | -2/+2 |
* | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -0/+9 |
* | Disable postgres temporarily | Morris Jobke | 2017-07-18 | 1 | -3/+3 |
* | Temporarily disable acceptance and object storage tests | Morris Jobke | 2017-07-14 | 1 | -10/+10 |
* | Fix drone | Morris Jobke | 2017-07-14 | 1 | -0/+3 |
* | Update integration tests composer cache | Morris Jobke | 2017-06-14 | 1 | -30/+30 |
* | Merge pull request #4767 from nextcloud/app-code-checker | Morris Jobke | 2017-05-16 | 1 | -12/+1 |
|\ | |||||
| * | Run the app checker on all apps | Joas Schilling | 2017-05-16 | 1 | -12/+1 |
* | | Merge pull request #4666 from nextcloud/enable-redis-cluster | Morris Jobke | 2017-05-16 | 1 | -0/+18 |
|\ \ | |/ |/| |