vikunja/pkg
kolaente e6cbd67ab5 test: call real MultiFieldSearch function and branch on db engine
Instead of manually constructing builder.Expr conditions to simulate
the ParadeDB path, call MultiFieldSearchWithTableAlias() directly and
use isParadeDB() to branch assertions. When ParadeDB is available,
assert the ||| operator with ::pdb.fuzzy(1, t) syntax; otherwise
assert the LIKE/ILIKE fallback. Tests skip when no database engine
is initialized (x == nil).
2026-03-05 13:57:05 +01:00
..
caldav fix(caldav): parse timestamps in configured timezone 2026-03-03 12:18:48 +01:00
cmd feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
config fix: validate default settings timezone on startup (#2345) 2026-03-03 12:16:37 +00:00
cron fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db test: call real MultiFieldSearch function and branch on db engine 2026-03-05 13:57:05 +01:00
doctor refactor: remove typesense support 2026-02-25 12:15:28 +01:00
e2etests test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00
events feat: add InitEventsForTesting and Unfake for real event dispatch in tests 2026-03-05 12:49:27 +01:00
files feat: register Vikunja tables with db package at init 2026-03-04 15:37:54 +01:00
health feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
i18n chore(i18n): update translations via Crowdin 2026-02-21 01:09:54 +00:00
initialize refactor: remove typesense support 2026-02-25 12:15:28 +01:00
log fix(log): write each log category to its own file (#2206) 2026-02-08 15:22:58 +00:00
mail fix(mail): disable queue when mailer disabled (#2069) 2026-01-08 15:51:31 +01:00
metrics fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
migration refactor: remove typesense support 2026-02-25 12:15:28 +01:00
models fix: handle deleted user in saved filter view event listener 2026-03-04 22:05:01 +01:00
modules fix: allow browser caching for file downloads (#2349) 2026-03-04 17:43:03 +01:00
notifications feat: register Vikunja tables with db package at init 2026-03-04 15:37:54 +01:00
plugins fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00
red fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
routes fix: include remote IP address in HTTP request logs 2026-03-04 23:47:40 +01:00
swagger [skip ci] Updated swagger docs 2026-03-04 19:40:40 +00:00
user refactor: move ListUsers tests from pkg/user to pkg/models 2026-03-04 20:32:11 +01:00
utils refactor(utils): extract ContainsPathTraversal to shared utils package 2026-02-25 13:01:00 +01:00
version fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web feat(handlers): dispatch pending events after transaction commit 2026-03-03 12:46:34 +01:00
webtests test: add web tests for prefix/substring search (#2346) 2026-03-05 13:57:05 +01:00