aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysfix: weed shell can't connect to master when no volume servers (#7710)Chris Lu1-7/+22
10 daysfix worker -admin -adminServer error (#7706)MorezMartin1-2/+2
10 daysdocker: add curl for HTTPS healthcheck support (#7709)Chris Lu4-3/+4
10 daysfix object namechrislu1-2/+3
10 daysmount: add periodic metadata sync to protect chunks from orphan cleanup (#7700)Chris Lu4-0/+180
10 daysFix s3 versioning listing bugs (#7705)jfburdet2-184/+199
10 daysfiler: add write batching for FoundationDB store to improve throughput (#7708)Chris Lu3-3/+175
11 daysfix: cache successful volume lookups instead of failed ones (#7698)Chris Lu1-3/+4
11 daysmount: improve EnsureVisited performance with dedup, parallelism, and batchin...Chris Lu4-33/+129
11 daysmount: improve NFS directory listing (#7696)Chris Lu1-29/+24
11 daysfix nfs list with prefix batch scan (#7694)Bruce Zou1-30/+69
11 daysfix: prevent filer.backup stall in single-filer setups (#7695)Chris Lu6-1/+1090
11 daysfix: skip log files with deleted volumes in filer backup (#7692)Chris Lu3-15/+78
11 dayshelm: fix admin secret template paths and remove duplicate (#7690)Chris Lu3-10/+55
11 daysHelm Charts: add admin and worker to helm charts (#7688)Chris Lu11-1/+1225
11 daysfix: return error on size mismatch in ReadNeedleMeta for consistency (#7687)Chris Lu1-0/+1
11 daysfix: prevent empty .vif files from ec.decode causing parse errors (#7686)Chris Lu2-0/+17
11 daysmount: fix weed inode nlookup do not equel kernel inode nlookup (#7682)Chen Pu2-18/+28
11 dayss3api: remove redundant auth verification in getRequestDataReader (#7685)Chris Lu1-6/+1
11 dayss3: add s3:ExistingObjectTag condition support for bucket policies (#7677)Chris Lu11-105/+762
12 daysfix: add missing backslash for volume extraArgs in helm chart (#7676)Chris Lu44-58/+83
12 daysfix: prevent makeslice panic in ReadNeedleMeta with corrupted needle (#7675)Chris Lu1-0/+3
12 daysmount: add mutex to DirectoryHandle to fix race condition (#7674)Chris Lu1-18/+32
12 dayssts: limit session duration to incoming token's exp claim (#7670)Chris Lu4-10/+279
12 daysfix: restore volume mount when VolumeConfigure fails (#7669)Chris Lu1-0/+5
12 daysFix webhook duplicate deliveries and POST to GET conversion (#7668)Chris Lu4-16/+564
12 daysNit: have `ec.encode` exit immediately if no volumes are processed. (#7654)Lisandro Pin1-0/+4
12 daysUpdate notification.tomlchrislu1-1/+3
12 daysAdded a complete webhook configuration examplechrislu1-0/+15
12 dayschore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#7664)dependabot[bot]4-6/+6
12 dayschore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1....dependabot[bot]2-15/+15
12 dayschore(deps): bump github.com/klauspost/reedsolomon from 1.12.5 to 1.12.6 (#7662)dependabot[bot]4-6/+6
12 dayschore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.89.1 to 1.93...dependabot[bot]2-33/+33
12 dayschore(deps): bump wangyoucao577/go-release-action from 1.53 to 1.54 (#7660)dependabot[bot]7-16/+16
12 dayschore(deps): bump actions/checkout from 4 to 6 (#7659)dependabot[bot]17-18/+18
12 dayschore(deps): bump cloud.google.com/go/kms from 1.23.1 to 1.23.2 (#7658)dependabot[bot]2-3/+3
12 dayschore(deps): bump actions/upload-artifact from 4 to 5 (#7657)dependabot[bot]1-1/+1
12 dayschore(deps): bump actions/setup-go from 5 to 6 (#7656)dependabot[bot]1-1/+1
12 daysfix random volume ids in master.html (#7655)Trim212-0/+6
13 days4.024.02chrislu2-3/+3
13 daysreduce minFreeSpacePercent to 1chrislu1-1/+1
13 daysfix: ARM v7 alignment issue for 64-bit atomic operations (#7652)Chris Lu1-27/+27
13 daysSFTP: support reloading user store on HUP signal (#7651)Chris Lu3-0/+21
13 dayss3: fix ListBuckets not showing buckets created by authenticated users (#7648)Chris Lu5-26/+192
13 daysfix: initialize missing S3 options in filer to prevent nil pointer dereferenc...Chris Lu1-0/+7
13 daysOptimize database connection pool settings for MySQL and PostgreSQL (#7645)Chris Lu1-12/+12
14 daysRemove allowEmptyFolder from s3tests.yml workflowchrislu1-5/+5
14 daysRemove deprecated allowEmptyFolder CLI optionchrislu20-50/+16
14 dayss3: optimize DELETE by skipping lock check for buckets without Object Lock (#...Chris Lu7-42/+113
14 dayshelm: enhance all-in-one deployment configuration (#7639)Chris Lu7-95/+254