1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 08:12:47 +02:00
seaweedfs/weed/filer
SmoothDenis abd5102819
ydb filer improvements (#6890)
* 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-06-19 14:16:01 -07:00
..
abstract_sql check bucket name in sql backend 2024-06-25 08:54:19 -07:00
arangodb refactor filer_pb.Entry and filer.Entry to use GetChunks() 2022-11-15 06:33:36 -08:00
cassandra Update README.txt 2025-02-26 17:33:11 -08:00
cassandra2 add cassandra2 (#6582) 2025-02-26 17:29:22 -08:00
elastic/v7 format error 2024-11-21 08:52:39 -08:00
etcd Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta storage backend (#5416) 2024-03-24 14:08:54 -07:00
hbase refactor filer_pb.Entry and filer.Entry to use GetChunks() 2022-11-15 06:33:36 -08:00
leveldb adjust logging 2024-09-10 10:28:49 -07:00
leveldb2 optionally open the leveldb in readonly mode 2024-06-25 21:07:04 -07:00
leveldb3 optionally open the leveldb in readonly mode 2024-06-25 21:07:04 -07:00
mongodb filer store: fix nil for mongodb (#6886) 2025-06-16 14:21:05 -07:00
mysql Fix mysql tls enable (#6807) 2025-05-22 21:55:21 -07:00
mysql2 print only adapted url 2024-03-25 12:50:43 -07:00
postgres print only adapted url 2024-03-25 12:50:43 -07:00
postgres2 print only adapted url 2024-03-25 12:50:43 -07:00
redis update redis support status 2025-02-26 17:48:44 -08:00
redis2 feat(redis): add mTLS support for Redis connection initialization (#6738) 2025-05-04 05:31:27 -07:00
redis3 feat(redis): add mTLS support for Redis connection initialization (#6738) 2025-05-04 05:31:27 -07:00
redis_lua upgrade to github.com/redis/go-redis/v9 2024-07-11 00:15:19 -07:00
rocksdb fix rocksdb enumerate (#6858) 2025-06-11 17:55:58 -07:00
sqlite serialize sqlite operations 2022-10-12 00:03:27 -07:00
store_test Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
tarantool Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
tikv Fix: issues #4950 (#4952) 2023-10-25 22:09:39 -07:00
ydb ydb filer improvements (#6890) 2025-06-19 14:16:01 -07:00
configuration.go add notes for full version 2023-01-04 09:52:25 -08:00
entry.go worm grace period and retention time support (#6404) 2024-12-31 18:41:43 -08:00
entry_codec.go also migrate jsonpb 2022-08-17 12:42:03 -07:00
filechunk_group.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filechunk_group_test.go more solid weed mount (#4089) 2023-01-02 23:20:45 -08:00
filechunk_manifest.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filechunk_manifest_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filechunk_section.go remove dup code for section.reader access (#6169) 2024-11-05 19:08:59 -08:00
filechunk_section_test.go merge chunks during upload (#4130) 2023-01-12 23:07:36 -08:00
filechunks.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filechunks2_test.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filechunks_read.go "golang.org/x/exp/slices" => "slices" and go fmt 2024-12-19 19:25:06 -08:00
filechunks_read_test.go more solid weed mount (#4089) 2023-01-02 23:20:45 -08:00
filechunks_test.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer.go Fix TTL Behavior for Directories in Path-Specific Configuration (#6827) 2025-05-29 02:38:12 -07:00
filer_buckets.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filer_conf.go worm grace period and retention time support (#6404) 2024-12-31 18:41:43 -08:00
filer_conf_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_delete_entry.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer_deletion.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer_hardlink.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_notify.go "golang.org/x/exp/slices" => "slices" and go fmt 2024-12-19 19:25:06 -08:00
filer_notify_append.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer_notify_read.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer_notify_test.go refactor filer_pb.Entry and filer.Entry to use GetChunks() 2022-11-15 06:33:36 -08:00
filer_on_meta_event.go refactor filer_pb.Entry and filer.Entry to use GetChunks() 2022-11-15 06:33:36 -08:00
filer_rename.go Fix: http rename move dir to subdir (#4432) 2023-04-26 20:54:36 -07:00
filer_search.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filerstore.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filerstore_hardlink.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filerstore_translate_path.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filerstore_wrapper.go [filer] avoid 500 if table doesn't exist (#6075) 2024-09-27 07:15:54 -07:00
interval_list.go Mount concurrent read (#4400) 2023-04-13 22:32:45 -07:00
interval_list_test.go more solid weed mount (#4089) 2023-01-02 23:20:45 -08:00
meta_aggregator.go refactor 2024-04-02 16:25:43 -07:00
meta_replay.go "golang.org/x/exp/slices" => "slices" and go fmt 2024-12-19 19:25:06 -08:00
read_remote.go refactor filer_pb.Entry and filer.Entry to use GetChunks() 2022-11-15 06:33:36 -08:00
read_write.go added context to filer_client method calls (#6808) 2025-05-22 09:46:49 -07:00
reader_at.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
reader_at_test.go fix tests 2024-11-05 08:52:07 -08:00
reader_cache.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
reader_pattern.go Fix a few data races when reading files in mount (#3527) 2022-08-26 16:41:37 -07:00
remote_mapping.go Remote gateway Bug fix (#5100) 2023-12-12 07:46:45 -08:00
remote_storage.go chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1 (#5552) 2024-04-29 18:42:31 -07:00
remote_storage_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3iam_conf.go associate Account and Identity by accountId (#3754) 2022-09-28 13:25:59 -07:00
s3iam_conf_test.go s3: fix configuring IAM for the same user 2022-08-30 09:37:52 -07:00
stream.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
topics.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00