| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -3/+3 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -13/+14 | |
| * 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> | |||||
| 2025-06-19 | ydb filer improvements (#6890) | SmoothDenis | 5 | -151/+216 | |
| * fix(ydb): table creation with params * fix(ydb): migrate to new query client & prevent creation table-bucket on get request * fix(ydb): use new query client with kv req * fix(ydb): use directory in every query * fix(ydb): del unused import * fix(ydb): tests & default const usage | |||||
| 2025-05-12 | fix: ydb filer bugs (#6778) | SmoothDenis | 1 | -20/+72 | |
| * fix: ydb filer bugs * fix(ydb): correct DeleteEntry log argument types * fix(ydb): bucket creation & deletion logic | |||||
| 2025-01-22 | filer store YDB: fix upsert with TTL (#6469) | MaratKarimov | 1 | -1/+1 | |
| 2024-05-27 | chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 ↵ | dependabot[bot] | 1 | -1/+1 | |
| to 0.4.2 (#5621) * chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ Bumps [github.com/ydb-platform/ydb-go-sdk-auth-environ](https://github.com/ydb-platform/ydb-go-sdk-auth-environ) from 0.2.0 to 0.4.2. - [Changelog](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/compare/v0.2.0...v0.4.2) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk-auth-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix compilation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-09-14 | go fmt | chrislu | 1 | -2/+0 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 4 | -10/+10 | |
| 2022-07-21 | explicit bucket aware declaration | chrislu | 1 | -0/+2 | |
| 2022-05-12 | refactor | Konstantin Lebedev | 2 | -13/+22 | |
| add some tests https://github.com/chrislusf/seaweedfs/pull/2996 | |||||
| 2022-05-11 | fixes from comments | Konstantin Lebedev | 4 | -60/+64 | |
| https://github.com/chrislusf/seaweedfs/pull/2996 | |||||
| 2022-05-10 | remove deprecated function | chrislu | 1 | -4/+1 | |
| 2022-05-10 | remove deprecated function | chrislu | 1 | -4/+2 | |
| WithQueryCachePolicyKeepInCache is deprecated and already default behavior | |||||
| 2022-05-05 | ydb add empty doc file | Konstantin Lebedev | 2 | -0/+12 | |
| 2022-05-03 | build tag ydb since the growth of the binary is 5 mb | Konstantin Lebedev | 3 | -0/+9 | |
| 2022-05-03 | add options to scaffold | Konstantin Lebedev | 2 | -6/+7 | |
| 2022-05-03 | refactor | Konstantin Lebedev | 4 | -43/+87 | |
| 2022-05-03 | add support native ttl | Konstantin Lebedev | 4 | -8/+24 | |
| 2022-05-03 | enable query cache policy instead of prepare | Konstantin Lebedev | 3 | -31/+21 | |
| 2022-05-03 | fix scanNamed | Konstantin Lebedev | 4 | -51/+53 | |
| 2022-05-03 | fix queries | Konstantin Lebedev | 4 | -17/+17 | |
| 2022-05-02 | fix createDB | Konstantin Lebedev | 3 | -35/+24 | |
| 2022-05-02 | ydb do Tx or DB | Konstantin Lebedev | 2 | -57/+59 | |
| 2022-05-02 | ydb BucketAware interface | Konstantin Lebedev | 4 | -39/+136 | |
| 2022-05-02 | ydb-go-sdk move to v3 | Konstantin Lebedev | 5 | -374/+212 | |
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 3 | -22/+39 | |
| 2022-05-01 | ydb kv interface | Konstantin Lebedev | 2 | -15/+72 | |
| 2022-05-01 | ydb Sql interface | Konstantin Lebedev | 2 | -65/+163 | |
| 2022-05-01 | ydb initial | Konstantin Lebedev | 4 | -0/+491 | |
| https://github.com/chrislusf/seaweedfs/issues/2942 | |||||
