aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-10Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu20-50/+54
2023-01-10fix compilationchrislu1-1/+0
2023-01-10cluster.ps add filer meta sync progresschrislu2-4/+29
2023-01-10chunk group remove manifestChunks and reset sections in SetChunks()chrislu1-8/+13
2023-01-10ensure section.chunks is always garbage freechrislu1-1/+3
2023-01-10refactorchrislu3-12/+68
2023-01-09build(deps): bump github.com/aws/aws-sdk-go from 1.44.171 to 1.44.175 (#4126)dependabot[bot]2-3/+3
2023-01-09build(deps): bump github.com/google/flatbuffers from 22.11.23+incompatible to...dependabot[bot]2-3/+3
2023-01-09build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 (#4123)dependabot[bot]2-2/+3
2023-01-09build(deps): bump github.com/tikv/client-go/v2 from 2.0.3 to 2.0.4 (#4124)dependabot[bot]2-3/+6
2023-01-09build(deps): bump actions/dependency-review-action from 3.0.2 to 3.0.3 (#4121)dependabot[bot]1-1/+1
2023-01-09build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#4120)dependabot[bot]17-18/+18
2023-01-09build(deps): bump google.golang.org/api from 0.105.0 to 0.106.0 (#4122)dependabot[bot]2-16/+16
2023-01-09use time.NewTicker instead of time.Tick. (#4119)Guo Lei1-4/+4
2023-01-083.393.39chrislu1-1/+1
2023-01-08Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu3-6/+116
2023-01-08add missing options for webdavchrislu2-0/+2
2023-01-06Add image cropping. (#4117)monchickey3-6/+116
2023-01-06mount: faster add chunkschrislu2-4/+22
2023-01-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-0/+74
2023-01-05fix for stream readerchrislu1-6/+13
2023-01-05add code of conduct (#4109)Tobias Gurtzick1-0/+74
2023-01-04add notes for full versionchrislu1-1/+1
2023-01-03add back previous chunk upload selection algochrislu4-5/+35
2023-01-03batch delete EC needleschrislu1-18/+46
2023-01-03Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+2
2023-01-03avoid hard coded versionschrislu1-2/+2
2023-01-03add mount log (#4101)zemul1-1/+2
2023-01-023.383.38chrislu2-3/+3
2023-01-02more solid weed mount (#4089)Chris Lu45-806/+1835
2023-01-02build(deps): bump github.com/aws/aws-sdk-go from 1.44.167 to 1.44.171 (#4100)dependabot[bot]2-3/+3
2023-01-02build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.41.0 to 3.42.1...dependabot[bot]2-3/+3
2023-01-02build(deps): bump modernc.org/sqlite from 1.20.0 to 1.20.1 (#4098)dependabot[bot]2-6/+6
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot5-29/+29
2023-01-01filer.store.mysql: Replace deprecated upsert syntax (#4096)CommanderRoot1-2/+2
2023-01-01filer.store.mysql: Escape table columns in SQL query (#4095)CommanderRoot3-9/+9
2022-12-29add more help message, in case of misunderstanding (#4092)Guo Lei2-2/+2
2022-12-28support enable/disable vacuum (#4087)Guo Lei17-255/+656
2022-12-26build(deps): bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167 (#4085)dependabot[bot]2-3/+3
2022-12-26build(deps): bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 (#4084)dependabot[bot]2-3/+3
2022-12-26build(deps): bump github.com/arangodb/go-driver from 1.4.0 to 1.4.1 (#4083)dependabot[bot]2-15/+4
2022-12-26Fix ide warning (#4082)Guo Lei1-4/+4
2022-12-23Add logtostderr option in helm chart (#4080)fibbanachi4-4/+24
2022-12-21fs.verify needles status of file (#4060)Konstantin Lebedev1-0/+177
2022-12-21lock and unlock chunks for readchrislu1-0/+4
2022-12-21remove duplicated logic of removing from writableChunkschrislu1-3/+1
2022-12-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu5-9/+19
2022-12-20add a simple file replication progress barchrislu3-3/+43
2022-12-20Fixes 4074: S3 Gateway fails to start when installed via Helm (#4075)Naden2-0/+2
2022-12-20Fixes: 4076: Host path prefix should be configurable (#4077)Naden5-9/+17