summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-29add some more phpunit api testsprotected/phpunit-integrationAndrew Dolgov
2023-10-29pass API_URL to phpunit-integration CLIAndrew Dolgov
2023-10-29fix apitestAndrew Dolgov
2023-10-29fix circular dependencyAndrew Dolgov
2023-10-29reduce targetsAndrew Dolgov
2023-10-29add phpunit integration (wip)Andrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-28add always-failing mock of api testAndrew Dolgov
2023-10-28phpunit - skip integration testsAndrew Dolgov
2023-10-28use python unittest for selenium testsAndrew Dolgov
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-27unify test class namingAndrew Dolgov
2023-10-27Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-26Merge branch 'bugfix/psr-4-renames' into 'master'Andrew Dolgov
Fix class names in some more places. See merge request tt-rss/tt-rss!10
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
2023-10-25make phpstan happyprotected/psr-4Andrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-10-24Revert "api: escape newlines in headline content HTML object"Andrew Dolgov
This reverts commit ed43a7336925c1a97cad8768afa52c5c46f299bb.
2023-10-24add a workaround for make_self_url() when invoked off /api/ endpoint, add ↵Andrew Dolgov
unit tests for this method
2023-10-24disable xdebug tracingAndrew Dolgov
2023-10-24api: escape newlines in headline content HTML objectAndrew Dolgov
2023-10-24Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-24add stub opentelemetry classes in case it is disabledAndrew Dolgov
2023-10-24Update docker-compose.ymlAndrew Dolgov
2023-10-23Revert "add a self url path hack to strip request path directories (needed ↵Andrew Dolgov
for /api/index.php)" This reverts commit 9826d2f07527e3259957628030adc87bde391b0c.
2023-10-23Revert "make phpstan happy"Andrew Dolgov
This reverts commit deb441e9e31bb2fe015c131fafd9570b630b5bf7.
2023-10-23make phpstan happyAndrew Dolgov
2023-10-23add a self url path hack to strip request path directories (needed for ↵Andrew Dolgov
/api/index.php)
2023-10-23set demo webroot valuesAndrew Dolgov
2023-10-22demo - enable auto restartAndrew Dolgov
2023-10-22remove helm debug, hide demo job behind CI varAndrew Dolgov
2023-10-22we don't need a separate demo stage nowAndrew Dolgov
2023-10-22set imageTagAndrew Dolgov
2023-10-22move demo to later stageAndrew Dolgov
2023-10-22add demo k8s jobAndrew Dolgov
2023-10-22make sure we fail properlyAndrew Dolgov
2023-10-22add configurable nsAndrew Dolgov
2023-10-22un-mock test, use SELENIUM_IMAGEAndrew Dolgov
2023-10-22use CI_COMMIT_SHORT_SHA for selenium test mockAndrew Dolgov
2023-10-22Merge branch 'master' into protected/seleniumAndrew Dolgov
2023-10-22remove startup checks for SELF_URL_PATH, rely on auto-detection insteadAndrew Dolgov
2023-10-22update test filenameAndrew Dolgov
2023-10-22add integration branch jobAndrew Dolgov
2023-10-22add selenium mockAndrew Dolgov
2023-10-22fix local compose file typo, wait a bit before curling login pageAndrew Dolgov
2023-10-22fix previousAndrew Dolgov
2023-10-22force create cache directories on app startupAndrew Dolgov
2023-10-22enable updater by defaultAndrew Dolgov