Commit Graph

14 Commits (9bf648ac911be4729283ef5e34f7f4c9bd86c97e)

Author SHA1 Message Date
boojack 50638040f6
fix: reduce list memo query overhead (#5880) 2 months ago
boojack c45663761d fix(api): reduce memory pressure in backend paths 2 months ago
boojack 10a955fd62 refactor: move plugin packages under internal 2 months ago
memoclaw 1e82714a52
perf: batch load memo relations when listing memos (#5692)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
3 months ago
Johnny 69b62cccdb test: optimize store tests performance by reusing docker image and reducing build context 5 months ago
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.
8 months ago
johnnyjoy ed23cbc011 refactor: memo filter 11 months ago
johnnyjoy 2a92baf52c fix: filter args of postgres 1 year ago
Johnny b94682dc4f
chore: fix linter 1 year ago
Johnny 18b9b9d18f
chore: implement memo filter in list memo relations 1 year ago
Steven 26545c855c refactor: implement s3 storage 2 years ago
Steven 501f8898f6 chore: fix postgres stmts 2 years ago
Steven 0127e08a28 fix: data conflict handler 3 years ago
Irving Ou 9c18960f47
feat: support Postgres (#2569)
* skeleton of postgres

skeleton

* Adding Postgres specific db schema sql

* user test passed

* memo store test passed

* tag is working

* update user setting test done

* activity test done

* idp test passed

* inbox test done

* memo_organizer, UNTESTED

* memo relation test passed

* webhook test passed

* system setting test passed

* passed storage test

* pass resource test

* migration_history done

* fix memo_relation_test

* fixing server memo_relation test

* passes memo relation server test

* paess memo test

* final manual testing done

* final fixes

* final fixes cleanup

* sync schema

* lint

* lint

* lint

* lint

* lint
3 years ago