- Jan 02, 2019
- Dec 31, 2018
-
-
dutor authored
-
- Dec 25, 2018
-
-
dangleptr authored
* Rename storage module to kvstore * update storage.thrift, refactor QueryResponse * Add some skeleton class for storage
-
- Dec 19, 2018
-
-
dutor authored
* Add ProcessUtils * Move getExePath and getExeCWD out from FileUtils to ProcessUtils * Support server-relaunch detection through pid file
-
- Dec 17, 2018
- Dec 16, 2018
-
-
dutor authored
-
- Dec 15, 2018
-
-
dutor authored
An rough skeleton of the query engine Fix compile issues(-isystem) due to PCH Use strcpy instead of strncpy to suppress the -Wstringop-truncation warning close #1
-
Sherman The Tank authored
Modified storage.thrift and added meta Also revised all interface to support GraphSpaceID and PartitionID when communicating with storage service
-
- Dec 11, 2018
-
-
dangleptr authored
-
- Nov 10, 2018
-
-
dangleptr authored
* Add storage module
-
- Nov 05, 2018
-
-
Sherman The Tank authored
-
- Oct 11, 2018
-
-
Sherman The Tank authored
* Re-factor the vgraph.thrift 1) Now treat vgraph.thrift as an interface between client and vgraph server, so the data will not be encoded 2) Added storage.thrift as an internal interface between query engine and storage service
-
- Oct 08, 2018
-
-
Sherman The Tank authored
* Enhance/fix FileBasedWAL 1) Support log rollback 2) Separate buffer flusher logic, so that the number of flushers is independent from the number of WALs/Shards 3) Improve the multiple threads support, but still not support multiple threads calling appendLogs()/rollbackToLog() 4) Add UT for rollback 5) Fix the flaky UTs * Rebased and addressed dutor's comments
-
- Oct 04, 2018
-
-
dutor authored
Turned on `-Wshadow`.
-
- Sep 28, 2018
-
-
Sherman The Tank authored
* Enable PCH
-
Sherman The Tank authored
* Removed the dependency on engshare * Fixed common/base dependency * Fixed build on centos 7.5 * Fixed common/base dependency * Fixed couple gcc-8.1 warnings
-
dutor authored
* Added Configuration and TempFile In addition, Turned on the compiler warnings `-Wall` and `-Werror`. Resolved some existing warnings, although there are a few `-Wsign-compare` I couldn't figure out. Supress them with `-Wno-error=sign-compare` for the time being.
-
- Sep 26, 2018
-
-
dutor authored
Just machanical changes.
-
- Sep 22, 2018
-
-
dutor authored
It somehow didn't work with the command `cmake -DCMAKE_BUILD_TYPE=Release`.
-
- Sep 21, 2018
-
-
dutor authored
* First Implementation of GQL parser * Address @sherman-the-tank 's comments * Implement syntax of UPDATE/INSERT In addition, added support for hexadecimal and octal numbers. * Reserve space on the buffer in `toString`
-
- Sep 18, 2018
-
-
Sherman The Tank authored
-
- Sep 13, 2018
-
-
Sherman The Tank authored
* Fixes #14 Add more UT for FileBasedWAL
-
- Sep 11, 2018
-
-
Sherman The Tank authored
-
- Sep 07, 2018
-
-
Sherman The Tank authored
-
- Sep 05, 2018
-
-
dutor authored
* [Feature] Added some concurrent utilities, GenericThreadPool, etc.
-
- Aug 31, 2018
- Aug 16, 2018
-
-
Sherman The Tank authored
-
- Aug 14, 2018
-
-
Sherman The Tank authored
-