| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -4/+4 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 2 | -5/+5 | |
| * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-06-25 | check bucket name in sql backend | chrislu | 1 | -0/+6 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5710 | |||||
| 2023-12-09 | falls back to update only if error contains msg "duplicate entry" | Konstantin Lebedev | 1 | -16/+9 | |
| https://github.com/seaweedfs/seaweedfs/issues/5062 | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -7/+7 | |
| 2022-07-21 | explicit bucket aware declaration | chrislu | 1 | -0/+2 | |
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-05-01 | ydb kv interface | Konstantin Lebedev | 1 | -4/+4 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 1 | -17/+9 | |
| 2021-06-15 | avoid crashes Galera Cluster | Konstantin Lebedev | 1 | -11/+17 | |
| https://github.com/chrislusf/seaweedfs/issues/2125 | |||||
| 2021-06-10 | remove all bucket metadata | Chris Lu | 1 | -0/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2118 | |||||
| 2021-04-22 | clean up .uploads directory in mysql and postgres tables | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1957 When no uploads are running, you can run this SQL to clean up. delete from <bucket_name> where directory like '/.uploads/%' | |||||
| 2021-04-02 | ensure tables are created | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1957 | |||||
| 2021-03-25 | refactor | Chris Lu | 1 | -9/+9 | |
| 2021-03-13 | filer: mysql2, postgres2 trigger actions on bucket creation and deletion | Chris Lu | 1 | -0/+19 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1877 | |||||
| 2021-02-15 | filer: postgres2 mysql2 avoid repeatedly creating tables | Chris Lu | 1 | -1/+1 | |
| 2021-01-19 | filer store: add postgres2 | Chris Lu | 1 | -2/+2 | |
| 2021-01-19 | filer store: add mysql2 | Chris Lu | 1 | -1/+5 | |
| 2021-01-19 | fix bucket creation | Chris Lu | 1 | -9/+24 | |
| 2021-01-19 | fix error | Chris Lu | 1 | -1/+1 | |
| 2021-01-19 | restructuring sql stores | Chris Lu | 2 | -32/+89 | |
| 2021-01-19 | refactor: prepare for bucket specific tables | Chris Lu | 2 | -18/+77 | |
| 2021-01-19 | add more input params | Chris Lu | 2 | -12/+12 | |
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -12/+11 | |
| 2021-01-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -3/+3 | |
| 2021-01-14 | implement sql changes | Chris Lu | 1 | -11/+16 | |
| 2020-12-22 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | filer store: sql update if any insert error happens | Chris Lu | 2 | -3/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1673 | |||||
| 2020-12-13 | sql put kv: avoid unnecessary update | Chris Lu | 1 | -6/+7 | |
| 2020-10-16 | mysql, postgres, cassandra: change kv key to base64 encoding | Chris Lu | 1 | -2/+3 | |
| The exisitng key-value operation for stores using mysql, postgres, and maybe cassandra are already broken. The kv is used to store hardlink, filer store signature and replication progress. So users using hardlink and also uses mysql, postgres, or cassandra will have broken hard links. Users using filer.sync will need to re-sync the files. | |||||
| 2020-09-12 | filer: fix postgres prefixed directory listing problem | Chris Lu | 1 | -6/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1465 | |||||
| 2020-09-03 | filer: compress stored metadata | Chris Lu | 1 | -2/+6 | |
| 2020-09-02 | Update abstract_sql_store_kv.go | Chris Lu | 1 | -1/+2 | |
| 2020-09-02 | sql kv upsert | Chris Lu | 1 | -9/+5 | |
| 2020-09-02 | fix sql insert with duplicated primary key | Chris Lu | 1 | -6/+4 | |
| 2020-09-01 | fix error message | Chris Lu | 1 | -1/+1 | |
| 2020-09-01 | mysql/postgres: support kv operations | Chris Lu | 1 | -3/+75 | |
| 2020-09-01 | mysql/postgres: properly report entry not found | Chris Lu | 1 | -2/+5 | |
| 2020-09-01 | mysql or postgres: log find error | Chris Lu | 1 | -0/+1 | |
| 2020-09-01 | filer store adds kv support | Chris Lu | 1 | -0/+18 | |
| can compile now, need to implement those unimplemented | |||||
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -0/+206 | |
