aboutsummaryrefslogtreecommitdiff
path: root/unmaintained/volume_tailer
AgeCommit message (Collapse)AuthorFilesLines
2024-07-16Added tls for http clients (#5766)vadimartynov1-0/+2
* Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+2
* Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
this will enable retrying later
2020-06-20rename UnCompressData to DecompressDataChris Lu1-1/+1
2020-06-19renamingChris Lu1-3/+3
2020-05-25fix build errorbingoohuang1-2/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+1
2019-04-20shell: add command volume.moveChris Lu1-1/+1
2019-04-18refactoringChris Lu1-4/+5
2019-04-18refactoringChris Lu1-75/+13
2019-04-18refactoringChris Lu1-31/+44
2019-04-18volume tailing chunks large filesChris Lu1-2/+47
2019-04-18add volume tailerChris Lu1-0/+74