- Apr 24, 2019
-
-
yaphet authored
-
- Apr 22, 2019
-
-
steppenwolfyuetong authored
* Implement show spaces via meta client * address dangleptr's comments * address dutor's comments * address dangleptr's and dutor's comments
-
- Apr 19, 2019
- Apr 17, 2019
- Apr 16, 2019
-
-
steppenwolfyuetong authored
close #200
-
- Apr 15, 2019
-
-
dutor authored
-
- Apr 12, 2019
- Apr 11, 2019
-
-
dutor authored
-
dutor authored
* [WIP] Implement GoExecutor * Address @laura.ding 's comments * Addressed @dangleptr's comments * Addressed @zlcook's comment * Addressed @sherman-the-tank's and @dangleptr's comments * Fixed a stupid error * Reverted changes on ThriftClientManager * Addressed @sherman-the-tank's comments close #176 close #177
-
- Apr 09, 2019
-
-
yaphet authored
-
laura-ding authored
* add spec file to build rpm * Address sherman-the-tank's comments * Fix compilation failure * Address steppenwolfyuetong's comments
-
Sherman The Tank authored
* Refactor 1) Refactor: renamed RocksdbEngine to RocksEngine 2) Refactor: Combined RocksdbConfigFlags and RocksdbConfigOptions to RocksEngineConfig 3) Cleaned up RocksdbConfigTest and renamed it to RocksEngineConfigTest 4) Modified third-parties build.sh files to make the build support Ubuntu 5) Modified main CMakeFiles.txt to properly handle libLZMA * Rebased and addressed @dutor's comments
-
- Apr 04, 2019
-
-
dangleptr authored
-
- Mar 29, 2019
-
-
Patrick authored
-
- Mar 26, 2019
-
-
zhouliang authored
-
- Mar 25, 2019
-
-
steppenwolfyuetong authored
-
- Mar 22, 2019
-
-
dangleptr authored
* 1. Replace PartManager and HostManager with MetaClient. Now we support pull meta information from MetaServer. 2. Support meta change on storage layer. Now we could support add/remove space/part dynamically. * Address darion's comments and do some minor changes * Address darion's comments
-
- Mar 21, 2019
-
-
laura-ding authored
close #218
-
- Mar 19, 2019
-
-
dutor authored
-
- Mar 15, 2019
-
-
steppenwolfyuetong authored
* support statsReader * Provide a StatsReader web-service to allow reading stats information via HTTP interface * modify format * Address dangleptr's comments * fix compile error because #210 Integrate HTTP Interface into Query, Storage and Meta daemons
-
yaphet authored
* Support Query, Meta and Storage HTTP interface * move HttpCode to common.h
-
- Mar 14, 2019
-
-
yaphet authored
* support importer
-
- Mar 13, 2019
-
-
yaphet authored
-
- Mar 08, 2019
-
-
yaphet authored
-
- Mar 05, 2019
-
-
yaphet authored
-
- Mar 01, 2019
-
-
yaphet authored
-
- Feb 28, 2019
-
-
yaphet authored
* support native client * support jni encode method * support key builder and cmake packaging * support ENABLE_NATIVE argument to control build native client
-
- Feb 21, 2019
-
-
dangleptr authored
* Add storage perf tool * Fix bug
-
- Feb 20, 2019
-
-
boshengchen authored
-
- Feb 13, 2019
-
-
Sherman The Tank authored
* Web service Implemented a framework to support web service (only support GET method) interface We made getting/setting flags as a common service (We might add stats-reader as a common service later). Each server can also register its own web service handler to process specific task * Addressed @dangleptr's comment
-
Sherman The Tank authored
* Tweak the cmake file to pull the common libraries out to the master file * Chatted with @dutor offline. Implemented his suggestions 1) Make the build works for both gcc-8.2.1 and older version 2) Moved more libs to the common list * Fixed folly build * Fixed proxygen build * Fixed libunwind lib issue * Make SSL nad KRB libs dependencies of folly
-
dangleptr authored
-
- Feb 12, 2019
-
-
Sherman The Tank authored
When disabling the java_client build, we need to skip the clean-java-client task as well
-
- Jan 29, 2019
-
-
boshengchen authored
* fixed java client style check error * format the file checkstyle-suppressions.xml * Improved the problem of isolating files with the same name
-
- Jan 28, 2019
-
-
Sherman The Tank authored
The problem was caused by the LIBDIR is not same across different Linux releases
-