Commit Graph

12 Commits

Author SHA1 Message Date
0dcd0904e8 refactor: remove resource uid 2025-02-01 12:50:15 +08:00
5e770dda52 refactor: memo name 2025-02-01 11:17:36 +08:00
9b1adfbbe9 feat: reintroducing thumbnails (#3821)
* Reintroducing thumbnails

* Aligned with linting rules

* making recomended code review change
- changed method names to start with lower case as they are not used outside of their package
- made receiver types for struct funcs to be pointers to not need to create copies

Trying to cover all linting issues
- converted slog warning to use attributes when logging warnings
- seperated imports to have package files in their own section

* Update go.mod

---------

Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
2024-08-29 21:01:57 +08:00
44e56844f5 chore: tweak search resources 2024-07-22 15:33:02 +08:00
457cf92cc1 feat(api): implement get resource by uid 2024-07-11 23:43:44 +08:00
0501f5198a chore: buf format 2024-06-19 22:07:51 +08:00
16d3de63c2 chore: update resource binary endpoint 2024-05-21 21:25:21 +08:00
e0977e53f7 chore: remove unused route 2024-05-08 22:15:29 +08:00
26545c855c refactor: implement s3 storage 2024-05-02 21:28:06 +08:00
144269fbbc chore: fix router 2024-05-01 12:44:18 +08:00
ff175bbb7e refactor: update resource binary request handler 2024-05-01 10:23:56 +08:00
1b291422e7 refactor: api version 2024-04-28 00:44:29 +08:00