Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run tests with MySQL/MariaDB ONLY_FULL_GROUP_BY | Joas Schilling | 2022-03-21 | 1 | -1/+9 |
* | Merge pull request #31011 from nextcloud/dronupdt | Joas Schilling | 2022-02-11 | 1 | -17/+17 |
|\ | |||||
| * | Add Postgres10 | acsfer | 2022-02-07 | 1 | -0/+36 |
| * | Remove PGsql 9.6 (EOL) | acsfer | 2022-02-07 | 1 | -36/+0 |
| * | Keep 10.4 to PHP8 | acsfer | 2022-02-06 | 1 | -2/+2 |
| * | Update .drone.yml | acsfer | 2022-02-06 | 1 | -1/+1 |
| * | Replace with 10.2 | acsfer | 2022-02-06 | 1 | -4/+4 |
| * | Fix tests | acsfer | 2022-02-05 | 1 | -2/+2 |
| * | Typo fix | acsfer | 2022-02-04 | 1 | -2/+2 |
| * | Update drone | acsfer | 2022-02-04 | 1 | -17/+17 |
* | | Temporarily disable samba-non-native as it times out too often | Joas Schilling | 2022-02-09 | 1 | -10/+11 |
|/ | |||||
* | Fix apache2 start command in .drone.yml | Côme Chilliet | 2022-01-25 | 1 | -1/+1 |
* | Fix docker images source | Côme Chilliet | 2022-01-25 | 1 | -10/+10 |
* | Move all drone images to PHP 7.4 | Côme Chilliet | 2022-01-25 | 1 | -61/+61 |
* | Drop 7.3 from some CI steps | Côme Chilliet | 2022-01-25 | 1 | -17/+7 |
* | Add MariaDB 10.6 pipeline | acsfer | 2021-12-07 | 1 | -0/+36 |
* | Reintroduce memcached | acsfer | 2021-11-26 | 1 | -0/+27 |
* | Drop old/duplicate pipelines | acsfer | 2021-11-26 | 1 | -488/+0 |
* | Add Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13 | acsfer | 2021-11-23 | 1 | -6/+110 |
* | Move integration-php7.3 to latest | John Molakvoæ (skjnldsv) | 2021-07-20 | 1 | -37/+37 |
* | Use minio for s3 tests | Julius Härtl | 2021-07-01 | 1 | -4/+9 |
* | Run s3 tests again | Julius Härtl | 2021-06-30 | 1 | -0/+2 |
* | Add XDEBUG_MODE=coverage | Lukas Reschke | 2021-06-01 | 1 | -0/+2 |
* | Use MariaDB from GHCR | Lukas Reschke | 2021-05-29 | 1 | -4/+4 |
* | Move PGSQL to GHCR | Lukas Reschke | 2021-05-29 | 1 | -5/+5 |
* | Migrate more services to GHCR | Lukas Reschke | 2021-05-29 | 1 | -24/+24 |
* | Bump Container Versions | Lukas Reschke | 2021-05-28 | 1 | -21/+21 |
* | Use GHCR PHP 7.3 Acceptance Container | Lukas Reschke | 2021-05-28 | 1 | -11/+11 |
* | Merge pull request #27211 from nextcloud/use-ghcr-php7.3 | John Molakvoæ | 2021-05-28 | 1 | -10/+10 |
|\ | |||||
| * | Use GHCR PHP 7.3 container | Lukas Reschke | 2021-05-28 | 1 | -10/+10 |
* | | Merge pull request #27212 from nextcloud/use-gchr-for-services | John Molakvoæ | 2021-05-28 | 1 | -2/+2 |
|\ \ | |||||
| * | | Use GHCR for services | Lukas Reschke | 2021-05-28 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #27213 from nextcloud/use-alpine-git | John Molakvoæ | 2021-05-28 | 1 | -79/+79 |
|\ \ | |||||
| * | | Use GHCR for Git Pull image | Lukas Reschke | 2021-05-28 | 1 | -79/+79 |
| |/ | |||||
* / | Use GHCR Selenium Container | Lukas Reschke | 2021-05-28 | 1 | -11/+11 |
|/ | |||||
* | Use GitHub container registry | Lukas Reschke | 2021-05-27 | 1 | -54/+54 |
* | Add integration tests for searching users in contacts menu | Daniel Calviño Sánchez | 2021-04-23 | 1 | -0/+25 |
* | Update acceptance tests to Selenium 3 | Daniel Calviño Sánchez | 2021-04-16 | 1 | -11/+11 |
* | Merge pull request #25331 from nextcloud/fix-valid-storages-removed-when-clea... | Morris Jobke | 2021-03-18 | 1 | -1/+1 |
|\ | |||||
| * | Add integration tests for "sharing:cleanup-remote-storages" OCC command | Daniel Calviño Sánchez | 2021-01-26 | 1 | -1/+1 |
* | | Also execute the new tests on drone | Joas Schilling | 2021-03-10 | 1 | -0/+25 |
|/ | |||||
* | Use specific docker image tags to allow drone to cache them and not run into ... | Morris Jobke | 2021-01-08 | 1 | -22/+22 |
* | Fix name of avatar integration tests in Drone | Daniel Calviño Sánchez | 2021-01-07 | 1 | -1/+1 |
* | Update postgres version tests | Roeland Jago Douma | 2021-01-07 | 1 | -3/+73 |
* | No need to run mysql5 tests anymore | Roeland Jago Douma | 2021-01-06 | 1 | -101/+0 |
* | jsunit: Run jsunit with chromium/puppeteer on github actions | Julius Härtl | 2020-12-29 | 1 | -23/+0 |
* | Add php8 CI | Roeland Jago Douma | 2020-12-07 | 1 | -10/+10 |
* | Add integration tests for user avatars | Daniel Calviño Sánchez | 2020-12-07 | 1 | -0/+25 |
* | Only run phpunit when php, xml or test files are modified | Joas Schilling | 2020-10-30 | 1 | -0/+21 |
* | To revert once php8.0 packages are there | Joas Schilling | 2020-09-18 | 1 | -14/+24 |