| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-06-06 | Fix panic (#5654) | Gaspare Iengo | 1 | -2/+4 | |
| 2024-06-05 | Set the capacity of clientChan to 10000 (#5647) | steve.wei | 1 | -2/+1 | |
| 2024-06-03 | fix deadlock caused by message chan blocked (#5639) | LHHDZ | 1 | -0/+8 | |
| 2024-05-29 | pass along volume server grpc port | chrislu | 1 | -0/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5617 | |||||
| 2024-05-24 | avoid ticker leak | chrislu | 2 | -0/+3 | |
| 2024-04-29 | reduce ambiguity about use memory_sequencer (#5555) | shenxingwuying | 1 | -1/+3 | |
| 2024-04-18 | avoid repeated calls to heavy-weighted viper | chrislu | 1 | -1/+6 | |
| 2024-04-18 | rename | chrislu | 4 | -13/+13 | |
| 2024-04-14 | [s3] fix s3 test_multipart_get_part (#5476) | Konstantin Lebedev | 1 | -3/+19 | |
| * try fix s3 test_multipart_get_part * add passed s3 tests * fix SeaweedFSUploadId * rm spaces * convert part request to range * add passed s3 tests of multipart | |||||
| 2024-04-14 | chore: fix some typos in comments (#5497) | yudrywet | 2 | -2/+2 | |
| 2024-04-11 | [volume] Reduce the number of buffers for uploading one chunk (#5458) | Konstantin Lebedev | 1 | -3/+3 | |
| 2024-04-10 | fix append disorder (#5492) | skycope | 1 | -1/+1 | |
| 2024-04-08 | fix: filer authenticate with with volume server (#5480) | Henco Appel | 3 | -1/+37 | |
| 2024-03-28 | fix panic 5435 (#5436) | Konstantin Lebedev | 2 | -1/+6 | |
| 2024-03-25 | fix nil volume data backend | chrislu | 1 | -0/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5417 | |||||
| 2024-03-18 | fix get file metadata bug (#5394) | jerebear12 | 2 | -6/+11 | |
| * Removed problematic if statement This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files. * Update filer_server_handers_read.go * Updated filer responses to invalid requests | |||||
| 2024-03-16 | Merge branch 'mq-subscribe' | chrislu | 4 | -24/+39 | |
| 2024-03-16 | only broad cast when there are waiting threads | chrislu | 2 | -6/+14 | |
| 2024-03-14 | [filer] replace an invalid methods in a metric with an invalid one (#5378) | Konstantin Lebedev | 1 | -10/+12 | |
| fix: replace an invalid methods in a metric with an invalid one for filer | |||||
| 2024-03-12 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -1/+1 | |
| 2024-03-09 | remove repetitive words (#5364) | rustrover | 1 | -1/+1 | |
| 2024-03-07 | each log function adds a "done" return parameter | chrislu | 1 | -5/+5 | |
| 2024-03-07 | pass errors | chrislu | 1 | -1/+0 | |
| 2024-03-07 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -3/+0 | |
| 2024-03-07 | purge cluster id | chrislu | 1 | -3/+0 | |
| 2024-02-29 | Merge branch 'master' into mq-subscribe | chrislu | 3 | -2/+13 | |
| 2024-02-27 | Disable filer UI in configuration (#5297) | jerebear12 | 3 | -2/+13 | |
| * Add filer.ui.enabled configuration property * Add filer.expose_directory_metadata to config * Ammend commit * Remove ShowUI reference * Update all routes that allow directory metadata * Add cmd flag to server.go | |||||
| 2024-02-25 | Merge branch 'master' into mq-subscribe | chrislu | 3 | -7/+5 | |
| 2024-02-14 | filer: reduce delete entry ErrNotFound logs (#5301) | Sébastien | 1 | -5/+3 | |
| 2024-02-14 | [volume] requests that were canceled by the client are not an internal ↵ | Konstantin Lebedev | 2 | -2/+2 | |
| server problem(500 => 499) (#5304) | |||||
| 2024-02-05 | fix on finding lock owner | Chris Lu | 1 | -1/+1 | |
| 2024-02-04 | Merge branch 'master' into mq-subscribe | Chris Lu | 3 | -26/+71 | |
| 2024-02-02 | lock returns host and owner | chrislu | 1 | -2/+3 | |
