1. 04 Feb, 2024 2 commits
  2. 03 Feb, 2024 4 commits
  3. 01 Feb, 2024 10 commits
  4. 31 Jan, 2024 9 commits
  5. 30 Jan, 2024 8 commits
  6. 29 Jan, 2024 7 commits
    • Wen Sun's avatar
      50f7f131
    • Steven's avatar
      chore: tweak variable name · a16bde23
      Steven authored
      a16bde23
    • Steven's avatar
      refactor: migrate auth service · c5a5f67f
      Steven authored
      c5a5f67f
    • Steven's avatar
      chore: rename workspace setting service · de8db638
      Steven authored
      de8db638
    • Steven's avatar
      docs: regenerate swagger · dd9ee44a
      Steven authored
      dd9ee44a
    • Aleksandr Baryshnikov's avatar
      feat: pre-signed URL for S3 storage (#2855) · fa17dce0
      Aleksandr Baryshnikov authored
      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.
      fa17dce0
    • Steven's avatar
      chore: fix import order · cbcec80c
      Steven authored
      cbcec80c