Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2023.11.04
Upstream changes
- add wip UI/backend stuff to filter feed tree
- add wait-for-element to selenium test
- remove .git before_scripts
- Revert "pass .git to docker context so self-built images would have some way to determine version without CI variables"
- forgot one job
- do the same for :publish jobs
- fix yaml indents
- add .git to .dockerignore when building master images
- pass .git to docker context so self-built images would have some way to determine version without CI variables
- add some more phpunit api tests
- pass API_URL to phpunit-integration CLI
- fix apitest
- fix circular dependency
- reduce targets
- add phpunit integration (wip)
- add stuff necessary to run integration tests using phpunit
- add always-failing mock of api test
- phpunit - skip integration tests
- use python unittest for selenium tests
v2023.10.28
Upstream changes
- add a separate interface for auth modules w/ change_password() method
- unify test class naming
- Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
- replace some dirname horrors with a separate unit-tested method
- Merge branch 'bugfix/psr-4-renames' into 'master'
- Fix class names in some more places.
- make phpstan happy
- add healthcheck public method, map by default to /healthz
- move to psr-4 autoloader
- Revert "api: escape newlines in headline content HTML object"
- add a workaround for make_self_url() when invoked off /api/ endpoint, add unit tests for this method
- disable xdebug tracing
- api: escape newlines in headline content HTML object
- Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
- add stub opentelemetry classes in case it is disabled
- Update docker-compose.yml
- Revert "add a self url path hack to strip request path directories (needed for /api/index.php)"
- Revert "make phpstan happy"
- make phpstan happy
- add a self url path hack to strip request path directories (needed for /api/index.php)
- set demo webroot values
- demo - enable auto restart
- remove helm debug, hide demo job behind CI var
- we don't need a separate demo stage now
- set imageTag
- move demo to later stage
- add demo k8s job
- make sure we fail properly
- add configurable ns
- un-mock test, use SELENIUM_IMAGE
- use CI_COMMIT_SHORT_SHA for selenium test mock
- Merge branch 'master' into protected/selenium
- remove startup checks for SELF_URL_PATH, rely on auto-detection instead
- update test filename
- add integration branch job
- add selenium mock
- fix local compose file typo, wait a bit before curling login page
- fix previous
- force create cache directories on app startup
- enable updater by default
- compose tweaks
- add simple dev compose
- test: run curl to get login page
- move phpdoc to publish stage
- set phpdoc to always run
- add publish jobs
- test stub
- switch to html2text() instead of strip_tags() when preparing FTS index
- cosmetic fix for root span name
- fix previous
- stop whining if _SESSION etc are not defined
- show logged in user as root span name
- make phpstan happy, run phpstan on all files on task startup
- a bit more tracing
- add placeholder instrumentation for public
- stop calling spans scopes
- make tracer field non-static
- OPENTELEMETRY_HOST -> OPENTELEMETRY_ENDPOINT
- make phpstan & watcher happy, stop running phpstan on vendor/
- jaeger-client -> opentelemetry
v2023.10.21
Upstream changes
- unharcode proxy registry
- Revert "Revert "exp: switch to kaniko""
- Revert "exp: switch to kaniko"
- exp: switch to kaniko
- update phpdoc image
v2023.10.14
Upstream changes
- fix content_preview not shown in JSON shared feed
v2023.10.07
Upstream changes
- batch feed editor: don't try to save feed_url or title, those aren't in the dialog
- fix feed_language being unnecessarily quoted in batch feed editor
- enable fpm status page
v2023.09.23
Upstream changes
- Revert "CI: use nexus alpine proxy"
- phpstan fix
- feed debugger: add content regexp matches to filter debug output
v2023.09.02
Upstream changes
- gitignore phpstan-tmp
- phpstan: set tmp dir
- CI: use nexus alpine proxy
- phpstan: exclude intervention from plugins/
v2023.08.13
What's Changed
- feat(core): bump to php 8.2 by @bigbrozer in #37
- fix(ci): add manual release and fix tagging by @bigbrozer in #38
Full Changelog: v2023.08.12...v2023.08.13
v2023.08.12
Upstream changes
- Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
- fix basename() being passed a NULL value
- Merge branch 'protected/dockerignore-test' into 'master'
- add .dockerignore
v2023.08.05
Upstream changes
- use non-deprecated variant of get_schema_version()
- phpstan: exclude psr/log
-
- logger: add optional HTML output * feed debugger: add checkbox to dump feed XML