vikunja/pkg/doctor
kolaente a5b1a90c42 refactor: remove typesense support
Typesense was an optional external search backend. This commit fully
removes the integration, leaving the database searcher as the only
search implementation.

Changes:
- Delete pkg/models/typesense.go (core integration)
- Delete pkg/cmd/index.go (CLI command for indexing)
- Simplify task search to always use database searcher
- Remove Typesense event listeners for task sync
- Remove TypesenseSync model registration
- Remove Typesense config keys and defaults
- Remove Typesense doctor health check
- Remove Typesense initialization from startup
- Clean up benchmark test
- Add migration to drop typesense_sync table
- Remove golangci-lint suppression for typesense.go
- Remove typesense-go dependency
2026-02-25 12:15:28 +01:00
..
config.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
database.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
doctor.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
files.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
files_unix.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
files_windows.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
output.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
services.go refactor: remove typesense support 2026-02-25 12:15:28 +01:00
system.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
system_unix.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
system_windows.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
types.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
userns_linux.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
userns_other.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00