aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25update job statusorigin/create-table-snapshot-api-designchrislu1-9/+9
2023-09-25prototypingchrislu1-0/+36
2023-09-25fix(ec): volumes created by foreign collection due to bug in ec balance (#4864)Tobias Gurtzick2-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-25Revert "Revert "Merge branch 'master' of ↵chrislu23-70/+84
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-25Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu14-230/+382
2023-09-25fix compilationchrislu1-2/+2
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev14-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-25Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+4
2023-09-25fix testchrislu1-1/+1
2023-09-25weed/replication/sub: fix dropped error (#4865)Lars Lehtonen1-1/+4
2023-09-24commentchrislu2-2/+2
2023-09-24ensure latest stats are reportedchrislu4-10/+21
2023-09-24read existing broker statschrislu1-3/+7
2023-09-24fix listing topicschrislu8-24/+64
2023-09-24create topic and report topicorigin/subchrislu10-414/+639
2023-09-24do create topicchrislu6-408/+615
2023-09-24implement create topicchrislu4-13/+52
2023-09-24add CreateTopic APIchrislu9-389/+703
2023-09-243.573.57chrislu1-1/+1
2023-09-24minorchrislu1-3/+1
2023-09-23avoid deleting the entry too earlychrislu1-1/+1
2023-09-23fix waiting conditionchrislu1-1/+1
2023-09-23fix compilationchrislu1-1/+1
2023-09-23if shared lock, still need to wait for exclusive lock to releasechrislu1-14/+24
2023-09-23adjust for better logschrislu1-1/+1
2023-09-23read source uses shared lockchrislu1-1/+1
2023-09-21adjust logschrislu2-17/+24
2023-09-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu5-18/+38
2023-09-21reduce logschrislu1-2/+2
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl ↵Konstantin Lebedev5-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-21reduce binary sizechrislu1-1/+1
2023-09-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu5-84/+138
2023-09-21mount switch to ordered lock requestschrislu7-15/+23
2023-09-21adjust logschrislu2-6/+6
2023-09-21add lock table to ensure ordered lockschrislu2-0/+188
2023-09-21[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵Konstantin Lebedev2-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 Lebedev3-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-19fix compilationchrislu2-4/+4
2023-09-19merge some previous missing changeschrislu1-2/+5
2023-09-19fix compilation bugs during mergechrislu2-22/+20
2023-09-19wipchrislu4-433/+547
2023-09-19fix grpd dial optionchrislu2-3/+12
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu12-104/+199
This reverts commit 0bb97709d41b1be4c74f01dcc65aac6d5f88bd16.
2023-09-18Revert "Merge branch 'master' into sub"chrislu12-199/+104
This reverts commit 4d414f54a224142f3f4d934f4af3b5dceb6fec6b, reversing changes made to 482742514656e9b5a652acf7406740fbc55db13d.
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu24-86/+72
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.
2023-09-18Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu24-72/+86
2023-09-18Merge branch 'master' into subchrislu12-104/+199
2023-09-18Bump 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-18Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-7/+9
2023-09-18add broker leaderchrislu8-353/+384