summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2023-10-26Fix class names in some more places.wn_
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
2023-10-24add a workaround for make_self_url() when invoked off /api/ endpoint, add uni...Andrew Dolgov
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 fo...Andrew Dolgov
2023-10-23Revert "make phpstan happy"Andrew Dolgov
2023-10-23make phpstan happyAndrew Dolgov
2023-10-23add a self url path hack to strip request path directories (needed for /api/i...Andrew Dolgov
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