Commit Graph

12317 Commits

Author SHA1 Message Date
wn_
25d8655214 Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'. 2025-05-22 18:05:02 +00:00
Andrew Dolgov
3783d987e5 Merge branch 'unprotected-phpunit' 2025-05-22 20:53:16 +03:00
Andrew Dolgov
a2a4e831cf set some needs 2025-05-22 20:51:50 +03:00
Andrew Dolgov
3e5889394a use generic push commit job 2025-05-22 20:50:46 +03:00
Andrew Dolgov
eb2ef63c46 Merge branch 'scheduler-env' into 'master'
make default task schedules configurable

See merge request tt-rss/tt-rss!140
2025-05-22 20:37:46 +03:00
Andrew Dolgov
dba83a639c fix wrong config param being used & add a link to cron syntax we support 2025-05-22 20:36:09 +03:00
Andrew Dolgov
581fbd762d try running integration tests without harbor 2025-05-22 20:23:28 +03:00
Andrew Dolgov
b25684a5a6 make default task schedules configurable 2025-05-22 20:01:00 +03:00
Andrew Dolgov
6695a81e3a drop legacy ci file 2025-05-22 19:57:05 +03:00
Andrew Dolgov
777e60f854 drop integration test include, drop legacy CI file 2025-05-22 19:56:36 +03:00
Andrew Dolgov
9b998b3069 fix typo 2025-05-22 14:58:57 +03:00
Andrew Dolgov
fa9da54d91 shorten services 2025-05-22 14:57:23 +03:00
Andrew Dolgov
0a3bec7201 switch selenium to services 2025-05-22 14:44:54 +03:00
Andrew Dolgov
91ed6e6f62 add app_fastcgi_pass to gitlab-ci 2025-05-22 14:34:37 +03:00
Andrew Dolgov
a51d5ac438 add APP_FASTCGI_PASS 2025-05-22 14:22:40 +03:00
Andrew Dolgov
b29de3eb7c add APP_WEB_ROOT to fpm container 2025-05-22 14:05:24 +03:00
Andrew Dolgov
819fde7318 try switching phpunit off helm 2025-05-22 13:54:58 +03:00
Andrew Dolgov
f91c19b040 Merge branch 'protected/selenium-standalone' 2025-05-22 12:45:35 +03:00
Andrew Dolgov
f21c0aa8f6 Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss 2025-05-22 12:45:31 +03:00
Andrew Dolgov
349d4c5931 Merge branch 'weblate-integration' into 'master'
Translated using Weblate (Chinese (Simplified Han script))

See merge request tt-rss/tt-rss!139
2025-05-22 12:44:57 +03:00
Andrew Dolgov
9c66b9b326 adjust timeouts again 2025-05-22 12:42:41 +03:00
Andrew Dolgov
80647fa4e8 fix typo 2025-05-22 12:40:23 +03:00
Andrew Dolgov
cb6fe8f974 adjust timeouts 2025-05-22 12:36:20 +03:00
Ptsa Daniel
45fc831243 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (703 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hans/
2025-05-22 08:59:04 +00:00
Andrew Dolgov
99caba74a9 also add driver implicit wait for element search 2025-05-22 11:48:40 +03:00
Andrew Dolgov
33047a86ba try adding selenium page timeout 2025-05-22 11:45:08 +03:00
Andrew Dolgov
b447cda515 increase selenium timeout/attempts 2025-05-22 11:23:01 +03:00
Andrew Dolgov
2294090778 switch selenium to standalone container 2025-05-22 11:17:30 +03:00
wn
b9b5c378b0 Merge branch 'feature/filter-action-refs' into 'master'
Improve naming when working with filter actions.

See merge request tt-rss/tt-rss!138
2025-05-21 15:00:31 -05:00
wn_
df28c71641 Improve naming when working with filter actions.
Also updated some related typing and documentation.
2025-05-21 18:34:16 +00:00
Andrew Dolgov
9ffb096e87 Merge branch 'weblate-integration' into 'master'
Translated using Weblate (German)

See merge request tt-rss/tt-rss!137
2025-05-21 18:50:07 +03:00
Achim Schumacher
5cf787064d Translated using Weblate (German)
Currently translated at 98.2% (691 of 703 strings)

Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/de/
2025-05-21 11:04:07 +02:00
Andrew Dolgov
eab69f8796 Merge branch 'feature/orm-and-misc' into 'master'
Use ORM in more places, deprecate const SUBSTRING_FOR_DATE, some minor fixes

See merge request tt-rss/tt-rss!135
2025-05-19 08:06:56 +03:00
Andrew Dolgov
f4973264d3 Merge branch 'feature/cache_starred_images-media' into 'master'
Improve media detection in 'cache_starred_images'.

See merge request tt-rss/tt-rss!136
2025-05-19 07:56:27 +03:00
wn_
a164790268 Improve media detection in 'cache_starred_images'.
This was mostly a copy from 'RSSUtils::cache_media()'.
2025-05-19 02:17:41 +00:00
wn_
ce36b27a0d Fix check for no articles found in 'RSSUtils::update_rss_feed()'.
FeedParser will always return an array.
2025-05-18 16:08:13 +00:00
wn_
2749c75b72 Minor ORM usage tweak in 'RSSUtils::update_rss_feed()'. 2025-05-18 16:06:44 +00:00
wn_
adf71f09a9 Use ORM in remaining parts of 'Pref_Users'. 2025-05-18 15:46:35 +00:00
wn_
cdd48bb1fa Use ORM in 'Counters::get_feeds()' (and simplify stuff). 2025-05-18 14:51:47 +00:00
wn_
2fa54cc627 Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
With MySQL support removed (b154bc7a10) this constant is unnecessary.
2025-05-18 14:26:05 +00:00
wn_
0acaac7115 Remove an outdated check for 'E_DEPRECATED' existence. 2025-05-18 14:09:27 +00:00
Andrew Dolgov
d859c56636 send content-length with cached files 2025-05-18 09:06:01 +03:00
Andrew Dolgov
895e29ec26 Merge branch 'feature/remove-past-comparison-qpart' into 'master'
Get rid of 'Db::past_comparison_qpart()'.

See merge request tt-rss/tt-rss!134
2025-05-18 07:50:05 +03:00
wn_
c472f00445 Get rid of 'Db::past_comparison_qpart()'.
With MySQL support dropped this function is just an unnecessary layer of abstraction.
2025-05-17 19:08:15 +00:00
Andrew Dolgov
868c1cadad API/getFeeds: return feed last_error & update_interval 2025-05-17 12:49:41 +03:00
Andrew Dolgov
aa58ab1ce0 drop gocomics and other inactive af_comics filters - third time the charm 2025-05-17 08:03:09 +03:00
Andrew Dolgov
2e50f96901 Revert "drop gocomics and other inactive af_comics filters"
This reverts commit 5f064b4477.
2025-05-17 08:02:42 +03:00
Andrew Dolgov
d0d90e4ec8 Merge branch 'master' of gitlab.fakecake.org:git/tt-rss/tt-rss 2025-05-17 08:02:11 +03:00
Andrew Dolgov
888bf821d6 drop gocomics and other inactive af_comics filters 2025-05-17 08:01:57 +03:00
Andrew Dolgov
5f064b4477 drop gocomics and other inactive af_comics filters 2025-05-17 08:00:04 +03:00