Commit Graph

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