| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-22 | Revert "Merge branch 'track-mount-e2e' of ↵ | chrislu | 1 | -1/+1 | |
| https://github.com/seaweedfs/seaweedfs into track-mount-e2e" This reverts commit 900abd44c158ea9ff3e0ca3eddabff9f9c3f1bf6, reversing changes made to df027fdddf7e71c31c8828ed598dc9510f15fa08. | |||||
| 2023-09-21 | reduce binary size | chrislu | 1 | -1/+1 | |
| 2023-09-21 | [s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵ | Konstantin Lebedev | 1 | -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-29 | upgrade rocksdb versions | chrislu | 3 | -3/+3 | |
| 2023-02-27 | enable gocdk in the generated local image | chrislu | 1 | -1/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4256 | |||||
| 2023-02-08 | go 1.20 (#4192) | Chris Lu | 3 | -3/+3 | |
| 2023-01-01 | filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094) | CommanderRoot | 1 | -7/+7 | |
| 2022-10-16 | refactor(compose)!: upgrade to v2 closes #3699 (#3705) | Ryan Russell | 19 | -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-06 | master server graceful stop (#3797) | Konstantin Lebedev | 1 | -3/+3 | |
| 2022-09-15 | docs(docker): readability fixes (#3684) | Ryan Russell | 2 | -2/+2 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-01 | add tmux for dev | chrislu | 1 | -1/+1 | |
| 2022-09-01 | build local rocksdb | chrislu | 3 | -0/+67 | |
| 2022-09-01 | dockerfile fix directory | chrislu | 3 | -3/+3 | |
| 2022-09-01 | fix building rocksdb image | chrislu | 1 | -1/+1 | |
| 2022-08-31 | Add an End-to-End workflow for FUSE mount (#3562) | Patrick Schmidt | 4 | -5/+93 | |
| * Add an e2e workflow to test FUSE mount * Fix deadlocks during concurrent r/w | |||||
| 2022-08-26 | add target dev_race to MakeFile (#3522) | Konstantin Lebedev | 1 | -1/+7 | |
| 2022-08-11 | avoid Dockerfile Entrypoint: "file not found" (#3430) | Konstantin Lebedev | 1 | -1/+1 | |
| https://www.koskila.net/how-to-fix-exec-user-process-caused-no-such-file-or-directory-in-docker-on-windows/ | |||||
| 2022-08-02 | go 1.19 | chrislu | 2 | -2/+2 | |
| 2022-07-31 | update rocksdb version to 7.4.4 | chrislu | 1 | -1/+1 | |
| 2022-07-29 | site move | chrislu | 1 | -2/+2 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 5 | -22/+22 | |
| 2022-06-29 | use const multipart uploads folder | Konstantin Lebedev | 1 | -2/+2 | |
| avoid error bucket NotEmpty if multipart uploads folder exist | |||||
| 2022-06-29 | Merge pull request #3188 from kmlebedev/fix_make_dev | Chris Lu | 3 | -4/+11 | |
| fix ip.bind cmd for docker compose | |||||
| 2022-06-23 | initial advancedtls | Konstantin Lebedev | 1 | -1/+3 | |
| 2022-06-15 | fix ip.bind cmd for docker compose | Konstantin Lebedev | 3 | -4/+11 | |
| 2022-06-10 | stats master_replica_placement_mismatch | Konstantin Lebedev | 2 | -1/+3 | |
| 2022-06-07 | Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloud | Chris Lu | 3 | -2/+7 | |
| 2022-06-01 | feat: Send commands to weed shell from the docker image. | Kaiwalya Joshi | 1 | -0/+6 | |
| Add the ability to send commands to weed shell from the docker image. Allows an operator to perform maintenance commands like so: ``` docker run \ --rm \ -e SHELL_FILER=localhost:8888 \ -e SHELL_MASTER=localhost:9333 \ chrislusf/seaweedfs:local \ "shell" \ "fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply" ``` | |||||
| 2022-06-01 | fix show empty dir | Konstantin Lebedev | 3 | -2/+7 | |
| https://github.com/chrislusf/seaweedfs/issues/3086 | |||||
| 2022-05-23 | docker compose nextcloud rm mysql | Konstantin Lebedev | 1 | -15/+4 | |
| 2022-05-23 | docker compose file for nextcloud testing | Konstantin Lebedev | 3 | -1/+59 | |
| https://github.com/chrislusf/seaweedfs/issues/3086 | |||||
| 2022-05-16 | fix build | chrislu | 1 | -1/+1 | |
| 2022-05-15 | rocksdb up version to v7.2.2 | Konstantin Lebedev | 2 | -4/+1 | |
| 2022-05-14 | build release containers for all tags | Konstantin Lebedev | 3 | -45/+9 | |
| 2022-05-12 | refactor | Konstantin Lebedev | 2 | -7/+9 | |
| add some tests https://github.com/chrislusf/seaweedfs/pull/2996 | |||||
| 2022-05-06 | docker compose: use ip.bind=0.0.0.0 | chrislu | 1 | -4/+4 | |
| 2022-05-06 | add docker compose file to sync 2 mounts | chrislu | 2 | -0/+24 | |
| 2022-05-06 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 2 | -0/+38 | |
| 2022-05-06 | add tests | chrislu | 2 | -1/+65 | |
| 2022-05-03 | fix scanNamed | Konstantin Lebedev | 1 | -9/+11 | |
| 2022-05-03 | Merge branch 'new_master' into ydb | Konstantin Lebedev | 1 | -0/+1 | |
| # Conflicts: # go.mod # go.sum | |||||
| 2022-05-02 | fix createDB | Konstantin Lebedev | 2 | -3/+9 | |
| 2022-05-01 | ydb initial | Konstantin Lebedev | 1 | -0/+30 | |
| https://github.com/chrislusf/seaweedfs/issues/2942 | |||||
| 2022-04-30 | s3 backend support customizing storage class | chrislu | 1 | -0/+1 | |
| 2022-04-18 | go 1.18 for rocksdb | chrislu | 1 | -1/+1 | |
| 2022-04-18 | docker move to go version 1.182.99 | chrislu | 2 | -2/+2 | |
| 2022-04-06 | add raft shell cmds | Konstantin Lebedev | 1 | -3/+3 | |
| 2022-04-05 | Merge branch 'new_master' into hashicorp_raft | Konstantin Lebedev | 1 | -1/+1 | |
| # Conflicts: # go.mod # go.sum | |||||
| 2022-04-05 | auto bootstraping and update peers | Konstantin Lebedev | 1 | -8/+3 | |
| 2022-04-04 | update rocksdb version | chrislu | 1 | -1/+1 | |
