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 |
||
|---|---|---|
| .. | ||
| cron.go | ||
| main_test.go | ||
| openid.go | ||
| openid_test.go | ||
| providers.go | ||
| providers_test.go | ||