Commit Graph

55 Commits (511c04bca28c596263656249401a0d9d0786fb01)

Author SHA1 Message Date
boojack 10a955fd62 refactor: move plugin packages under internal 3 months ago
memoclaw acddef1f3d
fix(api): switch user resource names to usernames (#5779)
Co-authored-by: memoclaw <265580040+memoclaw@users.noreply.github.com>
4 months ago
Johnny dc7ec8a8ad feat: allow setting custom timestamps when creating memos and comments
Allow API users to set custom create_time, update_time, and display_time
when creating memos and comments. This enables importing historical data
with accurate timestamps.

Changes:
- Update proto definitions: change create_time and update_time from
  OUTPUT_ONLY to OPTIONAL to allow setting on creation
- Modify CreateMemo service to handle custom timestamps from request
- Update database drivers (SQLite, MySQL, PostgreSQL) to support
  inserting custom timestamps when provided
- Add comprehensive test coverage for custom timestamp functionality
- Maintain backward compatibility: auto-generated timestamps still
  work when custom values are not provided
- Fix golangci-lint issues in plugin/filter (godot and revive)

Fixes #5483
6 months ago
Claude e35f16306e feat: add id as final tie-breaker in ListMemos 9 months ago
Steven b4ea7d843f feat: enhance memo sorting functionality to support multiple fields 9 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.
9 months ago
varsnotwars fa2fa8a5d7
refactor: remove call to db for parent memo name (#4947) 11 months ago
johnnyjoy ed23cbc011 refactor: memo filter 12 months ago
Steven 1a75d19a89 fix: memo filter for sqlite 12 months ago
johnnyjoy 6d9770b9c8 chore: move filter to filters 12 months ago
johnnyjoy 7481fe10bf chore: remove order by pinned 12 months ago
Johnny 34ab88348e chore: sort by pinned 1 year ago
Johnny 925e97882e feat: support pinned factor 1 year ago
johnnyjoy 54a48b58d7 chore: remove random field 1 year ago
johnnyjoy 07336f0392 chore: update condition concat check 1 year ago
johnnyjoy a7ca63434b feat: validate shortcut's filter 1 year ago
johnnyjoy e0e735d14d feat: support memo filter for mysql and postgres 1 year ago
johnnyjoy 364f005ee5 fix: filter 1 year ago
johnnyjoy b9a0c56163 feat: support more factors in filter 1 year ago
johnnyjoy d605faeffa refactor: move pinned to memo 1 year ago
johnnyjoy 2058a8ab7b chore: move references to memo property 1 year ago
Viacheslav Potoropin 7ed3a12a64
fix: internal error on pin/unpin (#4332) 1 year ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
2 years ago
Steven 8b444be6ca chore: update tag search 2 years ago
Steven 07667257d5 feat: support order by time asc 2 years ago
Steven edc3b578d6 feat: implement search multi tags 2 years ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 2 years ago
Steven f0e5a72271 feat: update search memo filter 2 years ago
Steven 0c673d49ef chore: retire memo tags 2 years ago
Steven c561362d62 feat: implement memo property 2 years ago
Steven 8948edf654 chore: impl memo payload definition 2 years ago
Steven f7f4206fa1 chore: fix linter 2 years ago
Steven d0655ece53 refactor: update memo tags 2 years ago
Steven 26545c855c refactor: implement s3 storage 2 years ago
Steven bb10bb200c chore: implement search random memos 2 years ago
Steven 7cc8b951a3 refactor: update resource id naming 2 years ago
Steven f05a89315c chore: fix list memos 2 years ago
Steven 8382354ef7 feat: add user-defined name to memo 3 years ago
Steven d426f89cf0 chore: add time filter to timeline 3 years ago
Steven 8e0ce4d678 fix: list memos with pinned 3 years ago
Steven fd8333eeda chore: fix memo parent_id 3 years ago
Steven a297cc3140 chore: exclude comments in memo list response 3 years ago
Steven 02265a6e1a chore: fix memo search 3 years ago
Steven 762cb25227 chore: update memo service 3 years ago
Steven d8a0528135 chore: tweak variable names 3 years ago
Steven c608877c3e chore: clean binary entries 3 years ago
Steven 52f399a154 chore: remove unused functions 3 years ago
Steven fa6693a7ae chore: update list memos 3 years ago
Steven ec2995d64a chore: fix order by pinned 3 years ago
Steven 5b3af827e1 chore: move common packages to internal 3 years ago