vikunja/pkg/modules/migration
kolaente c9c250fb1c fix: add missing Commit() to write callers
After NewSession() auto-begins a transaction, callers that perform
writes must explicitly call Commit() for changes to persist. Without
this, writes are silently rolled back when Close() is called.

Affected callers:
- user deletion notification cron
- caldav token generation/deletion
- token cleanup cron
- mark-all-notifications-read endpoint
- saved filter view cron
- project background delete
- typesense reindex
- export cleanup cron
- task last-updated listener
- saved filter view listener
- SSO team cleanup cron
- migration status start/finish
- background set/remove handlers
- orphaned task position cleanup
- file creation
2026-02-25 11:03:02 +01:00
..
handler fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00
microsoft-todo fix(migration): make migration from Microsoft Todo work for those with previously migrated wunderlist accounts (#2126) 2026-02-17 16:54:03 +01:00
ticktick fix: treat archived TickTick tasks as done during import 2026-02-23 14:52:20 +01:00
todoist refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
trello refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
vikunja-file refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
create_from_structure.go fix(files): update all callers to provide seekable readers for S3 uploads 2026-02-08 15:31:25 +01:00
create_from_structure_test.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
errors.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
helpers.go feat(migration/todoist): migrate from Sync API v9 to API v1 (#2072) 2026-01-09 22:50:27 +01:00
helpers_test.go fix(migration): return proper error message when request fails 2025-11-12 20:25:17 +01:00
main_test.go refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
migration_status.go fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
migrator.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
testimage.jpg feat(migrators): remove wunderlist (#1346) 2022-12-29 17:12:39 +00:00