Commit Graph

16 Commits (78f606453060c257b343580144dbaba5ffaa96e1)

Author SHA1 Message Date
Steven d0655ece53 refactor: update memo tags 12 months ago
Steven e8dfd579c3 chore: update background services 1 year ago
Steven 14d4cfd5a4 chore: tweak store methods name 1 year ago
coderwander 162521885c
chore: fix some typos in comments (#3243)
Signed-off-by: coderwander <770732124@qq.com>
1 year ago
Eng Zer Jun 3b550a8ab8
chore: replace util.Min helper with built-in min (#3224) 1 year ago
Steven bbd206e893 chore: retire legacy api 1 year ago
Steven 7cc8b951a3 refactor: update resource id naming 1 year ago
Steven dfa78cac49 chore: update logger 1 year ago
Steven 3e50bee7da chore: move api directory 1 year ago
Steven de8db63811 chore: rename workspace setting service 1 year ago
Aleksandr Baryshnikov fa17dce046
feat: pre-signed URL for S3 storage (#2855)
Adds automatically background refresh of all external links if they are belongs to the current blob (S3) storage. The feature is disabled by default in order to keep backward compatibility.

The background go-routine spawns once during startup and periodically signs and updates external links if that links belongs to current S3 storage.

The original idea was to sign external links on-demand, however, with current architecture it will require duplicated code in plenty of places. If do it, the changes will be quite invasive and in the end pointless: I believe, the architecture will be eventually updated to give more scalable way for pluggable storage. For example - Upload/Download interface without hard dependency on external link. There are stubs already, but I don't feel confident enough to change significant part of the application architecture.
1 year ago
Steven 8382354ef7 feat: add user-defined name to memo 1 year ago
Steven 480c53d7a2 chore: fix id converter 2 years ago
Steven 5b3af827e1 chore: move common packages to internal 2 years ago
Steven cd0ea6558d chore: update golangci-lint config 2 years ago
boojack a5b3fb2a6a
chore: move cron package to internal (#2180) 2 years ago