Chris Lu
|
26a55bbb5c
|
Adjust error message when bucket name conflicts with existing collections
fix https://github.com/chrislusf/seaweedfs/issues/2069
|
2021-05-12 22:30:39 -07:00 |
|
Chris Lu
|
ceb620a30a
|
directory rename: change directory name after renaming
fix https://github.com/chrislusf/seaweedfs/issues/2068
|
2021-05-12 22:04:47 -07:00 |
|
Chris Lu
|
b430d1b6ee
|
filer.copy: "check.size" before copying files
fix https://github.com/chrislusf/seaweedfs/issues/2067
|
2021-05-12 21:45:39 -07:00 |
|
Chris Lu
|
534c4202a5
|
Update README.md
|
2021-05-11 23:44:27 -07:00 |
|
Chris Lu
|
516efdddc7
|
Merge pull request #2063 from Suika/gh-container-build
Gh container build
|
2021-05-11 22:17:33 -07:00 |
|
Chris Lu
|
0c16e00ef9
|
raft v1.0.7
|
2021-05-11 22:07:19 -07:00 |
|
Chris Lu
|
fc5a8af09e
|
fix possible nil
|
2021-05-11 22:06:41 -07:00 |
|
suika
|
285a4667c2
|
Enable login/push, build latest/dev on master branch
Login to Docker Hub and Github Container Repo is enabled, need the secrets to be set.
Remove ...image.description because it wil be automatically set.
|
2021-05-12 04:38:36 +02:00 |
|
suika
|
727287a755
|
Fix build context for latest tag
|
2021-05-12 04:31:13 +02:00 |
|
suika
|
19895d5f72
|
Container build actions
initial brainless copy of docker hub config to github actions
|
2021-05-12 04:26:31 +02:00 |
|
Chris Lu
|
0f7b43af99
|
2.47
|
2021-05-11 10:12:15 -07:00 |
|
Chris Lu
|
d2d36a3f9d
|
master: avoid creating too many volumes
fix https://github.com/chrislusf/seaweedfs/issues/2062
|
2021-05-11 10:05:31 -07:00 |
|
Chris Lu
|
4596e64710
|
2.46
|
2021-05-10 21:58:37 -07:00 |
|
Chris Lu
|
e55aa41690
|
Merge branch 'upload_via_temp_file'
|
2021-05-10 21:48:18 -07:00 |
|
Chris Lu
|
1737af480a
|
adjust logs
|
2021-05-10 21:47:51 -07:00 |
|
Chris Lu
|
d06ecc2649
|
working properly
|
2021-05-10 21:47:07 -07:00 |
|
Chris Lu
|
fe2edd4b50
|
2.45
|
2021-05-10 13:53:03 -07:00 |
|
Chris Lu
|
55d547afec
|
switch back to in memory uploading for now
|
2021-05-10 13:50:10 -07:00 |
|
Chris Lu
|
9a6aa00e9d
|
avoid nil locations
fix https://github.com/chrislusf/seaweedfs/issues/2059
|
2021-05-10 02:39:52 -07:00 |
|
Chris Lu
|
da0a4e775b
|
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115 .
|
2021-05-10 00:13:55 -07:00 |
|
Chris Lu
|
40945a60cf
|
use go 1.16.4 to build docker image
|
2021-05-10 00:13:36 -07:00 |
|
Chris Lu
|
aa6949ef25
|
2.44
|
2021-05-09 23:28:48 -07:00 |
|
Chris Lu
|
ba77833343
|
EOF handling
|
2021-05-09 23:04:24 -07:00 |
|
Chris Lu
|
f4cf30b497
|
mount: write to tmp file before uploading
|
2021-05-09 22:56:10 -07:00 |
|
Chris Lu
|
280e7cf289
|
mount: in case the set attribute is called before persisting the file
|
2021-05-09 22:55:30 -07:00 |
|
Chris Lu
|
74052064b6
|
add one missing optimization
|
2021-05-09 17:25:42 -07:00 |
|
Chris Lu
|
59ace54925
|
refactor
|
2021-05-09 17:22:30 -07:00 |
|
Chris Lu
|
50be19d23e
|
refactor
|
2021-05-09 15:33:01 -07:00 |
|
Chris Lu
|
55e060cf61
|
refactor
|
2021-05-09 15:28:54 -07:00 |
|
Chris Lu
|
735e65be17
|
refactor
|
2021-05-09 15:22:38 -07:00 |
|
Chris Lu
|
93e84a12f2
|
refactor
|
2021-05-09 15:15:18 -07:00 |
|
Chris Lu
|
3942e3b2ef
|
a better fix
|
2021-05-09 01:42:19 -07:00 |
|
Chris Lu
|
957e1a1bc1
|
fuse: important: if filer -filer.path is not root, directory listing will fail
|
2021-05-09 00:32:21 -07:00 |
|
Chris Lu
|
7ca75347ec
|
minor
|
2021-05-07 21:56:45 -07:00 |
|
Chris Lu
|
8f8738867f
|
add retry to assign volume
fix https://github.com/chrislusf/seaweedfs/issues/2056
|
2021-05-07 07:29:26 -07:00 |
|
Chris Lu
|
007401f3a0
|
remove duplicated code
|
2021-05-07 07:14:24 -07:00 |
|
Chris Lu
|
930581cedc
|
fuse: avoid nil when invalidating entry
fix https://github.com/chrislusf/seaweedfs/issues/2055
|
2021-05-07 07:09:04 -07:00 |
|
Chris Lu
|
84397b814a
|
Merge pull request #2052 from jbarotin/master
Add exists() to java client
|
2021-05-07 06:09:03 -07:00 |
|
Jérôme Barotin
|
89b2ef8d05
|
handle "/" in exist
|
2021-05-07 10:05:48 +02:00 |
|
Jérôme Barotin
|
a46be0ca56
|
Add exists() to java client
|
2021-05-07 09:33:03 +02:00 |
|
Chris Lu
|
9b5f54e367
|
java: filer client add modified time to touch() function
|
2021-05-06 11:38:23 -07:00 |
|
Chris Lu
|
28d58bac62
|
another simple example
|
2021-05-06 11:25:36 -07:00 |
|
Chris Lu
|
48601bce6c
|
Merge pull request #2050 from jbarotin/master
make SeaweedInputStream throw FileNotFoundException
|
2021-05-06 10:35:44 -07:00 |
|
Jérôme Barotin
|
9c97b17291
|
make SeaweedInputStream throw FileNotFoundException
|
2021-05-06 19:21:23 +02:00 |
|
Chris Lu
|
aaad4b578b
|
Merge pull request #2049 from qieqieplus/async-assign
ahead of time volume assignment
|
2021-05-06 10:00:25 -07:00 |
|
qieqieplus
|
c4d32f6937
|
ahead of time volume assignment
|
2021-05-06 18:55:44 +08:00 |
|
Chris Lu
|
55a8f57381
|
go fmt
|
2021-05-06 03:37:51 -07:00 |
|
Chris Lu
|
5753749c90
|
remove verbose logs
|
2021-05-06 03:34:34 -07:00 |
|
Chris Lu
|
38f411219a
|
mount: skip local chunk cache if opened write only
|
2021-05-06 03:31:40 -07:00 |
|
Chris Lu
|
c899bdf063
|
a little optimization
|
2021-05-06 03:03:00 -07:00 |
|