-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add network mounted volumes[WIP] #223
base: develop
Are you sure you want to change the base?
Commits on Jun 4, 2020
-
perf(*): add basic initialization of seaweedfs
Add functions for setting up docker containers for seaweedfs No breaking changes AFAIK
Configuration menu - View commit details
-
Copy full SHA for edc4790 - Browse repository at this point
Copy the full SHA edc4790View commit details
Commits on Jun 5, 2020
-
refactor(helper.go, lib/*): move seaweedfs code from database handler…
… to its own handler.go move code pertaining to seaweedfs from database handler to its own handler no breaking changes
Configuration menu - View commit details
-
Copy full SHA for c7f527e - Browse repository at this point
Copy the full SHA c7f527eView commit details -
refactor(lib/, service_launchers.go, types/constants.go): use types.s…
…ervicename for seaweed containers replace the seaweed container names' strings with types.servicename format no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 83ebb1c - Browse repository at this point
Copy the full SHA 83ebb1cView commit details
Commits on Jun 6, 2020
-
perf(lib/docker/container, lib/seaweedfs/handler, service_launchers):…
… add persistence to seaweedfs mount previously unmounted seaweedfs container on local storage no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 3c8efbb - Browse repository at this point
Copy the full SHA 3c8efbbView commit details
Commits on Jun 7, 2020
-
feat(helper.go, lib/docker/, service_launchers.go): add support for g…
…asper to check whether seaweedfs plugin is installed the docker plugin that will be used to create network mounted volumes previously had to be externally installed. Now, gasper checks for and installs the plugin automatically no breaking changes
Configuration menu - View commit details
-
Copy full SHA for fa7fa9c - Browse repository at this point
Copy the full SHA fa7fa9cView commit details
Commits on Jun 9, 2020
-
feat(lib/docker/, lib/database/handler.go, service_launchers.go): add…
… network mounted volumes to redis_gasper and mongodb_gasper I have added support to create network mounted volumes using seaweedfs and its docker plugin and tried it on redis_gasper and mongodb_gasper in this commit. It still needs to be checked for stability. Possiblity of breaking changes because of usage of network mounted volumes
Configuration menu - View commit details
-
Copy full SHA for e2194fd - Browse repository at this point
Copy the full SHA e2194fdView commit details
Commits on Jun 27, 2020
-
feat(*): change seaweedfs to lizardfs
Seaweedfs's volume driver wasn't stable so, shifted over to lizardfs No breaking changes
Configuration menu - View commit details
-
Copy full SHA for 313e203 - Browse repository at this point
Copy the full SHA 313e203View commit details
Commits on Jul 1, 2020
-
ref(lib/lizardfs/handler.go, helper.go): change seaweedfs to lizardfs…
… at some places change seaweedfs to lizardfs at some last remaining places no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 22c8f03 - Browse repository at this point
Copy the full SHA 22c8f03View commit details
Commits on Aug 6, 2020
-
feat(*): Revert to seaweedFS and use seaweed-mount directly
import seaweedfs into the codebase and use seaweedFS mounted directly instead of running seaweedFS in a container database containers mostly can't be deployed properly after this commit
Configuration menu - View commit details
-
Copy full SHA for 77d8ccc - Browse repository at this point
Copy the full SHA 77d8cccView commit details -
cleanup(service-launcher.go): remove mysql container deployment which…
… was put in for testing remove uneeded mysql container deployment from service-launcher.go database containers deployment still doesn't work properly
Configuration menu - View commit details
-
Copy full SHA for 0115d50 - Browse repository at this point
Copy the full SHA 0115d50View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d1b41b - Browse repository at this point
Copy the full SHA 1d1b41bView commit details -
perf(*): add basic initialization of seaweedfs
Add functions for setting up docker containers for seaweedfs No breaking changes AFAIK
Configuration menu - View commit details
-
Copy full SHA for 3917bd2 - Browse repository at this point
Copy the full SHA 3917bd2View commit details -
refactor(helper.go, lib/*): move seaweedfs code from database handler…
… to its own handler.go move code pertaining to seaweedfs from database handler to its own handler no breaking changes
Configuration menu - View commit details
-
Copy full SHA for f2b1238 - Browse repository at this point
Copy the full SHA f2b1238View commit details -
refactor(lib/, service_launchers.go, types/constants.go): use types.s…
…ervicename for seaweed containers replace the seaweed container names' strings with types.servicename format no breaking changes
Configuration menu - View commit details
-
Copy full SHA for ec40e9c - Browse repository at this point
Copy the full SHA ec40e9cView commit details -
perf(lib/docker/container, lib/seaweedfs/handler, service_launchers):…
… add persistence to seaweedfs mount previously unmounted seaweedfs container on local storage no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 1d7fc23 - Browse repository at this point
Copy the full SHA 1d7fc23View commit details -
feat(helper.go, lib/docker/, service_launchers.go): add support for g…
…asper to check whether seaweedfs plugin is installed the docker plugin that will be used to create network mounted volumes previously had to be externally installed. Now, gasper checks for and installs the plugin automatically no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 38175a7 - Browse repository at this point
Copy the full SHA 38175a7View commit details -
feat(lib/docker/, lib/database/handler.go, service_launchers.go): add…
… network mounted volumes to redis_gasper and mongodb_gasper I have added support to create network mounted volumes using seaweedfs and its docker plugin and tried it on redis_gasper and mongodb_gasper in this commit. It still needs to be checked for stability. Possiblity of breaking changes because of usage of network mounted volumes
Configuration menu - View commit details
-
Copy full SHA for e19e54d - Browse repository at this point
Copy the full SHA e19e54dView commit details -
feat(*): change seaweedfs to lizardfs
Seaweedfs's volume driver wasn't stable so, shifted over to lizardfs No breaking changes
Configuration menu - View commit details
-
Copy full SHA for a8c9a66 - Browse repository at this point
Copy the full SHA a8c9a66View commit details -
ref(lib/lizardfs/handler.go, helper.go): change seaweedfs to lizardfs…
… at some places change seaweedfs to lizardfs at some last remaining places no breaking changes
Configuration menu - View commit details
-
Copy full SHA for 7ba34ad - Browse repository at this point
Copy the full SHA 7ba34adView commit details -
feat(*): Revert to seaweedFS and use seaweed-mount directly
import seaweedfs into the codebase and use seaweedFS mounted directly instead of running seaweedFS in a container database containers mostly can't be deployed properly after this commit
Configuration menu - View commit details
-
Copy full SHA for 7957bf9 - Browse repository at this point
Copy the full SHA 7957bf9View commit details -
cleanup(service-launcher.go): remove mysql container deployment which…
… was put in for testing remove uneeded mysql container deployment from service-launcher.go database containers deployment still doesn't work properly
Configuration menu - View commit details
-
Copy full SHA for b1bb042 - Browse repository at this point
Copy the full SHA b1bb042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481743e - Browse repository at this point
Copy the full SHA 481743eView commit details -
Merge branch 'network-mounted-volumes' of https://github.com/sdslabs/…
…gasper into network-mounted-volumes
Configuration menu - View commit details
-
Copy full SHA for 6804b22 - Browse repository at this point
Copy the full SHA 6804b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b271ad - Browse repository at this point
Copy the full SHA 0b271adView commit details -
feat(helper.go, service_launchers.go): add graceful exit on ctrl c
add functionality to stop databases on ctrl c which doesnt work yet databases dont work correctly in this
Configuration menu - View commit details
-
Copy full SHA for d8f4c48 - Browse repository at this point
Copy the full SHA d8f4c48View commit details