Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: Add job for MariaDB 10.6 | Harald Eilertsen | 2024-01-22 | 1 | -4/+13 |
| | | | | | Reuse job definition for mysql job, and alias the mariadb service to mysql so that the job will find it. | ||||
* | CI: Slight refactoring. | Harald Eilertsen | 2024-01-21 | 1 | -4/+4 |
| | |||||
* | CI: Upgrade to use MySQL version 8.0 | Harald Eilertsen | 2024-01-21 | 1 | -3/+3 |
| | | | | This is the oldest version we support now. | ||||
* | Update CI run to archive dbfail.out if test run fails | Harald Eilertsen | 2024-01-15 | 1 | -6/+11 |
| | |||||
* | CI: Install pecl extensions after system packages. | Harald Eilertsen | 2024-01-07 | 1 | -1/+1 |
| | | | | | The php yaml extension requires libyaml, which has to be installed first. | ||||
* | CI: Install yaml extension from PECL. | Harald Eilertsen | 2024-01-07 | 1 | -3/+3 |
| | |||||
* | Remove behat as dev dependency. | Harald Eilertsen | 2024-01-07 | 1 | -2/+2 |
| | | | | | | | | | As the Symphony\Yaml stuff disappeared with behat, we need another way to load read the yaml files with database fixtures for the integration tests. As the php yaml extension is not distributed with PHP by default, this creates it as another dev dependency! | ||||
* | install bcmath | Mario | 2024-01-06 | 1 | -1/+1 |
| | |||||
* | tests: Integrate the DB in "unit" tests. | Harald Eilertsen | 2024-01-06 | 1 | -99/+66 |
| | |||||
* | rever iconv in gitlab ci | Mario | 2023-10-05 | 1 | -1/+0 |
| | |||||
* | composer update bootstrap | Mario | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | tests | Mario | 2023-03-08 | 1 | -3/+3 |
| | |||||
* | add options | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | more dependencies | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | lets try this | Mario | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | add php-gd | Mario | 2022-02-11 | 1 | -2/+4 |
| | |||||
* | restructure | Mario | 2022-02-11 | 1 | -3/+14 |
| | |||||
* | do phpunit though | Mario | 2022-02-11 | 1 | -4/+4 |
| | |||||
* | skip db tests for now | Mario | 2022-02-11 | 1 | -37/+37 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -2/+1 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -0/+1 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -0/+1 |
| | |||||
* | more ci testing | Mario | 2022-02-11 | 1 | -0/+2 |
| | |||||
* | run composer updatee | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | more version bumps | Mario | 2022-02-11 | 1 | -9/+10 |
| | |||||
* | typo | Mario | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | bump php image to 8.0 | Mario | 2022-02-11 | 1 | -1/+3 |
| | |||||
* | sigh... | Mario | 2021-10-02 | 1 | -12/+11 |
| | |||||
* | another try on pg test | Mario | 2021-10-02 | 1 | -11/+12 |
| | |||||
* | nope - disable pg test until the issue is resolved | Mario | 2021-10-02 | 1 | -7/+7 |
| | |||||
* | another try to fix pg test | Mario | 2021-10-02 | 1 | -3/+3 |
| | |||||
* | see if this fixes pgsql test issue | Mario | 2021-10-02 | 1 | -2/+2 |
| | |||||
* | update gitlab-ci | Mario | 2020-11-26 | 1 | -4/+4 |
| | |||||
* | wrong path | Mario | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | set xdebug.mode=coverage in php.ini | Mario | 2020-11-26 | 1 | -1/+2 |
| | |||||
* | update ci file | Mario | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | minor adjustion | Mario | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug | Mario | 2020-11-26 | 1 | -2/+2 |
| | |||||
* | more psr-4 autoloading standard | Mario | 2020-11-26 | 1 | -4/+4 |
| | |||||
* | comment out xdebug | Mario | 2020-11-26 | 1 | -2/+2 |
| | |||||
* | bump php version to 7.3 for gitlab-ci | Mario | 2020-05-07 | 1 | -11/+10 |
| | |||||
* | Extending GitLab CI/CD. | Klaus Weidenbach | 2019-04-13 | 1 | -37/+58 |
| | | | | | | Add PHP7.3 image and .gitlab-ci.yml restructuring. Use YAML Anchors for job templates. Add more DB/PHP version combinations. | ||||
* | Improve gitlab-ci environment. | Klaus Weidenbach | 2019-02-17 | 1 | -19/+50 |
| | | | | | | | Use a custom Hubzilla image to speed up pipeline. Single test jobs were around 4:30-5:00 minutes, now ~1:30 minute. Improve Composer cache in Gitlab CI/CD. Add more recent databases (MySQL8, MariaDB10.3) to the pipeline. | ||||
* | Publish doxygen API documentation at gitlab pages. | Klaus Weidenbach | 2019-01-24 | 1 | -0/+26 |
| | | | | | | | | | | Create the API documentation with Doxygen and publish it through gitlab-ci as a Gitlab page at: https://hubzilla.frama.io/core This should only happen when master gets updated. Update Doxyfile configuration. Correct image usage. Replace RedMatrix with Hubzilla icon. | ||||
* | Add PostgreSQL to gitlab-ci setup. | Klaus Weidenbach | 2019-01-17 | 1 | -7/+40 |
| | | | | Run our tests against a PostgreSQL again. | ||||
* | add gitlab-ci.yml and phpunit.xml | git-marijus | 2018-10-13 | 1 | -0/+36 |
| | |||||
* | revert gitlab-ci until we have a working configuration | Mario Vavti | 2018-10-10 | 1 | -41/+0 |
| |