aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-113.373.37chrislu2-3/+3
2022-12-11rotate log fileschrislu2-2/+36
2022-12-11volume server logs add url infochrislu1-1/+1
2022-12-10Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu4-10/+20
2022-12-10add chunk etag when downloading from remote storagechrislu4-408/+425
2022-12-08Fix hardlink counting (#4042)wusong3-9/+19
2022-12-07[filer] Fix uri escape during renaming (#4039)Jiffs Maverick1-1/+1
2022-12-05simple refactoringchrislu1-7/+3
2022-12-05duplicated logicchrislu1-1/+0
2022-12-05Revert "refactor: moved to locked entry" (#4035)Chris Lu7-7/+34
2022-12-05build(deps): bump cloud.google.com/go/pubsub from 1.26.0 to 1.27.1 (#4032)dependabot[bot]2-4/+4
2022-12-05build(deps): bump cloud.google.com/go/storage from 1.28.0 to 1.28.1 (#4034)dependabot[bot]2-11/+11
2022-12-05build(deps): bump github.com/google/flatbuffers from 22.10.26+incompatible to...dependabot[bot]2-3/+3
2022-12-05build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0 (#4030)dependabot[bot]2-3/+3
2022-12-05build(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#4031)dependabot[bot]2-2/+3
2022-12-05build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#4029)dependabot[bot]2-2/+2
2022-12-05build(deps): bump wangyoucao577/go-release-action from 1.30 to 1.34 (#4028)dependabot[bot]6-14/+14
2022-12-043.363.36chrislu2-3/+3
2022-12-04refactor: moved to locked entrychrislu13-62/+74
2022-12-01Update Makefile - use binary in current directory (#4027)aronneagu1-11/+11
2022-11-30Return ETag from remote when file doesn't exist on Filer (#4025)aronneagu1-0/+3
2022-11-30volume.list show volumes only from the specified dc/rack/dn (#4024)Konstantin Lebedev1-0/+15
2022-11-28build(deps): bump github.com/aws/aws-sdk-go from 1.44.136 to 1.44.146 (#4021)dependabot[bot]2-3/+3
2022-11-28build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.40.0 to 3.40.1...dependabot[bot]2-3/+3
2022-11-28build(deps): bump modernc.org/sqlite from 1.19.4 to 1.20.0 (#4020)dependabot[bot]2-6/+7
2022-11-28build(deps): bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 (#4019)dependabot[bot]2-3/+3
2022-11-28build(deps): bump github.com/klauspost/reedsolomon from 1.11.1 to 1.11.3 (#4018)dependabot[bot]2-3/+3
2022-11-25avoid recursive deleting newly created empty directories (#4016)Konstantin Lebedev1-1/+8
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick7-8/+10
2022-11-23fix: Lost Content-Encoding metadata (#4010)famosss1-0/+4
2022-11-23Include name/mime in ReadAllNeedles (#4005)James Hartig3-698/+721
2022-11-21build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#3998)dependabot[bot]2-3/+3
2022-11-21build(deps): bump github.com/Jille/raft-grpc-transport from 1.2.0 to 1.3.0 (#...dependabot[bot]2-4/+4
2022-11-21build(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (...dependabot[bot]2-5/+6
2022-11-21build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.39.0 to 3.40.0...dependabot[bot]2-3/+3
2022-11-21build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.5 to 3.5.6 (#3996)dependabot[bot]2-9/+9
2022-11-21build(deps): bump actions/dependency-review-action from 3.0.0 to 3.0.1 (#3995)dependabot[bot]1-1/+1
2022-11-20ADHOC: fix fs.meta.save typo (#3993)Eric Yang1-1/+1
2022-11-20Include meta in ReadAllNeedles (#3991)James Hartig4-698/+736
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu56-103/+107
2022-11-14build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 (#3981)dependabot[bot]2-6/+8
2022-11-14build(deps): bump github.com/aws/aws-sdk-go from 1.44.126 to 1.44.136 (#3982)dependabot[bot]2-3/+7
2022-11-14build(deps): bump google.golang.org/api from 0.102.0 to 0.103.0 (#3980)dependabot[bot]2-18/+20
2022-11-14build(deps): bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 (#3979)dependabot[bot]2-3/+3
2022-11-14build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0 (#3978)dependabot[bot]2-6/+6
2022-11-14build(deps): bump actions/dependency-review-action from 2.5.1 to 3.0.0 (#3977)dependabot[bot]1-1/+1
2022-11-143.353.35chrislu2-3/+3
2022-11-14Lazy loading (#3958)Guo Lei18-55/+179
2022-11-13filer store: skip disabled location specific filer store initializationchrislu1-0/+5
2022-11-13Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu3-2/+10