aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
6 daysEmbed IAM API into S3 server (#7740)Chris Lu4-3/+29
9 daysfiler.sync: fix checkpoint not being saved properly (#7719)Chris Lu1-3/+49
10 daysfmtchrislu1-33/+33
10 daysRemove default concurrent upload/download limits for best performance (#7712)Chris Lu4-9/+9
10 daysmount: add periodic metadata sync to protect chunks from orphan cleanup (#7700)Chris Lu2-0/+7
11 daysHelm Charts: add admin and worker to helm charts (#7688)Chris Lu1-1/+4
12 daysUpdate notification.tomlchrislu1-1/+3
12 daysAdded a complete webhook configuration examplechrislu1-0/+15
12 daysSFTP: support reloading user store on HUP signal (#7651)Chris Lu1-0/+4
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 deprecated allowEmptyFolder CLI optionchrislu3-5/+3
2025-12-05Separate vacuum speed from replication speed (#7632)msementsov2-0/+4
2025-12-04fix: S3 downloads failing after idle timeout (#7626)Chris Lu3-3/+3
2025-12-02Support separate volume server ID independent of RPC bind address (#7609)Chris Lu2-1/+7
2025-12-01filer: add username and keyPrefix support for Redis stores (#7591)Chris Lu1-0/+18
2025-12-01Fix #7575: Correct interface check for filer address function in admin server...Chris Lu1-0/+1
2025-11-29mount: improve read throughput with parallel chunk fetching (#7569)Chris Lu3-0/+10
2025-11-26fix(tikv): replace DeleteRange with transaction-based batch deletes (#7557)Chris Lu1-2/+3
2025-11-26Filer, S3: Feature/add concurrent file upload limit (#7554)Chris Lu3-51/+65
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu2-21/+36
2025-11-25docchrislu1-15/+31
2025-11-20S3: adds FilerClient to use cached volume id (#7518)Chris Lu1-1/+4
2025-11-11backup: handle volume not found when backing up (#7465)Chris Lu1-57/+121
2025-11-10fix help messageschrislu2-2/+2
2025-11-09Unify the parameter to disable dry-run on weed shell commands to `-apply` (in...Lisandro Pin1-5/+5
2025-11-04Nit: use `time.Duration`s instead of constants in seconds. (#7438)Lisandro Pin1-1/+1
2025-11-03S3: prevent deleting buckets with object locking (#7434)Chris Lu2-4/+4
2025-10-31weed master add peers=none option for faster startup (#7419)Chris Lu2-9/+47
2025-10-31Adjust cli option (#7418)Chris Lu7-34/+91
2025-10-28IAM: add support for advanced IAM config file to server command (#7317)Nial1-0/+8
2025-10-27go fmtchrislu1-14/+14
2025-10-24[Admin UI] Login not possible due to securecookie error (#7374)Chris Lu1-25/+70
2025-10-23fixing auto complete (#7365)Chris Lu1-5/+69
2025-10-21[weed] update volume.fix.replication description (#7340)nightcoffee1-1/+1
2025-10-13Add Kafka Gateway (#7231)Chris Lu7-10/+194
2025-09-30fix(admin): resolve login redirect loop in admin interface (#7272) (#7280)LeeXN1-0/+7
2025-09-09Message Queue: Add sql querying (#7185)Chris Lu4-1/+1002
2025-09-04add disable volume_growth flag (#7196)Dmitriy Pavlov1-0/+1
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-1/+16
2025-08-22S3 API: Add integration with KMS providers (#7152)Chris Lu1-0/+2
2025-08-17Adding RDMA rust sidecar (#7140)Chris Lu2-0/+36
2025-08-11 fix sftp start with filer (#7120)Chris Lu1-2/+7
2025-08-06Context cancellation during reading range reading large files (#7093)Chris Lu1-3/+4
2025-08-03Filer Store: postgres backend support pgbouncer (#7077)Chris Lu1-0/+4
2025-08-03Postgres (CockroachDB) with full certificate verification (#7076)Chris Lu1-0/+12
2025-07-30Admin: misc improvements on admin server and workers. EC now works. (#7055)Chris Lu2-9/+74
2025-07-23change priority of admin credentials from env varaibles (#7032)Chris Lu1-4/+4
2025-07-23S3 API: simpler way to start s3 with credentials (#7030)Chris Lu1-0/+8
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu8-22/+22