You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[O2B-952] Fixed a bug where the tally of replies was not accurately reflected on the log overview pages (#1279)
* [O2B-952] add custom query that counts a log's total reply count
* [O2B-952] make reply counter available to all log overviews
* [O2B-952] fix: addressing SQL injection vulnerability in the existing getTagDistributionQuery
* [O2B-952] reverted code simplification because of breaking tests
* [O2B-952] missed addChildrenCountByRootLog that has been replaced
* [O2B-952] Implemented the query as a combined query to reduce amount of queries sent
* [O2B-952] add a safety check to prevent the method's execution when there are now logs in the rows
0 commit comments