Varun Upadhyay
|
77626666c5
|
Minor cleanup & gitignore update (#5144)
|
1 year ago |
chrislu
|
ac9dea0ad9
|
rotate log files
|
2 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2 years ago |
chrislu
|
581c93d970
|
change to config_dir, to be consistent with "weed scaffold -config"
fix https://github.com/chrislusf/seaweedfs/issues/2753
|
3 years ago |
chrislu
|
3da2b83b38
|
Added a "-conf_dir" option to customize *.toml configuration file directory.
fix https://github.com/chrislusf/seaweedfs/issues/2753
|
3 years ago |
byunghwa.yun
|
bdc7730fdb
|
Add autocomplete
|
3 years ago |
Chris Lu
|
da0a4e775b
|
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115 .
|
4 years ago |
Chris Lu
|
d74cdf0115
|
Revert "Merge pull request #2027 from bingoohuang/master"
Need to revert because docker image build failed. The docker apk package only has go 1.15.
|
4 years ago |
bingoohuang
|
7a9d27fce8
|
promote to go:embed instead of github.com/rakyll/statik
|
4 years ago |
bingoohuang
|
50df484d86
|
support command line arguments in a configuration file so we can `weed master -config=master.conf`, `weed volume -config=volume.conf` and etc.
|
4 years ago |
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
Lei Liu
|
1d9b75b536
|
weed.go: remove unused parameter
Signed-off-by: Lei Liu <liul.stone@gmail.com>
|
6 years ago |
Chris Lu
|
fffbc2d490
|
embed static resources via statik
|
6 years ago |
Chris Lu
|
69b4f93830
|
fix compilation for go tip
|
7 years ago |
Chris Lu
|
5ce6bbf076
|
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
|
9 years ago |
chrislusf
|
86cd40fba8
|
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
|
10 years ago |
Stuart P. Bentley
|
1a194a578c
|
More consistency with SeaweedFS name
Among the changes, this replaces a couple instances of "Seaweed File System"
with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
|
10 years ago |
Stuart P. Bentley
|
f0c2a2dcb3
|
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
|
10 years ago |
Brian McQueen
|
d56c748fa8
|
switch it back to chris's repo
|
10 years ago |
Brian McQueen
|
c0dfdf4392
|
switch to my forked repo
|
10 years ago |
Chris Lu
|
179d36ba0e
|
formatting code by: goimports -w=true .
|
10 years ago |
wyy
|
4126280d55
|
use github.com/chrislusf instead of github.com/aszxqw
|
10 years ago |
wyy
|
1cd19447e3
|
use github.com/aszxqw instead of code.google.com/p
|
10 years ago |
Chris Lu
|
794b755f1d
|
rename to Seaweed File System
|
10 years ago |
Chris Lu
|
328aa48c6a
|
Can compile now. not working just yet.
|
11 years ago |
Chris Lu
|
963023898e
|
adding instructions on how to use logging
|
11 years ago |
Chris Lu
|
67be8a5af8
|
adding filer!!!
|
11 years ago |
Chris Lu
|
86b17e8972
|
a kind of working benchmark
|
11 years ago |
Chris Lu
|
5fdb1d89ce
|
adding "server" command to start both volume server and an embedded
master server
|
11 years ago |
Chris Lu
|
a234789c59
|
switch to glog debugging
|
11 years ago |
Chris Lu
|
c38eee73ca
|
refactoring to separate master and volume server, so that these servers
can be embedded into other applications
|
11 years ago |
Chris Lu
|
ac66eee045
|
added download command to download file by fileid
|
11 years ago |
Chris Lu
|
3f5f8657d2
|
add a command to force compaction of a volume, removing deleted files
|
11 years ago |
Chris Lu
|
82b74c7940
|
issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>
some basic changes to parse upload url
|
11 years ago |
Chris Lu
|
e45c6b5e21
|
add white list to both master and volume servers
prepare for v0.41
|
12 years ago |
Chris Lu
|
27f04a382a
|
avoid changing max size
|
12 years ago |
Chris Lu
|
ed154053c8
|
switching to temporarily use glog library
|
12 years ago |
Chris Lu
|
d51c8d37bd
|
Issue 6: upload file without id specified
|
12 years ago |
Chris Lu
|
b0e5112702
|
"weed upload" return message changes
|
12 years ago |
Chris Lu
|
db8e27be6e
|
add lots of error checking by GThomas
|
12 years ago |
Chris Lu
|
d4e5a22e53
|
rename from cmd to weed for easier "go build"
|
12 years ago |
Chris Lu
|
5071f528f6
|
testing compilation with remove package
|
12 years ago |
Chris Lu
|
7e0951ad9c
|
testing compilation with remove package
|
12 years ago |
Chris Lu
|
ab6fb13ad7
|
avoid the "src" folder
|
12 years ago |
Chris Lu
|
cb4e8ec16b
|
re-organize code directory structure
|
12 years ago |
Chris Lu
|
81b9175c7a
|
re-factoring volume file scanning code
add export function
fix bugs on deleted byte counting
|
12 years ago |
Chris Lu
|
768eaff4b8
|
fix debug message error
|
12 years ago |
Chris Lu
|
921f1c626a
|
fix debug message displaying
|
12 years ago |
Chris Lu
|
b0c7df0c3b
|
go fmt for all source codes
|
12 years ago |