| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-04 | [master] refactor func ShouldGrowVolumes (#5884) | Konstantin Lebedev | 1 | -14/+33 | |
| 2024-09-04 | Revert "weed mount, weed dav add option to force cache" | chrislu | 1 | -2/+1 | |
| This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0. | |||||
| 2024-09-04 | weed mount, weed dav add option to force cache | chrislu | 1 | -1/+2 | |
| 2024-09-03 | fix for spreading ec shards | chrislu | 1 | -4/+11 | |
| 2024-09-03 | copy ec shards to disks already having ec volumes | chrislu | 2 | -2/+7 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5615 | |||||
| 2024-08-30 | fix typo | chrislu | 1 | -1/+1 | |
| 2024-08-30 | adjust warning log | chrislu | 1 | -1/+1 | |
| 2024-08-29 | math/rand => math/rand/v2 | chrislu | 7 | -13/+13 | |
| 2024-08-26 | logs on error | chrislu | 1 | -0/+1 | |
| 2024-08-21 | add parallel vacuuming | chrislu | 3 | -7/+9 | |
| 2024-08-21 | Fix get dir metadata (#5923) | zemul | 1 | -2/+4 | |
| * fix:mount deadlock * feat: query dir metadata * feat: query dir metadata --------- Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2024-08-19 | add http endpoint to get the size of a collection (#5910) | Riccardo Bertossa | 2 | -0/+56 | |
| 2024-08-16 | fix ec volume lookup data sync (#5900) | augustazz | 1 | -2/+2 | |
| 2024-08-16 | EC volume supports expiration and displays expiration message when executing ↵ | augustazz | 1 | -5/+16 | |
| volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com> | |||||
| 2024-08-13 | rename | chrislu | 1 | -2/+2 | |
| 2024-08-13 | add dat file size into vif for EC | chrislu | 1 | -1/+5 | |
| 2024-08-06 | [webdav] status code 500 if internal error from filer (#5865) | Konstantin Lebedev | 1 | -5/+18 | |
| 2024-08-01 | conditional delete | chrislu | 3 | -3/+3 | |
| 2024-07-30 | [master] do sync grow request only if absolutely necessary (#5821) | Konstantin Lebedev | 2 | -9/+7 | |
| * do sync grow request only if absolutely necessary https://github.com/seaweedfs/seaweedfs/pull/5819 * remove check VolumeGrowStrategy Threshold on PickForWrite * fix fmt.Errorf | |||||
| 2024-07-29 | [filer] Added a version to the title of Filer UI (#5836) | Jiffs Maverick | 2 | -2/+6 | |
| Added a version to the title of Filer UI | |||||
| 2024-07-26 | fix allocate reduplicated volumeId to different volume (#5811) | wyang | 3 | -54/+60 | |
| * fix allocate reduplicated volumeId to different volume * only check barrier when read --------- Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2024-07-26 | Revert "Check `ShouldGrowVolumes` before returning error in assign. (#5819)" | chrislu | 2 | -2/+2 | |
| This reverts commit 98d66338d0333cd955f7840c64ef95e3c4807a17. | |||||
| 2024-07-26 | fix delete chunk failed if volumeSever specified grpc.port (#5820) | wyang | 2 | -4/+13 | |
| Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2024-07-26 | same change as #5819 | chrislu | 1 | -1/+1 | |
| follow up with https://github.com/seaweedfs/seaweedfs/pull/5819 | |||||
| 2024-07-26 | Check `ShouldGrowVolumes` before returning error in assign. (#5819) | Ruoxi | 1 | -1/+1 | |
| 2024-07-21 | add version to filer | chrislu | 1 | -0/+2 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 11 | -32/+60 | |
| * 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-16 | [master] Do Automatic Volume Grow in background (#5781) | Konstantin Lebedev | 5 | -33/+56 | |
| * Do Automatic Volume Grow in backgound * pass lastGrowCount to master * fix build * fix count to uint64 | |||||
| 2024-07-12 | fix: avoid timeout if datacenter does not exist in topology (#5772) | Konstantin Lebedev | 4 | -0/+15 | |
| * fix: avoid timeout if datacenter does not exist in topology * fix: error msg * fix: rm dublicate check * fix: compare * revert minor change | |||||
| 2024-07-12 | Fix "no more writable volumes" error when volume grows and master leader ↵ | 小羽 | 1 | -3/+4 | |
| changed at the same time (#5771) | |||||
| 2024-07-11 | small refactoring | chrislu | 1 | -6/+1 | |
| 2024-07-07 | add a test case | chrislu | 1 | -0/+12 | |
| 2024-07-04 | add s3test for sql (#5718) | Konstantin Lebedev | 1 | -1/+10 | |
| * add s3test for sql * fix test test_bucket_listv2_delimiter_basic for s3 * fix action s3tests * regen s3 api xsd * rm minor s3 test test_bucket_listv2_fetchowner_defaultempty * add docs * without xmlns | |||||
| 2024-07-03 | fix breadcrumb | chrislu | 2 | -0/+77 | |
| 2024-07-02 | Revert "directory can paginate" | chrislu | 2 | -11/+4 | |
| This reverts commit 69003d0e906e098cf6db11da05d915d0718a5eba. | |||||
| 2024-07-02 | fix ordering | chrislu | 1 | -1/+1 | |
| 2024-07-02 | directory can paginate | chrislu | 2 | -4/+11 | |
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 4 | -7/+7 | |
| 2024-06-30 | using fixed bootstrap from peer filer3.69 | chrislu | 1 | -4/+0 | |
| 2024-06-28 | bootstrap filer from one peer | chrislu | 3 | -1/+116 | |
| 2024-06-24 | adjust visibility | chrislu | 4 | -29/+29 | |
| 2024-06-23 | minor | chrislu | 1 | -2/+2 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 1 | -1/+1 | |
| 2024-06-15 | DeleteUncommittedChunks | chrislu | 1 | -1/+1 | |
| 2024-06-15 | refactor | chrislu | 4 | -6/+6 | |
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 7 | -14/+15 | |
| * 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 | |||||
| 2024-06-14 | minor | chrislu | 1 | -0/+1 | |
| 2024-06-13 | more logs | chrislu | 1 | -1/+6 | |
| 2024-06-10 | Fix Filer Sync Issue: 5455 (#5663) | MeenakshiSachdeva | 1 | -0/+4 | |
| 2024-06-07 | fix: Ensure that the clientAddress is unique (#5655) | steve.wei | 1 | -1/+7 | |
