aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2025-06-03change version directorychrislu4-4/+4
2025-06-03gorocksdb 1.10.1 ~ rocksdb 10.2.1chrislu2-2/+2
2025-05-05Add SFTP Server Support (#6753)Mohamed Sekour1-0/+37
* Add SFTP Server Support Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix s3 tests and helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * increase helm chart version * adjust version --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2025-04-23golang up version to 1.24 (#6724)Konstantin Lebedev3-3/+3
2025-03-29Tarantool filer store (#6669)MaratKarimov8-2/+395
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
2025-03-21add more logging for s3 signature (#6652)Tom Crasset1-0/+0
2025-03-18fix: restore deletion audit of individual objects (#6644)SmoothDenis2-1/+11
2025-03-09Accumulated changes for message queue (#6600)Chris Lu3-7/+13
* rename * set agent address * refactor * add agent sub * pub messages * grpc new client * can publish records via agent * send init message with session id * fmt * check cancelled request while waiting * use sessionId * handle possible nil stream * subscriber process messages * separate debug port * use atomic int64 * less logs * minor * skip io.EOF * rename * remove unused * use saved offsets * do not reuse session, since always session id is new after restart remove last active ts from SessionEntry * simplify printing * purge unused * just proxy the subscription, skipping the session step * adjust offset types * subscribe offset type and possible value * start after the known tsns * avoid wrongly set startPosition * move * remove * refactor * typo * fix * fix changed path
2025-02-17upgade rocksdb to 9.10.0chrislu2-2/+2
2025-02-04use golang:1.23 image3.84chrislu3-3/+3
2025-01-17fix S3 per-user-directory Policy (#6443)Tom Crasset2-4/+291
* fix S3 per-user-directory Policy * Delete docker/config.json * add tests * remove logs * undo modifications of weed/shell/command_volume_balance.go * remove modifications of docker-compose * fix failing test --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2024-06-24fix s3tests.conf file namechrislu1-1/+1
2024-05-05add some delay when starting filers, to simulate real productionorigin/mq-subscribechrislu1-0/+1
2024-05-03workingchrislu2-4/+6
2024-04-08Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-03-29[tests] add action s3 tests (#5427)Konstantin Lebedev1-1/+1
2024-03-25Merge branch 'master' into mq-subscribechrislu1-0/+1
2024-03-24Add TLS support, initial etcd connection check, fix key_prefix handling for ↵Nikita Borzykh1-0/+1
etcd backend meta storage (#5403)
2024-03-16adjust log levelchrislu1-3/+3
2024-03-07Merge branch 'master' into mq-subscribechrislu2-0/+57
2024-03-07[filer.backup] add param uploader_part_size for S3sink (#5352)Konstantin Lebedev2-0/+57
* fix: install cronie * chore: refactor configure S3Sink * chore: refactor cinfig * add filer-backup compose file * fix: X-Amz-Meta-Mtime and resolve with comments * fix: attr mtime * fix: MaxUploadPartst is reduced to the maximum allowable * fix: env and force set max MaxUploadParts * fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB
2024-02-25Merge branch 'master' into mq-subscribechrislu3-5/+5
2024-02-07upgrade go, rocksdbChris Lu3-5/+5
2024-02-05build with pub sub clients for testingChris Lu2-0/+4
2024-01-31add make brokerschrislu2-0/+129
2024-01-12Fix filer sync set offset (#5197)Konstantin Lebedev1-0/+35
* fix: compose 2mount with sync * fix: DATA RACE https://github.com/seaweedfs/seaweedfs/issues/5194 https://github.com/seaweedfs/seaweedfs/issues/5195
2024-01-01fix rocksdb buildchrislu2-2/+2
2023-12-11Merge accumulated changes related to message queue (#5098)Chris Lu1-0/+27
* balance partitions on brokers * prepare topic partition first and then publish, move partition * purge unused APIs * clean up * adjust logs * add BalanceTopics() grpc API * configure topic * configure topic command * refactor * repair missing partitions * sequence of operations to ensure ordering * proto to close publishers and consumers * rename file * topic partition versioned by unixTimeNs * create local topic partition * close publishers * randomize the client name * wait until no publishers * logs * close stop publisher channel * send last ack * comments * comment * comments * support list of brokers * add cli options * Update .gitignore * logs * return io.eof directly * refactor * optionally create topic * refactoring * detect consumer disconnection * sub client wait for more messages * subscribe by time stamp * rename * rename to sub_balancer * rename * adjust comments * rename * fix compilation * rename * rename * SubscriberToSubCoordinator * sticky rebalance * go fmt * add tests * balance partitions on brokers * prepare topic partition first and then publish, move partition * purge unused APIs * clean up * adjust logs * add BalanceTopics() grpc API * configure topic * configure topic command * refactor * repair missing partitions * sequence of operations to ensure ordering * proto to close publishers and consumers * rename file * topic partition versioned by unixTimeNs * create local topic partition * close publishers * randomize the client name * wait until no publishers * logs * close stop publisher channel * send last ack * comments * comment * comments * support list of brokers * add cli options * Update .gitignore * logs * return io.eof directly * refactor * optionally create topic * refactoring * detect consumer disconnection * sub client wait for more messages * subscribe by time stamp * rename * rename to sub_balancer * rename * adjust comments * rename * fix compilation * rename * rename * SubscriberToSubCoordinator * sticky rebalance * go fmt * add tests * tracking topic=>broker * merge * comment
2023-11-30remove unused filechrislu1-44/+0
2023-10-13golang up version to 1.21.3 (#4911)Konstantin Lebedev3-3/+3
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev2-4/+14
(#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-25fix: make dev_tls with volume https (#4866)Konstantin Lebedev2-6/+10
2023-09-21reduce binary sizechrislu1-1/+1
2023-09-21[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵Konstantin Lebedev1-2/+2
(#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-05-29upgrade rocksdb versionschrislu3-3/+3
2023-02-27enable gocdk in the generated local imagechrislu1-1/+2
fix https://github.com/seaweedfs/seaweedfs/issues/4256
2023-02-08go 1.20 (#4192)Chris Lu3-3/+3
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot1-7/+7
2022-10-16refactor(compose)!: upgrade to v2 closes #3699 (#3705)Ryan Russell19-36/+46
* docs(compose): Update readme for compose v2 upgrade Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade `Makefile` for compose v2 Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade yml from version 2 -> 3.9 Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-3/+3
2022-09-15docs(docker): readability fixes (#3684)Ryan Russell2-2/+2
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-01add tmux for devchrislu1-1/+1
2022-09-01build local rocksdbchrislu3-0/+67
2022-09-01dockerfile fix directorychrislu3-3/+3
2022-09-01fix building rocksdb imagechrislu1-1/+1
2022-08-31Add an End-to-End workflow for FUSE mount (#3562)Patrick Schmidt4-5/+93
* Add an e2e workflow to test FUSE mount * Fix deadlocks during concurrent r/w
2022-08-26add target dev_race to MakeFile (#3522)Konstantin Lebedev1-1/+7
2022-08-11avoid Dockerfile Entrypoint: "file not found" (#3430)Konstantin Lebedev1-1/+1
https://www.koskila.net/how-to-fix-exec-user-process-caused-no-such-file-or-directory-in-docker-on-windows/
2022-08-02go 1.19chrislu2-2/+2
2022-07-31update rocksdb version to 7.4.4chrislu1-1/+1