1686 Commits (next)
 

Author SHA1 Message Date
Sayan Nandan c6f2504b30
Fix comment for the `Writable` trait 4 years ago
Sayan Nandan f9d5b94d31
Upgrade `del` and `exists` to use the new protocol 4 years ago
Sayan Nandan 77db07ae63
Remove `VecWrapper` as we can use a `Vec<u8>` 4 years ago
Sayan Nandan cef28375c0
Impl Writable for `BytesWrapper` and `VecWrapper` 4 years ago
Sayan Nandan 6aee3bf5f4
Remove `libtdb` deps from `server` 4 years ago
Sayan Nandan a0ea3b6c61
Upgrade server::protocol to the new protocol 4 years ago
Sayan Nandan 59c41407b0
Fix terminal art 4 years ago
Sayan Nandan 67dc83764a
Rename `corelib` to `libtdb` 4 years ago
Sayan 96c9bf47b0
Fix doc test 4 years ago
Sayan Nandan 085a71dc3d
Add more tests to the parser 4 years ago
Sayan Nandan b641e9bf52
Add terrapipe `parser_v2` 4 years ago
Sayan Nandan d41c7c2145
Upgrade `exists` to use `ExceptFor` 4 years ago
Sayan Nandan fb3fc5d2f1
Upgrade `del` to use `ExceptFor` 4 years ago
Sayan Nandan fc3e760c9a
Stabilize "Except" response type impl 4 years ago
Sayan Nandan 817eb92661
Refactor into kvengine 4 years ago
Sayan Nandan c58c5eec71
Fix wrong error being returned in the query engine 4 years ago
Sayan Nandan 810375a9b1
Add support for multiple keys in actions 4 years ago
Sayan Nandan a8285167a8
Loop until we successfully save the data to disk 4 years ago
Sayan 599049a03c
Update information on README 4 years ago
Sayan Nandan 4ddbe433d6
Add more tests for response traits 4 years ago
Sayan Nandan b8406dfb73
Fix missing LF in trait impl for RespCode 4 years ago
Sayan Nandan c260595bba
Avoid using `concat` to avoid clones 4 years ago
Sayan Nandan 8688718cb2
Explicitly specify `Self` to be `Sync` 4 years ago
Sayan Nandan 498b561764
Implement `Writable` for `Response` 4 years ago
Sayan Nandan ba4c7cec09
Add `Writable` trait definition 4 years ago
Sayan Nandan b302a16c1c
Add "Except" response type 4 years ago
Sayan Nandan ffce96a3a6
Add elementary multi-update module 4 years ago
Sayan Nandan e9b2a8c527
Fix output on Windows 4 years ago
Sayan Nandan 9194ca549f
Fix output formatting 4 years ago
Sayan Nandan d6d764cfb9
Improve command line output for responses 4 years ago
Sayan Nandan bad7b0999d
Update response codes 4 years ago
Sayan Nandan 2544e28e80
Use the `Response` type alias to avoid clones
Also docs were updated to reflect changes in Navigator.
`Action` was renamed to `DataGroup`
4 years ago
Sayan Nandan 61ab89effb
Remove cursor in favor of index based navigator 4 years ago
Sayan Nandan 842700b753
Add elementary multi-set module 4 years ago
Sayan Nandan 617c76719b
Add elementary impl for multi-get 4 years ago
Sayan Nandan 9d5e61277c
Fix query parsing tests in server 4 years ago
Sayan Nandan 6844de1f0b
Fix client-side parser in cli 4 years ago
Sayan Nandan f536ebb9aa
Upgrade to use new protocol 4 years ago
Sayan Nandan 161d72b05f
Add query module for new protocol 4 years ago
Sayan Nandan 423c9b37aa
Use blanket implementations for response traits 4 years ago
Sayan Nandan 7db7ebbe34
Implement response traits for one-value responses 4 years ago
Sayan Nandan e8facb543e
Add new responses module for the new protocol 4 years ago
Sayan Nandan 9761dbe348
Add `ResponseBuilder` for new protocol 4 years ago
Sayan Nandan 44f0980888
Add querybuilder in terrapipe_v2 4 years ago
Sayan Nandan d9a052d1b1
Keep terrapipe_v2 under a feature gate 4 years ago
Sayan Nandan 3d47f79ed5
Optimized dataframe parser v2 4 years ago
Sayan Nandan 2afb2a16c6
Add experimental terrapipe impl 4 years ago
Sayan Nandan ba9f4d7a9e
Fix docker build script 4 years ago
Sayan Nandan 44e0affc82
Enable remote host connections on tsh 4 years ago
Sayan 583932bdde
Merge pull request #10 from terrabasedb/docker-builds
Add build for docker image
4 years ago