1. 29 Jan, 2026 3 commits
  2. 28 Jan, 2026 1 commit
  3. 27 Jan, 2026 2 commits
  4. 26 Jan, 2026 9 commits
  5. 23 Jan, 2026 4 commits
  6. 22 Jan, 2026 7 commits
  7. 21 Jan, 2026 2 commits
  8. 20 Jan, 2026 9 commits
  9. 19 Jan, 2026 2 commits
  10. 17 Jan, 2026 1 commit
    • Johnny's avatar
      feat: allow setting custom timestamps when creating memos and comments · dc7ec8a8
      Johnny authored
      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
      dc7ec8a8