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

Commit graph

  • dd737bd755 Pin actions to a full length commit SHA naveensrinivasan 2022-03-18 20:47:20 +00:00
  • 1cea6c73d3 update readme elee 2022-03-18 00:34:19 -05:00
  • 25be96832a update readme with index info elee 2022-03-18 00:33:08 -05:00
  • 06f23aa675 put in delete folder children query elee 2022-03-18 00:29:48 -05:00
  • 0701feeb17 added more to readme elee 2022-03-18 00:26:11 -05:00
  • 171c27ddf1 zz elee 2022-03-17 22:35:30 -05:00
  • 2f0cdcdceb update readme elee 2022-03-17 21:26:16 -05:00
  • 423ce57cde prefix search, bucket implemented elee 2022-03-17 21:12:25 -05:00
  • 2824940ecf Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-03-17 16:54:30 -07:00
  • f247cab5cd skip localhost if bound to all interfaces already 0.0.0.0 or 127.0.0.1 chrislu 2022-03-17 16:54:29 -07:00
  • 01c48da6ce
    Merge pull request #2765 from bercknash/berck/fix_default_ips Chris Lu 2022-03-17 14:57:07 -07:00
  • 7ee38fa3a4 The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems: (1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead. Berck Nash 2022-03-17 15:25:25 -06:00
  • bf745bdccb revise comment elee 2022-03-17 14:09:34 -05:00
  • a0df993cef cleanup, add a few comments elee 2022-03-17 14:08:36 -05:00
  • 52ce8cc4f2 remove gitpod yml elee 2022-03-17 14:06:11 -05:00
  • 94883e2fad ok then elee 2022-03-17 05:23:12 -05:00
  • f3ab6769e9 make start from indexing work elee 2022-03-17 05:09:13 -05:00
  • 31571dd96e fix file listing elee 2022-03-17 05:07:40 -05:00
  • b25d03340b Merge branch 'a' of github.com:gfxlabs/seaweedfs into a elee 2022-03-17 04:51:59 -05:00
  • 390a724c0c
    Merge branch 'chrislusf:master' into a eddy-gfx 2022-03-17 04:50:00 -05:00
  • 921535001a arangodb adapter elee 2022-03-17 04:49:26 -05:00
  • a50cf2592d go fmt zzq09494 2022-03-17 17:24:15 +08:00
  • 1cbeb91b3e update parameter from skipCheckExpiredEntry to skipCheckIsDirEntry zzq09494 2022-03-17 17:15:52 +08:00
  • 1b0fb274e0 remove skipCheckExpiredEntry from the pb file zzq09494 2022-03-17 17:03:17 +08:00
  • 970a1f0b7e fix:skipCheckParentDir zzq09494 2022-03-17 16:33:18 +08:00
  • 936ccff66c filer: support uploading file skip check expired entry zzq09494 2022-03-17 16:29:06 +08:00
  • 6886167d5f minor optimization chrislu 2022-03-17 00:03:28 -07:00
  • 7542fd7f4d mount: optimize a bit when writing files chrislu 2022-03-17 00:02:38 -07:00
  • 4042fdf3bb rename to skipCheckParentDir chrislu 2022-03-16 23:55:31 -07:00
  • d2acde2a61
    Merge pull request #2761 from zhuqunzhou/master Chris Lu 2022-03-16 23:20:56 -07:00
  • 40b0033fa7 go fmt zzq09494 2022-03-17 14:19:48 +08:00
  • 68cf6a9229 a aaaaa 2022-03-17 06:07:41 +00:00
  • ee5417a5b3 fix: ut test error zzq09494 2022-03-17 11:16:46 +08:00
  • 81cce4b4c3 filer: support uploading file without needEnsureParentDir zzq09494 2022-03-17 10:53:47 +08:00
  • a6a8892255 Revert "filer: support uploading file without needEnsureParentDir" zzq09494 2022-03-17 10:27:17 +08:00
  • a93c4947ba filer: support uploading file without needEnsureParentDir zzq09494 2022-03-17 10:18:23 +08:00
  • 2aa9d9f84a
    Merge pull request #2760 from bercknash/berck/mtls Chris Lu 2022-03-16 09:40:51 -07:00
  • 9b14f0c81a Add mTLS support for both master and volume http server. Berck Nash 2022-03-14 17:22:52 -06:00
  • 9aed71a07e
    Merge branch 'master' into filer_refactor_fullpath harry huang 2022-03-16 22:18:51 +08:00
  • 8e384c7811 follow fullpath convention banjiaojuhao 2022-03-16 20:04:52 +08:00
  • b5b97a4799 go 1.18 chrislu 2022-03-16 01:35:12 -07:00
  • ed818c90a9 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-03-15 22:28:21 -07:00
  • 3639cad69c master, filer, s3: also listen to "localhost" in addition to specific ip address chrislu 2022-03-15 22:28:18 -07:00
  • fa6fe327bf
    Merge pull request #2756 from kmlebedev/upload_conn_timeout Chris Lu 2022-03-15 11:45:03 -07:00
  • f43c6daeda Need to exit waiting if request is was canceled Konstantin Lebedev 2022-03-15 19:55:22 +05:00
  • 0dc50fe78d it is safer to discard requests that have reached the concurrent upload Limit Konstantin Lebedev 2022-03-15 19:11:21 +05:00
  • c2e7d663bc reduced the timeout for creating a connection from 30 to 10 seconds Konstantin Lebedev 2022-03-15 13:32:05 +05:00
  • fbc9f0eb64 minor chrislu 2022-03-14 03:19:16 -07:00
  • 2eda3a686f 2.94 2.94 chrislu 2022-03-14 00:55:01 -07:00
  • bd5c5586b5 generate inode via path and time chrislu 2022-03-14 00:03:29 -07:00
  • 5cba8e51c5 refactor chrislu 2022-03-13 18:34:57 -07:00
  • f2f68f675e write to disk during random writes, limiting total disk spaces used chrislu 2022-03-13 18:17:35 -07:00
  • 2f4cd20f90 tests skip reader pattern monitoring chrislu 2022-03-13 18:15:53 -07:00
  • 53513475bf mount: add back random read support chrislu 2022-03-13 01:38:52 -08:00
  • f70c1e449b add useful doc link chrislu 2022-03-13 00:14:50 -08:00
  • b20ddc57a7 mount: return open status chrislu 2022-03-12 22:38:14 -08:00
  • f99834dcd1 filler GET and POST for versioning objects eakovtun 2022-03-12 23:40:44 +03:00
  • b40d252761 mount: chmod for root chrislu 2022-03-12 12:10:56 -08:00
  • 04aab99115 filer: refactor fullpath banjiaojuhao 2022-03-12 23:50:19 +08:00
  • 3a6eb8ca5f default bind to one ip address chrislu 2022-03-11 14:02:39 -08:00
  • 12552bf95f filer: refactor fullpath to handle invalid path banjiaojuhao 2022-03-11 22:56:53 +08:00
  • b6592f4676 Added find and delete versioned methods eakovtun 2022-03-11 00:29:32 +03:00
  • d40cc23f94 Added find and delete versioned methods eakovtun 2022-03-11 00:27:43 +03:00
  • 2200362af1 Added entry version to attr eakovtun 2022-03-10 23:49:35 +03:00
  • 47a1e85f2e new method FindVersionedEntry eakovtun 2022-03-10 21:50:08 +03:00
  • 728bf50a73
    Merge pull request #2747 from kmlebedev/issues_2658 Chris Lu 2022-03-10 08:05:31 -08:00
  • f53cff045f checks disk file exist Konstantin Lebedev 2022-03-10 18:58:56 +05:00
  • 834210a9dc avoid connect to the old filler address https://github.com/chrislusf/seaweedfs/issues/2545 Konstantin Lebedev 2022-03-10 15:24:45 +05:00
  • 197ade6aeb Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-03-09 22:26:55 -08:00
  • 011a41b561 add back writes to swap file when too many in memory chunks are used. chrislu 2022-03-09 22:26:51 -08:00
  • 9b9ab6da86
    Merge pull request #2741 from zhuqunzhou/master Chris Lu 2022-03-09 21:44:32 -08:00
  • 2ea18fca48 fix:support some databases which not support 'IF NOT EXISTS' keyword of 'create table command' zzq09494 2022-03-10 13:37:34 +08:00
  • fc0a583a4d
    Merge pull request #2740 from banjiaojuhao/filer-bugfix-handle_upload_interruption Chris Lu 2022-03-09 20:59:53 -08:00
  • f28dbbe5c5 [bugfix] filer: 1. Delete uploaded chunks when upload failed. 2. Report error when upload is interrupted by user. banjiaojuhao 2022-03-10 11:40:39 +08:00
  • e2b07737da Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-03-08 23:02:33 -08:00
  • dc204dd137 fix nil entry chrislu 2022-03-08 23:02:30 -08:00
  • a43920a715 Added version field to entry eakovtun 2022-03-08 21:36:40 +03:00
  • c67d0760d4
    Merge pull request #3 from chrislusf/master Eduard Kovtun 2022-03-08 19:23:22 +03:00
  • 23d024708d
    Merge pull request #2730 from banjiaojuhao/filer-bugfix_mis-delete-chunks-when-append Chris Lu 2022-03-08 00:41:04 -08:00
  • f7f2a597dd minor banjiaojuhao 2022-03-08 16:22:43 +08:00
  • d61bea9038 [bugfix] filer: In file modification, old chunks will be mis-deleted when they are merged(Manifestized). banjiaojuhao 2022-03-07 15:14:24 +08:00
  • 3aeee3d748 ensure releasing file handle chrislu 2022-03-07 14:01:24 -08:00
  • 8136384473 remove debug message chrislu 2022-03-07 11:22:26 -08:00
  • d1b2231bc8
    Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference Chris Lu 2022-03-07 10:02:24 -08:00
  • b9ff7723dd [bugfix] filer: nil pointer dereference banjiaojuhao 2022-03-07 23:26:25 +08:00
  • da3d330616 s3 and filer transport using unix domain socket instead of tcp chrislu 2022-03-07 02:00:14 -08:00
  • 0cb17b45b1 refactoring chrislu 2022-03-07 01:59:01 -08:00
  • 6d3db4445b buffer for all range requests chrislu 2022-03-07 01:56:47 -08:00
  • f3bcbeb60a a little optimization chrislu 2022-03-07 00:24:59 -08:00
  • f7ee60996c Merge branch 'master' of https://github.com/chrislusf/seaweedfs 2.93 chrislu 2022-03-07 00:08:09 -08:00
  • 6f3ec989a7 fix manifest batch size chrislu 2022-03-07 00:07:53 -08:00
  • 1e7fcef581
    Merge pull request #2729 from banjiaojuhao/filer_metadata-resolve-manifest Chris Lu 2022-03-07 00:05:46 -08:00
  • bb0b784544 minor chrislu 2022-03-07 00:04:59 -08:00
  • b97a2cc08a
    Merge pull request #2731 from banjiaojuhao/filer_add-back-isAppend Chris Lu 2022-03-07 00:02:09 -08:00
  • bfcc9ca808 filer: support metadata with resolved manifest chunk banjiaojuhao 2022-03-06 18:12:12 +08:00
  • 71f3046841 filer: add back isAppend function banjiaojuhao 2022-03-07 15:41:07 +08:00
  • 0ba4e4cd23 2.93 chrislu 2022-03-06 18:54:12 -08:00
  • 46a28b8819 mount: adjust disk space based on quota chrislu 2022-03-06 17:22:49 -08:00
  • ede6ce44c6 fix test chrislu 2022-03-06 17:09:55 -08:00
  • 21ef152423 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-03-06 17:04:24 -08:00