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

Commit graph

  • 5b3192344d fix iam CreatePolicy error guosj 2022-07-08 17:42:21 +08:00
  • aab3ed2347
    Merge pull request #3288 from paochiang/fix_spell_error Chris Lu 2022-07-08 01:48:35 -07:00
  • 106dd13306 fix the spelling error liubaojiang 2022-07-08 16:36:45 +08:00
  • e2ecf137a2 fix resetting fh.reader chrislu 2022-07-08 01:04:15 -07:00
  • 185332b91f Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-07-08 00:29:41 -07:00
  • 28add5a534 mount: fix racing conditions chrislu 2022-07-08 00:29:39 -07:00
  • d6a5441391
    Merge pull request #3286 from duanhongyi/master Chris Lu 2022-07-07 23:47:56 -07:00
  • 1ceab96aba filer tikv support tls duanhongyi 2022-07-08 14:23:06 +08:00
  • a85ed3fe8f minor dev chrislu 2022-07-07 22:27:24 -07:00
  • 1f8e73ede7 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-07-07 22:26:06 -07:00
  • 2ea18cdcc8 remove dead code chrislu 2022-07-07 22:26:03 -07:00
  • fa8e33ccb8
    Update binaries_dev.yml Chris Lu 2022-07-07 22:11:44 -07:00
  • b7de5c6c43 shell: remove unused filer parameter from shell.toml chrislu 2022-07-07 15:01:23 -07:00
  • f2f0482dd3 mount: random read also try to use the local cache first chrislu 2022-07-07 11:50:28 -07:00
  • 05c53820b9 mount: file handler release memory chrislu 2022-07-07 11:49:40 -07:00
  • fd48a3ac40 Add command line options for enable or disable upload from URL feature yulai.li 2022-07-07 21:33:54 +08:00
  • 41ff6f8a23 Change query string to from.url yulai.li 2022-07-07 20:49:58 +08:00
  • 975d90bf75 fix subdir pagination https://github.com/chrislusf/seaweedfs/issues/3166 Konstantin Lebedev 2022-07-07 17:40:18 +05:00
  • ab27e92aec Use browser's user agent as request header yulai.li 2022-07-07 20:16:18 +08:00
  • 57743f3096 Set fake user agent to make download acceptable yulai.li 2022-07-07 20:08:18 +08:00
  • 95dee66e34 Refactor function name yulai.li 2022-07-07 19:30:48 +08:00
  • ec3cf90c4b Fix validation bug yulai.li 2022-07-07 17:45:42 +08:00
  • d615013879 Add source URL validation yulai.li 2022-07-07 17:36:30 +08:00
  • e21bb74ef0 Fix upload error process when upload from url yulai.li 2022-07-07 17:10:44 +08:00
  • e6dfadc7ad Make filer can upload file from a URL yulai.li 2022-07-07 17:00:55 +08:00
  • e7843b4127 Merge branch 'master' into messaging chrislu 2022-07-06 02:55:13 -07:00
  • 69ef6459c3 S3 ListObjectsV2 fix pagination under bucket root chrislu 2022-07-06 02:28:34 -07:00
  • bfea7008f3
    Merge pull request #3277 from kmlebedev/rabbitry_enable_durable Chris Lu 2022-07-06 00:19:49 -07:00
  • 785223e587 rabbitpubsub enable durable Konstantin Lebedev 2022-07-06 10:05:29 +05:00
  • 4e74e28dcd fix(filer.sync): Optimize code structure, optimize unit testing zhihao.qu 2022-07-05 10:46:49 +08:00
  • cc51c7582f Merge branch 'master' into messaging chrislu 2022-07-04 13:48:00 -07:00
  • 57975b93ff adjust used size reporting chrislu 2022-07-04 13:47:42 -07:00
  • a79f5bd0d5 adjust used size reporting chrislu 2022-07-04 13:46:32 -07:00
  • 3c79c77056 3.14 3.14 chrislu 2022-07-04 13:15:49 -07:00
  • 05510630fd
    Merge pull request #3270 from chrislusf/dependabot/go_modules/cloud.google.com/go/pubsub-1.23.1 Chris Lu 2022-07-04 12:09:06 -07:00
  • 2c031f2a7c
    Bump cloud.google.com/go/pubsub from 1.22.2 to 1.23.1 dependabot[bot] 2022-07-04 19:08:32 +00:00
  • f69a8127a4
    Merge pull request #3271 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.8.0 Chris Lu 2022-07-04 12:06:46 -07:00
  • 9ea1d093b0
    Merge pull request #3272 from chrislusf/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.47 Chris Lu 2022-07-04 12:06:36 -07:00
  • c2c9c6d60a
    Merge pull request #3273 from chrislusf/dependabot/go_modules/modernc.org/sqlite-1.17.3 Chris Lu 2022-07-04 12:06:27 -07:00
  • 00d5be61d3
    Merge pull request #3274 from chrislusf/dependabot/go_modules/google.golang.org/api-0.86.0 Chris Lu 2022-07-04 12:06:13 -07:00
  • bf924e37c1
    Bump google.golang.org/api from 0.85.0 to 0.86.0 dependabot[bot] 2022-07-04 15:45:24 +00:00
  • 8f7273a13c
    Bump modernc.org/sqlite from 1.17.2 to 1.17.3 dependabot[bot] 2022-07-04 15:45:13 +00:00
  • d243fa49cf
    Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.47 dependabot[bot] 2022-07-04 15:44:49 +00:00
  • 92f62165ef
    Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 dependabot[bot] 2022-07-04 15:44:39 +00:00
  • a122baa427
    Merge pull request #3268 from guol-fnst/fix_usage Chris Lu 2022-07-04 00:44:43 -07:00
  • 5bc895673e add getting bucket quota guol-fnst 2022-07-04 15:34:27 +08:00
  • dee588bd6b fix s3cfgLock guosj 2022-07-04 14:55:20 +08:00
  • 267d45c313
    Merge pull request #3266 from guol-fnst/fix_usage Chris Lu 2022-07-03 22:11:37 -07:00
  • dd4664e610 fix usage guol-fnst 2022-07-04 11:31:39 +08:00
  • c349f81195
    Update binaries_dev.yml Chris Lu 2022-07-03 16:16:44 -07:00
  • c1eb4b2c9f Merge branch 'master' into messaging chrislu 2022-07-03 16:09:14 -07:00
  • d0eb65ae7b update go-fuse library version chrislu 2022-07-03 16:09:03 -07:00
  • 3254f18343 display data center and rack in cluster.ps chrislu 2022-07-03 00:55:37 -07:00
  • 9f20d3ebd1 add dc and rack chrislu 2022-07-03 00:29:25 -07:00
  • 0f5d7ed242 mq broker adds data center and rack chrislu 2022-07-02 09:28:24 -07:00
  • 857a42565e cluster.ps can list brokers chrislu 2022-07-01 23:34:51 -07:00
  • ffc2c0a2ef renaming chrislu 2022-07-01 22:44:28 -07:00
  • 5536ed85e5 renaming chrislu 2022-07-01 22:43:25 -07:00
  • 54bb41d126 Merge branch 'messaging' of https://github.com/chrislusf/seaweedfs into messaging chrislu 2022-07-01 21:59:57 -07:00
  • 7df440e36f rename to SeaweedMQ chrislu 2022-07-01 21:59:50 -07:00
  • 7c32361a7d Added SeaweedMQ_Architecture.png Chris Lu 2022-07-01 21:43:39 -07:00
  • f45e79cf99 optimize code and unit tests for s3 circuit breaker 石昌林 2022-06-22 14:05:54 +08:00
  • 141f662734 edge case checking when volume server does not have capacity to balance chrislu 2022-07-01 12:16:18 -07:00
  • bee3a7c798 fix tests chrislu 2022-07-01 12:09:42 -07:00
  • ddb0f6bc74
    Merge pull request #3258 from kmlebedev/issues_3255 Chris Lu 2022-07-01 02:36:30 -07:00
  • 96c9d16c11
    Merge pull request #3263 from kmlebedev/fix_pagination Chris Lu 2022-07-01 02:23:45 -07:00
  • 3d5f1cbc5e fix pagination Konstantin Lebedev 2022-07-01 14:17:49 +05:00
  • 210b357c0b docs(filer.sync): modify description zhihao.qu 2022-07-01 10:24:33 +08:00
  • d65806f85b feat(filer.sync): Parallel synchronization zhihao.qu 2022-07-01 10:04:04 +08:00
  • 06a8b174b5 also remove Sync() for idx file chrislu 2022-06-30 13:50:53 -07:00
  • 52580743b9 stuck with file.Sync() chrislu 2022-06-30 12:32:55 -07:00
  • 5ed8165161 fix logic add option targetServer https://github.com/chrislusf/seaweedfs/issues/3255 Konstantin Lebedev 2022-06-30 17:58:24 +05:00
  • 1c8d8ec0c2 feat(filer.sync): The synchronization method is changed to obtain from channel.Optimization method name, parameter name, unit test. zhihao.qu 2022-06-30 20:46:55 +08:00
  • 413cb3d389
    Merge pull request #3256 from shichanglin5/fix_keep_connected Chris Lu 2022-06-30 00:10:09 -07:00
  • 200a862701 fixed volume xx not found caused by missing VolumeLocation events 石昌林 2022-06-30 13:41:56 +08:00
  • ffaa2163e0 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-29 12:50:33 -07:00
  • f3c4b07b8a Update backers.md chrislu 2022-06-29 12:50:31 -07:00
  • 4ae9884a6e
    Merge pull request #3254 from shichanglin5/fix_subscribe_meta Chris Lu 2022-06-29 12:36:28 -07:00
  • b98556cff5
    Merge pull request #3253 from kmlebedev/constMultipartUploadsFolder Chris Lu 2022-06-29 12:09:03 -07:00
  • 2b5b37231b Make sure that onChangeEvent is called successfully before updating lastTsNs 石昌林 2022-06-29 23:55:59 +08:00
  • e17e6ed542 Avoid synchronizing from scratch due to err 石昌林 2022-06-29 23:31:04 +08:00
  • bcbdc4cb37 use const multipart uploads folder avoid error bucket NotEmpty if multipart uploads folder exist Konstantin Lebedev 2022-06-29 16:21:16 +05:00
  • a8abab2412 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-29 02:44:14 -07:00
  • 449ecc8890 remove max connection age chrislu 2022-06-29 02:44:12 -07:00
  • c6e6e303db
    Merge pull request #3200 from lapshin-vitaly/bufix/validate-tags-on-copy Chris Lu 2022-06-29 01:37:14 -07:00
  • e22c2c8012
    Merge pull request #3188 from kmlebedev/fix_make_dev Chris Lu 2022-06-29 01:36:59 -07:00
  • 7c3d9d0535 remove println Lapshin Vitaliy 2022-06-29 10:43:02 +03:00
  • 61b2e3f9a2 fix return Lapshin Vitaliy 2022-06-28 18:31:46 +03:00
  • 606252472c fix return Lapshin Vitaliy 2022-06-28 18:24:03 +03:00
  • e969370913 fix parseTagging function and add test for validate tags Lapshin Vitaliy 2022-06-28 14:48:55 +03:00
  • a79bf9d92a
    Merge pull request #3252 from guol-fnst/update_tbk Chris Lu 2022-06-27 22:37:41 -07:00
  • 74c9f39d48 remove hdfs, add tikv for full version update guol-fnst 2022-06-28 12:35:07 +08:00
  • 8d810f8305
    Merge pull request #3251 from shichanglin5/fix_concurrent_write_read Chris Lu 2022-06-27 21:23:48 -07:00
  • e1b94eb6b9 fix error: concurrent map writes when add or remove cluster node 石昌林 2022-06-28 10:06:04 +08:00
  • 4b1f48a399 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-27 12:40:50 -07:00
  • 4a65159250 fix reading time chrislu 2022-06-27 12:40:47 -07:00
  • da74217a2f
    Merge 43e44ecb03 into dc6b1a52e8 qzh 2022-06-27 12:30:52 -07:00
  • dc6b1a52e8
    Merge pull request #3250 from xdadrm/xdadrm-patch-xweo-byte-files-from-webdav Chris Lu 2022-06-27 11:33:35 -07:00
  • 3a42269da8
    Fixes WebDAV 0-bytes files xdadrm 2022-06-27 20:19:21 +02:00
  • 4be406a095
    Merge pull request #3249 from kmlebedev/issues_2589 Chris Lu 2022-06-27 11:05:07 -07:00