Go to file
Derrick Hammer 454deeae21
refactor: change renter UploadObjectMultipart to use a db table like we do with s3 to track multipart uploads persistently and generically so we can resume later
2024-03-01 20:42:42 -05:00
.github/workflows ci: try switching to go-semantic-release 2024-01-11 14:58:44 -05:00
account feat: add password reset apis 2024-02-26 10:55:26 -05:00
api fix: export struct and add json tags 2024-03-01 10:30:08 -05:00
bao fix: dont send an empty buffer to bao 2024-03-01 06:23:31 -05:00
cmd/portal refactor: move all config defaults and add some validations. remove initCheckRequiredConfig. 2024-02-28 09:04:47 -05:00
config fix: skip unexported fields 2024-02-28 09:50:42 -05:00
cron refactor: rename RetryableTask to RetryableJob 2024-02-25 07:49:22 -05:00
db refactor: change renter UploadObjectMultipart to use a db table like we do with s3 to track multipart uploads persistently and generically so we can resume later 2024-03-01 20:42:42 -05:00
logger refactor: enable tracking the called line 2024-02-28 11:06:35 -05:00
mailer refactor: make mail init a lifecycle hook so it's called after initCheckRequiredConfig 2024-02-27 02:24:20 -05:00
metadata fix: return on any error 2024-02-29 09:55:07 -05:00
protocols fix: StorageLocationTypeFile/StorageLocationTypeFull expiry should be an hour 2024-02-29 10:16:16 -05:00
renter refactor: change renter UploadObjectMultipart to use a db table like we do with s3 to track multipart uploads persistently and generically so we can resume later 2024-03-01 20:42:42 -05:00
storage fix: if for some edge case reason an upload id no longer exists, start over, but use db Save so we can update the record if we have an ID 2024-03-01 05:09:57 -05:00
.semrelrc ci: use git provider 2024-01-12 08:27:48 -05:00
CHANGELOG.md refactor: implement new configuration management system 2024-02-22 02:13:59 -05:00
LICENSE feat: wip version 2023-04-29 13:40:43 -04:00
README.md Initial commit 2023-04-27 06:27:27 +00:00
go.mod refactor: use golang-queue to parallel process pinning checks 2024-03-01 04:27:24 -05:00
go.sum refactor: use golang-queue to parallel process pinning checks 2024-03-01 04:27:24 -05:00

README.md

portal