| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2022-04-04 | fix cluster status | Konstantin Lebedev | 1 | -10/+10 | |
| 2022-04-04 | hashicorp raft with state machine | Konstantin Lebedev | 2 | -10/+13 | |
| 2022-04-04 | initial add hashicorp raft | Konstantin Lebedev | 1 | -0/+94 | |
| 2022-03-30 | allowDeleteBucketNotEmpty | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-03-29 | fix s3 tests: | Konstantin Lebedev | 1 | -1/+1 | |
| multipart_upload_incorrect_etag multipart_resend_first_finishes_last | |||||
| 2022-03-21 | minor | chrislu | 1 | -5/+5 | |
| 2022-02-27 | avoid too many logs in tmp folderorigin/original_weed_mount | chrislu | 1 | -5/+5 | |
| 2022-02-09 | rocksdb: PORTABLE=1 | chrislu | 1 | -1/+1 | |
| 2022-02-09 | add filer.toml for rocksdb to docker image for rocksdb | chrislu | 2 | -2/+5 | |
| 2021-12-10 | audit log SignatureVersion | kmlebedev | 3 | -4/+23 | |
| 2021-12-07 | Merge pull request #2498 from kmlebedev/s3_audit_log | Chris Lu | 2 | -0/+24 | |
| 2021-12-07 | audit log config | Konstantin Lebedev | 2 | -0/+24 | |
| 2021-12-05 | deprecate all cronjob module related code | chrislu | 3 | -77/+0 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2483 | |||||
| 2021-11-12 | docker: entry point change working directory from root to /data | Chris Lu | 6 | -0/+7 | |
| 2021-11-04 | docker image: build with arm also | Chris Lu | 2 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2418 | |||||
| 2021-10-14 | GetBucketLifecycleConfigurationHandler | Konstantin Lebedev | 1 | -18/+2 | |
| 2021-10-11 | AclHandlers | Konstantin Lebedev | 1 | -8/+37 | |
| 2021-09-30 | github action build rocksdb image | Chris Lu | 2 | -15/+13 | |
| 2021-09-30 | build docker image for chrislusf/seaweedfs:rocksdb | Chris Lu | 3 | -0/+67 | |
