| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-25 | update job statusorigin/create-table-snapshot-api-design | chrislu | 1 | -9/+9 | |
| 2023-09-25 | prototyping | chrislu | 1 | -0/+36 | |
| 2023-09-25 | fix(ec): volumes created by foreign collection due to bug in ec balance (#4864) | Tobias Gurtzick | 2 | -8/+21 | |
| * fix(ec): ignore 0 byte data files refers to parts of #4861 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com> * fix(ec): ignore volumes not from the current collection during balance fixes #4861 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com> --------- Signed-off-by: Tobias Gurtzick <magic@wizardtales.com> | |||||
| 2023-09-25 | Revert "Revert "Merge branch 'master' of ↵ | chrislu | 23 | -70/+84 | |
| https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39 | |||||
| 2023-09-25 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 14 | -230/+382 | |
| 2023-09-25 | fix compilation | chrislu | 1 | -2/+2 | |
| 2023-09-25 | [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵ | Konstantin Lebedev | 14 | -230/+382 | |
| (#4859) * move s3account.AccountManager into to iam.S3ApiConfiguration and switch to Interface https://github.com/seaweedfs/seaweedfs/issues/4519 * fix: test bucket acl default and adjust the variable names * fix: s3 api config test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2023-09-25 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+4 | |
| 2023-09-25 | fix test | chrislu | 1 | -1/+1 | |
| 2023-09-25 | weed/replication/sub: fix dropped error (#4865) | Lars Lehtonen | 1 | -1/+4 | |
| 2023-09-24 | comment | chrislu | 2 | -2/+2 | |
| 2023-09-24 | ensure latest stats are reported | chrislu | 4 | -10/+21 | |
| 2023-09-24 | read existing broker stats | chrislu | 1 | -3/+7 | |
| 2023-09-24 | fix listing topics | chrislu | 8 | -24/+64 | |
| 2023-09-24 | create topic and report topicorigin/sub | chrislu | 10 | -414/+639 | |
| 2023-09-24 | do create topic | chrislu | 6 | -408/+615 | |
| 2023-09-24 | implement create topic | chrislu | 4 | -13/+52 | |
| 2023-09-24 | add CreateTopic API | chrislu | 9 | -389/+703 | |
| 2023-09-24 | 3.573.57 | chrislu | 1 | -1/+1 | |
| 2023-09-24 | minor | chrislu | 1 | -3/+1 | |
| 2023-09-23 | avoid deleting the entry too early | chrislu | 1 | -1/+1 | |
| 2023-09-23 | fix waiting condition | chrislu | 1 | -1/+1 | |
| 2023-09-23 | fix compilation | chrislu | 1 | -1/+1 | |
| 2023-09-23 | if shared lock, still need to wait for exclusive lock to release | chrislu | 1 | -14/+24 | |
| 2023-09-23 | adjust for better logs | chrislu | 1 | -1/+1 | |
| 2023-09-23 | read source uses shared lock | chrislu | 1 | -1/+1 | |
| 2023-09-21 | adjust logs | chrislu | 2 | -17/+24 | |
| 2023-09-21 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 5 | -18/+38 | |
| 2023-09-21 | reduce logs | chrislu | 1 | -2/+2 | |
| 2023-09-21 | [iam] Replace action read/write to readAcp/writeAcp for handlers with acl ↵ | Konstantin Lebedev | 5 | -18/+38 | |
| (#4858) Replace action read/write to readAcp/writeAcp for handlers with acl query https://github.com/seaweedfs/seaweedfs/issues/4519 Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-09-21 | reduce binary size | chrislu | 1 | -1/+1 | |
| 2023-09-21 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 5 | -84/+138 | |
| 2023-09-21 | mount switch to ordered lock requests | chrislu | 7 | -15/+23 | |
| 2023-09-21 | adjust logs | chrislu | 2 | -6/+6 | |
| 2023-09-21 | add lock table to ensure ordered locks | chrislu | 2 | -0/+188 | |
| 2023-09-21 | [s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵ | Konstantin Lebedev | 2 | -29/+45 | |
| (#4856) * Passing test: test_bucket_acl_default test_bucket_acl_canned_private_to_private https://github.com/seaweedfs/seaweedfs/issues/4519 * Update weed/s3api/s3api_bucket_handlers.go --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2023-09-21 | [s3] optimization iam lookup for reducing algorithm complexity (#4857) | Konstantin Lebedev | 3 | -55/+93 | |
| optimization iam lookup for reducing algorithm complexity https://github.com/seaweedfs/seaweedfs/issues/4519 Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-09-19 | fix compilation | chrislu | 2 | -4/+4 | |
| 2023-09-19 | merge some previous missing changes | chrislu | 1 | -2/+5 | |
| 2023-09-19 | fix compilation bugs during merge | chrislu | 2 | -22/+20 | |
| 2023-09-19 | wip | chrislu | 4 | -433/+547 | |
| 2023-09-19 | fix grpd dial option | chrislu | 2 | -3/+12 | |
| 2023-09-18 | Revert "Revert "Merge branch 'master' into sub"" | chrislu | 12 | -104/+199 | |
| This reverts commit 0bb97709d41b1be4c74f01dcc65aac6d5f88bd16. | |||||
| 2023-09-18 | Revert "Merge branch 'master' into sub" | chrislu | 12 | -199/+104 | |
| This reverts commit 4d414f54a224142f3f4d934f4af3b5dceb6fec6b, reversing changes made to 482742514656e9b5a652acf7406740fbc55db13d. | |||||
| 2023-09-18 | Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs" | chrislu | 24 | -86/+72 | |
| This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b. | |||||
| 2023-09-18 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 24 | -72/+86 | |
| 2023-09-18 | Merge branch 'master' into sub | chrislu | 12 | -104/+199 | |
| 2023-09-18 | Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850) | dependabot[bot] | 24 | -72/+86 | |
| * Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * API changes * go mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2023-09-18 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -7/+9 | |
| 2023-09-18 | add broker leader | chrislu | 8 | -353/+384 | |
