Commit Graph

11697 Commits

Author SHA1 Message Date
Andrew Dolgov 58450486a0
dockerfile cleanup 2023-04-03 17:47:03 +03:00
Andrew Dolgov 4a60652be9
fix eslint task extending .phpunit 2023-04-02 12:32:28 +03:00
Andrew Dolgov 521ac622e4
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss 2023-04-02 12:31:00 +03:00
Andrew Dolgov f0e0f7d5f5
use common CI template 2023-04-02 12:30:33 +03:00
fox c2d8ba5973 Merge branch 'bugfix/editfeed-focus' into 'master'
Make the edit feed dialog's 'remove icon' button a regular button.

See merge request tt-rss/tt-rss!1
2023-04-01 19:13:13 +00:00
wn_ 807f914338 Make edit feed dialog's 'remove icon' button a regular button.
Previously it was of type 'submit', and hitting Enter anywhere in the modal triggered its action (rather than the other submit button for saving).
2023-04-01 14:22:33 +00:00
Andrew Dolgov fd98d6d117
add branch tasks 2023-04-01 12:52:45 +03:00
Andrew Dolgov 92185933f9
more pipeline tweaks 2023-04-01 12:36:37 +03:00
Andrew Dolgov 4fd0d13b64
phpstan: depend on phpunit 2023-04-01 12:03:59 +03:00
Andrew Dolgov e2a02f1f4b
add some manual job triggers 2023-04-01 12:03:20 +03:00
Andrew Dolgov 00d2cb0f93
remove docs stage 2023-04-01 09:51:44 +03:00
Andrew Dolgov 2b01786124
CI: set some job filters 2023-04-01 09:50:32 +03:00
Andrew Dolgov 088dd049b5
fix phpdoc stage 2023-04-01 09:35:54 +03:00
Andrew Dolgov 28a911a2a8
add phpdoc job 2023-04-01 09:34:59 +03:00
Andrew Dolgov 066b9a29d7
WIP: gitlab-ci 2023-04-01 08:58:54 +03:00
fox 269c0f53b8 Merge pull request 'isLoggedIn adds a message to the system log when it returns false, fix for php8+' (#106) from rodneys_mission/tt-rss:master into master
Reviewed-on: https://gitea.tt-rss.org/tt-rss/tt-rss/pulls/106
2023-04-01 06:36:57 +03:00
Rodney Stromlund 80bd26b3b1 isLoggedIn adds a message to the system log when it returns false, fix for php8+, removed empty test for bool conversion. 2023-03-31 20:26:36 -05:00
Andrew Dolgov 3ca3e54251
lint job: remove useless cache hash 2023-03-29 17:19:57 +03:00
Rodney Stromlund 7795c415ab isLoggedIn adds a message to the system log when it returns false, fix for php8+ 2023-03-29 08:20:52 -05:00
Andrew Dolgov cf656125b9
good idea to checkout code before trying to document it 2023-03-28 18:02:26 +03:00
Andrew Dolgov 740d249aba
phpdoc job: verbosity 2023-03-28 18:00:00 +03:00
Andrew Dolgov dfffa20e78
simplify pipeline setup 2023-03-28 17:57:17 +03:00
Andrew Dolgov d25440f051
fix ssh for phpdoc pipeline 2023-03-28 17:55:10 +03:00
Andrew Dolgov da620ef5d8
add phpdoc job 2023-03-28 17:52:59 +03:00
Andrew Dolgov ecedc51162
add docker build cache 2023-03-27 09:34:02 +03:00
Andrew Dolgov 33a3672eab
use action for image meta 2023-03-26 20:48:07 +03:00
Andrew Dolgov a0b52caced
we don't need to do npm install either 2023-03-26 19:19:11 +03:00
Andrew Dolgov 37014d78fd
remove node_modules after eslint pass 2023-03-26 19:18:03 +03:00
Andrew Dolgov 0c42d99a93
shorten pipeline 2023-03-26 17:25:11 +03:00
Andrew Dolgov c41c1bd353
update FROM links for harbor 2023-03-26 10:28:33 +03:00
Andrew Dolgov d40b6c655f
enable multiarch 2023-03-26 00:09:24 +03:00
Andrew Dolgov 6cf4ebbabd
bring back nginx_xaccel 2023-03-25 23:05:06 +03:00
Andrew Dolgov 723323d746
add gitea-CI docker builder 2023-03-25 22:41:47 +03:00
Andrew Dolgov d305532bce
commit package-lock.json, add eslint task 2023-03-25 18:10:26 +03:00
Andrew Dolgov 903b9dbb8b
CI: add on PR 2023-03-25 11:26:53 +03:00
Andrew Dolgov 8e490af01c
jenkins lint -> gitea workflow 2023-03-25 10:58:02 +03:00
Andrew Dolgov ca86a0e239
add lint workflow 2023-03-25 09:56:59 +03:00
Andrew Dolgov 563675de09
* auth_internal OTP form: fix double-urlencode
* post-login redirect: handle ?return in a less idiotic fashion
2023-03-23 20:05:03 +03:00
Andrew Dolgov 0f9488ace0
combined mode: prevent left part of footer pushing right part out of viewport 2023-03-20 18:33:29 +03:00
fox cddbf5bf5a Merge pull request 'Replace special feed and category numbers with constants.' (#104) from wn/tt-rss:feature/special-feed-and-cat-consts into master
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/104
2023-03-07 20:13:10 +03:00
wn_ b14a8a76eb Change 'FEED_NOTHING' to 'FEED_DASHBOARD'. 2023-03-07 15:45:07 +00:00
fox c4026b408b Merge pull request 'Bump PHPStan to 1.10.3, address some new warnings' (#103) from wn/tt-rss:feature/bump-phpstan into master
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/103
2023-03-07 16:50:13 +03:00
wn_ c923fda8c9 Also use friendly names for special feed+cat IDs in the frontend. 2023-03-05 20:06:48 +00:00
wn_ fe08299ec4 Replace special feed and category numbers with constants. 2023-03-05 19:16:48 +00:00
wn_ 029cb8f442 Revert 7ed4fa4c1d and use @var instead.
PHPStan had trouble recognizing that ['items'] might have elements added.
2023-03-05 16:29:51 +00:00
wn_ 42b287e964 Remove unused 'Prefs::_delete()'.
Related to dabb85c7dd.
2023-03-05 15:30:12 +00:00
wn_ dabb85c7dd Address PHPStan warning about unused private method 'Prefs::_delete()'. 2023-03-05 14:20:19 +00:00
wn_ 7ed4fa4c1d Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'.
PHPStan flagged the 'count()' below this with: Comparison operation '>' between 0 and 0 is always false.
2023-03-05 14:20:19 +00:00
wn_ c4b16ca608 Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'.
Since 'PluginHost::add_command()' is currently the only way to add to this private array, and it always sets an array, this is reasonably safe.
2023-03-05 14:20:19 +00:00
wn_ c48dd6a3c4 Address PHPStan 'right side always true' in FeedItem_RSS. 2023-03-05 14:20:19 +00:00