diff options
| author | 2022-03-07 11:08:26 +0100 | |
|---|---|---|
| committer | 2022-03-07 11:08:26 +0100 | |
| commit | 07727753b96d209406783e5e539725bcdafebdc7 (patch) | |
| tree | b32f11cbc304d633ed0acd8f84b4c11e909bb5f3 /vendor/modules.txt | |
| parent | [documentation] Creates Docker documentation and docker-compose.yaml (#416) (diff) | |
| download | gotosocial-07727753b96d209406783e5e539725bcdafebdc7.tar.xz | |
[feature] Clean up/uncache remote media (#407)
* Add whereNotEmptyAndNotNull
* Add GetRemoteOlderThanDays
* Add GetRemoteOlderThanDays
* Add PruneRemote to Manager interface
* Start implementing PruneRemote
* add new attachment + status to tests
* fix up and test GetRemoteOlderThan
* fix bad import
* PruneRemote: return number pruned
* add Cached column to mediaattachment
* update + test pruneRemote
* update mediaTest
* use Cached column
* upstep bun to latest version
* embed structs in mediaAttachment
* migrate mediaAttachment to new format
* don't default cached to true
* select only remote media
* update db dependencies
* step bun back to last working version
* update pruneRemote to use Cached field
* fix storage path of test attachments
* add recache logic to manager
* fix trimmed aspect ratio
* test prune and recache
* return errwithcode
* tidy up different paths for emoji vs attachment
* fix incorrect thumbnail type being stored
* expose TransportController to media processor
* implement tee-ing recached content
* add thoughts of dog to test fedi attachments
* test get remote files
* add comment on PruneRemote
* add postData cleanup to recache
* test thumbnail fetching
* add incredible diagram
* go mod tidy
* buffer pipes for recache streaming
* test for client stops reading after 1kb
* add media-remote-cache-days to config
* add cron package
* wrap logrus so it's available to cron
* start and stop cron jobs gracefully
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 981ad15a1..3c273e88c 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -170,7 +170,7 @@ github.com/inconshreveable/mousetrap # github.com/jackc/chunkreader/v2 v2.0.1 ## explicit; go 1.12 github.com/jackc/chunkreader/v2 -# github.com/jackc/pgconn v1.10.1 +# github.com/jackc/pgconn v1.11.0 ## explicit; go 1.12 github.com/jackc/pgconn github.com/jackc/pgconn/internal/ctxwatch @@ -187,10 +187,10 @@ github.com/jackc/pgproto3/v2 # github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b ## explicit; go 1.14 github.com/jackc/pgservicefile -# github.com/jackc/pgtype v1.9.1 +# github.com/jackc/pgtype v1.10.0 ## explicit; go 1.13 github.com/jackc/pgtype -# github.com/jackc/pgx/v4 v4.14.1 +# github.com/jackc/pgx/v4 v4.15.0 ## explicit; go 1.13 github.com/jackc/pgx/v4 github.com/jackc/pgx/v4/internal/sanitize @@ -244,6 +244,9 @@ github.com/quasoft/memstore # github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 ## explicit; go 1.12 github.com/remyoudompheng/bigfft +# github.com/robfig/cron/v3 v3.0.1 +## explicit; go 1.12 +github.com/robfig/cron/v3 # github.com/russross/blackfriday/v2 v2.1.0 ## explicit github.com/russross/blackfriday/v2 @@ -492,7 +495,7 @@ github.com/tmthrgd/go-hex # github.com/ugorji/go/codec v1.2.6 ## explicit; go 1.11 github.com/ugorji/go/codec -# github.com/uptrace/bun v1.0.19 +# github.com/uptrace/bun v1.0.20 ## explicit; go 1.16 github.com/uptrace/bun github.com/uptrace/bun/dialect @@ -556,7 +559,7 @@ golang.org/x/net/idna ## explicit; go 1.11 golang.org/x/oauth2 golang.org/x/oauth2/internal -# golang.org/x/sys v0.0.0-20211210111614-af8b64212486 +# golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 ## explicit; go 1.17 golang.org/x/sys/cpu golang.org/x/sys/execabs @@ -658,13 +661,13 @@ gopkg.in/yaml.v3 # lukechampine.com/uint128 v1.1.1 ## explicit; go 1.12 lukechampine.com/uint128 -# modernc.org/cc/v3 v3.35.18 +# modernc.org/cc/v3 v3.35.22 ## explicit; go 1.15 modernc.org/cc/v3 -# modernc.org/ccgo/v3 v3.12.92 +# modernc.org/ccgo/v3 v3.15.13 ## explicit; go 1.16 modernc.org/ccgo/v3/lib -# modernc.org/libc v1.11.101 +# modernc.org/libc v1.14.5 ## explicit; go 1.16 modernc.org/libc modernc.org/libc/errno @@ -689,6 +692,7 @@ modernc.org/libc/termios modernc.org/libc/time modernc.org/libc/unistd modernc.org/libc/utime +modernc.org/libc/uuid modernc.org/libc/uuid/uuid modernc.org/libc/wctype # modernc.org/mathutil v1.4.1 @@ -700,7 +704,7 @@ modernc.org/memory # modernc.org/opt v0.1.1 ## explicit; go 1.13 modernc.org/opt -# modernc.org/sqlite v1.14.2 +# modernc.org/sqlite v1.14.6 ## explicit; go 1.16 modernc.org/sqlite modernc.org/sqlite/lib |
