Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2023-11-27 | [bugfix] Don't copy ptr fields in caches (#2386) | 1 | ||
2023-08-17 | [bugfix] fix double firing bun.DB query hooks (#2124) | 1 | ||
* improve bun.DB wrapping readability + comments, fix double-firing query hooks * fix incorrect code comment placement * fix linter issues * Update internal/db/basic.go * do as the linter commmands ... --------- Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: Daenney <daenney@users.noreply.github.com> | ||||
2023-07-27 | [chore] fix merge issue (#2029) | 1 | ||
2023-07-27 | [feature] Support setting private notes on accounts (#1982) | 1 | ||
* Support setting private notes on accounts * Reformat comment whitespace * Add missing license headers * Use apiutil.ParseID * Rename Note model and cache to AccountNote * Update golden cache config in test/envparsing.sh * Rename gtsmodel/note.go to gtsmodel/accountnote.go * Update AccountNote uniqueness constraint name Now has same prefix as other indexes on this table. --------- Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com> |