aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ddev phpstan command to run phpstan in the container.mainHarald Eilertsen2024-11-121-0/+9
|
* Add ddev phpunit setup command to set up test dbHarald Eilertsen2024-11-121-15/+23
|
* Add ddev util command to run hubzilla utils in container.Harald Eilertsen2024-11-121-0/+13
|
* Fix test db credentials in config.Harald Eilertsen2024-11-121-2/+2
|
* Begin doc using mdbook.Harald Eilertsen2024-06-2723-0/+241
|
* Add /docs and /coverage to the web server config.Harald Eilertsen2024-06-151-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 phpcsHarald Eilertsen2024-05-104-43/+367
|
* Add extra dependencies for dev branch.Harald Eilertsen2024-01-142-2/+7
|
* Fix some indentation issues for yml and xml files in editorconfig.Harald Eilertsen2024-01-071-0/+6
|
* Use default phpunit config and generate html coverage report.Harald Eilertsen2024-01-071-2/+2
|
* Add new required dependencies bcmath and sodium.Harald Eilertsen2024-01-071-1/+1
| | | | These are required after Hubzilla version 8.8.5.
* Remove old nginx example config.Harald Eilertsen2023-12-191-94/+0
|
* Use custom nginx-config, and set composer rootHarald Eilertsen2023-12-192-4/+95
|
* Fix ddev config and add phpunit subcommandHarald Eilertsen2023-09-102-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 HubzillaHarald Eilertsen2023-07-021-0/+46
|
* Add readme fileHarald Eilertsen2023-04-301-0/+13
|
* Set up a ddev env for development/testing og HubzillaHarald Eilertsen2023-04-305-0/+124