tam-i13
|
b669607fcd
|
Add error list each entry func (#7485)
* added error return in type ListEachEntryFunc
* return error if errClose
* fix fmt.Errorf
* fix return errClose
* use %w fmt.Errorf
* added entry in messege error
* add callbackErr in ListDirectoryEntries
* fix error
* add log
* clear err when the scanner stops on io.EOF, so returning err doesn’t surface EOF as a failure.
* more info in error
* add ctx to logs, error handling
* fix return eachEntryFunc
* fix
* fix log
* fix return
* fix foundationdb test s
* fix eachEntryFunc
* fix return resEachEntryFuncErr
* Update weed/filer/filer.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/elastic/v7/elastic_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/hbase/hbase_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/foundationdb/foundationdb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/ydb/ydb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix
* add scanErr
---------
Co-authored-by: Roman Tamarov <r.tamarov@kryptonite.ru>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
5 days ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
3 years ago |
Chris Lu
|
0a856241fe
|
avoid int bigger than math.MaxInt32
fix https://github.com/chrislusf/seaweedfs/issues/2363
|
4 years ago |
Chris Lu
|
899963ac20
|
remote storage location changed to struct
|
4 years ago |
Chris Lu
|
55a8f57381
|
go fmt
|
5 years ago |
Chris Lu
|
79f2e780c1
|
ensure name pattern checking is case sensitive
|
5 years ago |
Chris Lu
|
ddc8643ee0
|
filer: directory listing adds namePatternExclude
fix https://github.com/chrislusf/seaweedfs/issues/2023
|
5 years ago |
Chris Lu
|
09f49d1c04
|
refactoring
|
5 years ago |
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
5 years ago |
Chris Lu
|
16ad74f477
|
go fmt
|
5 years ago |
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
5 years ago |
henry
|
942a30f04c
|
remove sort
|
5 years ago |
Chris Lu
|
2c3c2c27d7
|
separate prefix from namePattern
fix https://github.com/chrislusf/seaweedfs/issues/1722
|
5 years ago |
henry
|
14ddd15508
|
1 Distinguish between folders and common files, folders are listed first
2 Add some custom headers that need to be exposed
|
5 years ago |
Chris Lu
|
da87f6b265
|
remove unused code
|
5 years ago |
Chris Lu
|
0a7c5f85a9
|
filer: add namePattern to search in current folder
|
5 years ago |