Skip to content

Releases: nVentiveUX/docker-ttrss

v2023.11.04

04 Nov 08:12
Compare
Choose a tag to compare

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

28 Oct 08:12
Compare
Choose a tag to compare

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

21 Oct 08:12
Compare
Choose a tag to compare

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

14 Oct 08:12
Compare
Choose a tag to compare

Upstream changes

  • fix content_preview not shown in JSON shared feed

v2023.10.07

07 Oct 08:12
Compare
Choose a tag to compare

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

23 Sep 08:12
Compare
Choose a tag to compare

Upstream changes

  • Revert "CI: use nexus alpine proxy"
  • phpstan fix
  • feed debugger: add content regexp matches to filter debug output

v2023.09.02

02 Sep 08:12
Compare
Choose a tag to compare

Upstream changes

  • gitignore phpstan-tmp
  • phpstan: set tmp dir
  • CI: use nexus alpine proxy
  • phpstan: exclude intervention from plugins/

v2023.08.13

13 Aug 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.08.12...v2023.08.13

v2023.08.12

12 Aug 08:11
Compare
Choose a tag to compare

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

05 Aug 08:12
Compare
Choose a tag to compare

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