You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store/db/mysql
Copilot b685ffacdf refactor: memo filter
- Updated memo and reaction filtering logic to use a unified engine for compiling filter expressions into SQL statements.
- Removed redundant filter parsing and conversion code from ListMemoRelations, ListReactions, and ListAttachments methods.
- Introduced IDList and UIDList fields in FindMemo and FindReaction structs to support filtering by multiple IDs.
- Removed old filter test files for reactions and attachments, as the filtering logic has been centralized.
- Updated tests for memo filtering to reflect the new SQL statement compilation approach.
- Ensured that unsupported user filters return an error in ListUsers method.
3 weeks ago
..
activity.go chore: update database migrator 2 years ago
attachment.go refactor: memo filter 3 weeks ago
common.go fix: memo content snippet 1 year ago
idp.go chore: migrate idp service 2 years ago
inbox.go fix: remove errors.Wrap(nil) (#4576) 7 months ago
memo.go refactor: memo filter 3 weeks ago
memo_filter_test.go refactor: memo filter 3 weeks ago
memo_relation.go refactor: memo filter 3 weeks ago
migration_history.go chore: update database migrator 2 years ago
mysql.go chore: fix linter 5 months ago
reaction.go refactor: memo filter 3 weeks ago
user.go refactor: memo filter 3 weeks ago
user_setting.go refactor: general user setting 4 months ago
workspace_setting.go chore: tweak workspace setting store 2 years ago