1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-26 22:12:47 +02:00

Commit graph

  • 0e8a54f6f6
    fix write volume over size MaxPossibleVolumeSize (#5190) skycope 2024-01-12 12:23:46 +08:00
  • b0ac3ebd6c enable rclone for more images chrislu 2024-01-11 08:58:10 -08:00
  • 050efe6c08 factor in existing ec volume count when estimating max volume count chrislu 2024-01-11 08:19:09 -08:00
  • 188f471a24 logging chrislu 2024-01-11 07:55:26 -08:00
  • bd57d3c05c fix write volume over size MaxPossibleVolumeSize Yang Wang 2024-01-11 18:51:45 +08:00
  • 6a7a679137 passing partition generation timestamp chrislu 2024-01-10 22:36:17 -08:00
  • a7fc723ae0
    chore: add status code for request_total metrics (#5188) Konstantin Lebedev 2024-01-10 23:05:27 +05:00
  • 9da9b33c70 fix: metric name Konstantin Lebedev 2024-01-10 21:15:06 +05:00
  • 22de153e4d chore: add VolumeServerHandlerCounter Konstantin Lebedev 2024-01-10 21:11:13 +05:00
  • 732732e12e chore: add FilerHandlerCounter Konstantin Lebedev 2024-01-10 21:01:34 +05:00
  • 4739bde0b3 chore: add status code for request_total metrics Konstantin Lebedev 2024-01-10 19:15:13 +05:00
  • 8af61dec91 avoid empty spaces in file name chrislu 2024-01-09 09:00:54 -08:00
  • aed54eda61 refactor chrislu 2024-01-09 08:01:01 -08:00
  • d51efddf5c flush to disk chrislu 2024-01-08 23:27:02 -08:00
  • fe417ee02d
    Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 (#5181) dependabot[bot] 2024-01-08 12:59:55 -08:00
  • 301e8b3926
    Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 dependabot[bot] 2024-01-08 20:35:15 +00:00
  • 8c966ac23b
    Removed problematic if statement (#5180) jerebear12 2024-01-08 13:35:20 -06:00
  • 6cbc40335f Removed problematic if statement jerebear12 2024-01-08 13:03:42 -06:00
  • 121c59e2b7
    Bump wangyoucao577/go-release-action from 1.41 to 1.42 (#5172) dependabot[bot] 2024-01-08 10:09:15 -08:00
  • 0ece5d9d8c
    Bump docker/metadata-action from 5.4.0 to 5.5.0 (#5173) dependabot[bot] 2024-01-08 10:09:02 -08:00
  • 391213549c
    Bump actions/dependency-review-action from 3.1.4 to 3.1.5 (#5174) dependabot[bot] 2024-01-08 10:08:41 -08:00
  • 894baa900e
    Bump golang.org/x/image from 0.14.0 to 0.15.0 (#5176) dependabot[bot] 2024-01-08 10:08:04 -08:00
  • 69d417ff96
    Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#5177) dependabot[bot] 2024-01-08 10:07:49 -08:00
  • a71c219ca2
    Bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.13 to 1.16.14 (#5178) dependabot[bot] 2024-01-08 10:07:33 -08:00
  • 473d6ba1ac
    Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (#5179) dependabot[bot] 2024-01-08 10:07:16 -08:00
  • fa97317702
    Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 dependabot[bot] 2024-01-08 16:54:33 +00:00
  • f3d78cb4e8
    Bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.13 to 1.16.14 dependabot[bot] 2024-01-08 15:23:31 +00:00
  • 7e0f394f27
    Bump google.golang.org/grpc from 1.59.0 to 1.60.1 dependabot[bot] 2024-01-08 15:22:43 +00:00
  • d92a0b2a2c
    Bump golang.org/x/image from 0.14.0 to 0.15.0 dependabot[bot] 2024-01-08 15:22:37 +00:00
  • 101e2ca871
    Bump github.com/aws/aws-sdk-go-v2 from 1.24.0 to 1.24.1 dependabot[bot] 2024-01-08 15:22:33 +00:00
  • 67d43a0c32
    Bump actions/dependency-review-action from 3.1.4 to 3.1.5 dependabot[bot] 2024-01-08 15:15:06 +00:00
  • 3ef17106bc
    Bump docker/metadata-action from 5.4.0 to 5.5.0 dependabot[bot] 2024-01-08 15:15:01 +00:00
  • cf1c79b1a9
    Bump wangyoucao577/go-release-action from 1.41 to 1.42 dependabot[bot] 2024-01-08 15:14:56 +00:00
  • fbb4917e2f Merge branch 'master' into mq-subscribe chrislu 2024-01-08 00:08:49 -08:00
  • 4991a898b1 Publish seaweedfs-3.61.0.tgz chrislusf 2024-01-08 08:05:15 +00:00
  • 8ae00e47a6 3.61 3.61 chrislu 2024-01-08 00:04:49 -08:00
  • 49428a303b add batch index for each memory buffer chrislu 2024-01-08 00:03:08 -08:00
  • b9d32d32e1
    chore: filer sync add doDeleteFiles option for create only mode (#5166) Konstantin Lebedev 2024-01-06 23:02:16 +05:00
  • 61b1d1a224 fix: set doDeleteFiles for a or b sync direction. Konstantin Lebedev 2024-01-06 23:00:10 +05:00
  • d0d24f1e40 rename functions chrislu 2024-01-05 17:10:43 -08:00
  • d9bd343055 Merge branch 'master' into mq-subscribe chrislu 2024-01-05 15:36:00 -08:00
  • 1206313952 add logs on flush chrislu 2024-01-05 15:35:42 -08:00
  • aa5b6a8187 adjust logs chrislu 2024-01-05 15:35:32 -08:00
  • 496fc8fbbf refactor chrislu 2024-01-05 15:35:19 -08:00
  • e8611ed85d subscribe with partition offset chrislu 2024-01-05 15:24:14 -08:00
  • 531f854af2 rename functions chrislu 2024-01-05 15:16:53 -08:00
  • f8787a9761 rename functions chrislu 2024-01-05 15:16:41 -08:00
  • add16fb1a1 logs chrislu 2024-01-05 15:16:22 -08:00
  • ddd0fde094 rename functions chrislu 2024-01-05 15:16:01 -08:00
  • ee41dbb7fc rename functions chrislu 2024-01-05 15:14:25 -08:00
  • 1fed37bed0 add offset chrislu 2024-01-05 15:03:16 -08:00
  • 3b62b338a5
    chore: add maxMB option for webdav (#5165) Konstantin Lebedev 2024-01-06 00:10:20 +05:00
  • ac5bbefd4f chore: filer sync add doDeleteFiles option for create only mode Konstantin Lebedev 2024-01-05 19:28:48 +05:00
  • 329b8e54fc chore: add maxMB option for webdav Konstantin Lebedev 2024-01-05 14:16:29 +05:00
  • 47a4963d7a subscription start from specified timestamp chrislu 2024-01-03 15:57:36 -08:00
  • 3c952f87c7 decrease complex: writables slice to map https://github.com/seaweedfs/seaweedfs/issues/5135 Konstantin Lebedev 2024-01-04 02:54:46 +05:00
  • 35869b5c80 subscriber can be notified of the assignment change when topic is just configured chrislu 2024-01-03 13:30:30 -08:00
  • 4f6172f369
    Fix missing VersionConfiguration node in get-bucket-versioning response (#5162) Konstantin Lebedev 2024-01-04 01:27:13 +05:00
  • 25c7d78ad8 fix: s3 response for get bucket version https://github.com/seaweedfs/seaweedfs/issues/5155 Konstantin Lebedev 2024-01-04 01:10:53 +05:00
  • bb66deb2b0 fix: s3 response for get bucket version https://github.com/seaweedfs/seaweedfs/issues/5155 Konstantin Lebedev 2024-01-04 01:09:31 +05:00
  • f373e558e2 Add deleted bytes to total_disk_size SmsS4 2024-01-03 21:39:07 +03:30
  • 3e43778869
    fix: webdav avoid create empty files (#5160) Konstantin Lebedev 2024-01-03 22:52:51 +05:00
  • 8f864716d4 fix: webdav avoid create empty files Konstantin Lebedev 2024-01-03 22:15:22 +05:00
  • b832ddd1ef
    fix: return etag with md5 in webdav responses (#5158) Konstantin Lebedev 2024-01-03 21:50:32 +05:00
  • ab7c2ac0de fix: return etag with md5 in webdav responses Konstantin Lebedev 2024-01-03 18:22:00 +05:00
  • f50e85c31b Fix: startS3Server nil pointer duanhongyi 2024-01-03 17:47:17 +08:00
  • efb695fd93 lookup existing topic partitions chrislu 2024-01-02 17:29:35 -08:00
  • 54e9877093 Merge branch 'master' into mq-subscribe chrislu 2024-01-02 13:25:00 -08:00
  • d3688938d9 avoid nil chrislu 2024-01-02 12:55:34 -08:00
  • 53188a1191 fix rocksdb build chrislu 2024-01-01 22:41:23 -08:00
  • 88d3f51648 fix rocksdb build chrislu 2024-01-01 22:41:23 -08:00
  • 923b1e5dad Merge branch 'master' into mq-subscribe chrislu 2024-01-01 20:56:12 -08:00
  • 9983f9db46
    Update network.go by revisiting #5134 vivekkoya 2024-01-01 20:54:06 -08:00
  • dca23153f1 Publish seaweedfs-3.60.1.tgz chrislusf 2024-01-02 03:11:54 +00:00
  • d4e91b6ad9 3.60 3.60 chrislu 2024-01-01 19:11:23 -08:00
  • 8b4cd50aac log errors chrislu 2024-01-01 19:09:17 -08:00
  • bf9ae74384 add logs chrislu 2024-01-01 19:09:05 -08:00
  • 400bc08334
    Bump gocloud.dev/pubsub/rabbitpubsub from 0.35.0 to 0.36.0 (#5148) dependabot[bot] 2024-01-01 14:08:58 -08:00
  • 4b968ae81c
    Bump github.com/aws/aws-sdk-go-v2/config from 1.26.1 to 1.26.2 (#5149) dependabot[bot] 2024-01-01 10:51:06 -08:00
  • 75fe27f3b1
    Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#5146) dependabot[bot] 2024-01-01 10:51:01 -08:00
  • dcea9acd36
    Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#5147) dependabot[bot] 2024-01-01 10:12:48 -08:00
  • 8b8ec8a4f6
    Bump github.com/aws/aws-sdk-go-v2/config from 1.26.1 to 1.26.2 dependabot[bot] 2024-01-01 15:58:14 +00:00
  • a1e83ad898
    Bump gocloud.dev/pubsub/rabbitpubsub from 0.35.0 to 0.36.0 dependabot[bot] 2024-01-01 15:57:23 +00:00
  • 2ce5e568c8
    Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 dependabot[bot] 2024-01-01 15:57:10 +00:00
  • c86392f5b8
    Bump github.com/google/uuid from 1.4.0 to 1.5.0 dependabot[bot] 2024-01-01 15:57:08 +00:00
  • 32bc8d6a38 adjust wait time chrislu 2023-12-31 17:42:44 -08:00
  • 458ddbf919 clean up dead code chrislu 2023-12-31 13:25:33 -08:00
  • 2845230329 passing broker into the assignments chrislu 2023-12-28 21:13:49 -08:00
  • 093fdc1621 subscriber can get assignments chrislu 2023-12-28 20:35:15 -08:00
  • 77626666c5
    Minor cleanup & gitignore update (#5144) Varun Upadhyay 2023-12-28 20:25:43 -08:00
  • b3da99c3f2 Minor cleanup & gitignore update varunu28 2023-12-28 16:36:03 -08:00
  • 9ed26cd7b0 Merge branch 'master' into mq-subscribe chrislu 2023-12-28 11:57:30 -08:00
  • c950a40aad subscriber keep connected to the balancer chrislu 2023-12-28 11:56:37 -08:00
  • 183352c796
    shell meta load add concurrency (#4529) Konstantin Lebedev 2023-12-29 00:54:37 +05:00
  • 0b8f9de4ec
    Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.53.3 to 3.54.2 (#5138) dependabot[bot] 2023-12-28 11:49:23 -08:00
  • f62c7c8313
    Merge branch 'master' into shell_meta_load_concurrency Konstantin Lebedev 2023-12-29 00:47:05 +05:00
  • edc0532b1d
    weed/server: remove unneeded err from streamReadOneVolume() signature (#5143) Lars Lehtonen 2023-12-28 11:45:13 -08:00
  • 310798de99
    weed/server: remove unneeded err from streamReadOneVolume() signature Lars Lehtonen 2023-12-28 10:08:30 -08:00
  • c585f379d1 Publish seaweedfs-3.60.0.tgz chrislusf 2023-12-28 15:47:03 +00:00
  • 59edb84253
    fix: k8s-chart-helm master metrics scraping (#5142) Sébastien 2023-12-28 16:46:42 +01:00