Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ddev phpstan command to run phpstan in the container.main | Harald Eilertsen | 2024-11-12 | 1 | -0/+9 |
| | |||||
* | Add ddev phpunit setup command to set up test db | Harald Eilertsen | 2024-11-12 | 1 | -15/+23 |
| | |||||
* | Add ddev util command to run hubzilla utils in container. | Harald Eilertsen | 2024-11-12 | 1 | -0/+13 |
| | |||||
* | Fix test db credentials in config. | Harald Eilertsen | 2024-11-12 | 1 | -2/+2 |
| | |||||
* | Begin doc using mdbook. | Harald Eilertsen | 2024-06-27 | 23 | -0/+241 |
| | |||||
* | Add /docs and /coverage to the web server config. | Harald Eilertsen | 2024-06-15 | 1 | -0/+11 |
| | | | | | This allows direct access to the generated api docs and the coverage reports generated by respectively doxygen and phpunit. | ||||
* | Update config, phpunit and phpcs | Harald Eilertsen | 2024-05-10 | 4 | -43/+367 |
| | |||||
* | Add extra dependencies for dev branch. | Harald Eilertsen | 2024-01-14 | 2 | -2/+7 |
| | |||||
* | Fix some indentation issues for yml and xml files in editorconfig. | Harald Eilertsen | 2024-01-07 | 1 | -0/+6 |
| | |||||
* | Use default phpunit config and generate html coverage report. | Harald Eilertsen | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | Add new required dependencies bcmath and sodium. | Harald Eilertsen | 2024-01-07 | 1 | -1/+1 |
| | | | | These are required after Hubzilla version 8.8.5. | ||||
* | Remove old nginx example config. | Harald Eilertsen | 2023-12-19 | 1 | -94/+0 |
| | |||||
* | Use custom nginx-config, and set composer root | Harald Eilertsen | 2023-12-19 | 2 | -4/+95 |
| | |||||
* | Fix ddev config and add phpunit subcommand | Harald Eilertsen | 2023-09-10 | 2 | -9/+10 |
| | | | | | | | | | | | | | | | | + Update config to use ./core as working dir. Hubzilla assumes it is running with it's root directory as the cwd, so this makes sure tests work correctly when invoked through ddev. + Add phpunit ddev subcommand Enables running phpunit in the container directly from the host terminal like this. $ ddev phpunit -c tests/phpunit.xml tests The paths are relative to ./core | ||||
* | Add base phpcs comfig for Hubzilla | Harald Eilertsen | 2023-07-02 | 1 | -0/+46 |
| | |||||
* | Add readme file | Harald Eilertsen | 2023-04-30 | 1 | -0/+13 |
| | |||||
* | Set up a ddev env for development/testing og Hubzilla | Harald Eilertsen | 2023-04-30 | 5 | -0/+124 |