- Sep 17, 2020
-
-
cpw authored
* Fix get edge. * Fix test. * Update test. * Make it exit with failure by default. * Address comment. * Address comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
yaphet authored
Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
- Sep 16, 2020
-
-
bright-starry-sky authored
* validate_index_scan * Addressed comments Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
cpw authored
* Add SpaceInfo and update the interface with new common. * Validate the vids. * Create space with given vid type. * Fix condition. * Fix test. * Rebase. * Address comment. * Save. * delete vid_size. * Fix test. * Rebase and fix conflict. * Address comment. * Address comment. * Rebase. * Fix test. * Fix test and address comment.
-
- Sep 15, 2020
-
-
jie.wang authored
* fix bug in PushFilterDownGetNbrsRule * wrap setOutpuVar in cloneGn Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 14, 2020
-
-
jimingquan authored
* add getedge & test case * add test case * fix test error * zero step
-
jimingquan authored
* add prop iterator * add getedge & test case * fix getEdge * add test case * fix test error * address comment * address comment
-
- Sep 11, 2020
-
-
cpw authored
* Add input vars and output vars. * update. * Address comment and update datacollect. * Rebase. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
-
- Sep 10, 2020
-
-
jimingquan authored
* fix test empty * fix error * change empty to badtype Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add optimizer * Fix input/output variable of new plan node * Split default and query opt rules Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 09, 2020
-
-
Yee authored
* Refactor executor make function * make gcc shutup
-
bright-starry-sky authored
* get value bound for index scan * change user email * fixed linterror * Addressed dutor's comments * Simplified code logic for string * fixed error * Simplify the code Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 08, 2020
-
-
laura-ding authored
* Fix yield sentence with where in constant expression * address yee's commnet Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Simplify the replication of expression by clone function * Fix compile error
-
Shylock Hg authored
* Add QueryStorageExecutor to extract the code to handle completeness from storage responses and the failed partition. * Fix the header guard name. * Move base to executer folder. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 07, 2020
-
-
Shylock Hg authored
* Add the ownership holder to separate the logic of ownership and container. * Fix the missing lock. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add rewrite label attr expr visitor * Fix review comments * Rename
-
- Sep 04, 2020
-
-
Shylock Hg authored
* Split the prepare properties to independent function for more readable. * Format. * Fix the column name emplace logic. Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
jimingquan authored
* subgraph to plan * fix error * fix filter * fix error * add test case * fix memory leak * fix error * add test case * fix error& add test case * remove useless code * add edgetype * address test error * test * fix test error * remove useless code * fix runtime error
-
- Sep 03, 2020
-
-
Yee authored
-
laura-ding authored
* Add detect service is ok and init configs * add configs * address yee's commnet * rebase upstream * use config delay * update delay time * Restore the test for the mock * Fix show parts result not match Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Sep 02, 2020
-
-
cpw authored
* Add find path validator. * Implement validate. * Remove useless vlog. * Add test. * Refactor. * Address comment. * Rebase and address comment. * Rebase. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Use expression visitor for expression type/props deduction * Fix CI failure
-
Shylock Hg authored
* Set the get vertices/edges response columns name by plan. Change _vid column to VertexID. * Remove the incompactible comment. * Move the col names object, and remove some unused commnet. * Reserve the correct size. * Avoid replace column names if not provide. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 01, 2020
-
-
cpw authored
-
Yee authored
* Add ExprVisitorImpl base class * Try to fix psutil install error * Fix nebula2 python install method
-
Shylock Hg authored
Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
bright-starry-sky authored
* lookup Validator | Planner | Executor * IndexScan Planner and Executor * Rebase master
-
- Aug 31, 2020
- Aug 27, 2020
- Aug 26, 2020
-
-
dutor authored
* Add AttributeExpression * Rename accordingly * refactor expression rules * fix accordingly * add ENABLE_VERBOSE_BISON * Fix CI
-
- Aug 25, 2020
-
-
cpw authored
* Fix join input. * Fix validator test. * Always join input in pipe. * Dedup the dst vids in nsteps and fix test. * Update test.
-
- Aug 24, 2020
-
-
laura-ding authored
* remove unuse package * update
-
- Aug 20, 2020
-
-
Shylock Hg authored
* Add explain for some plan nodes. * Remove the unused cmake. * Mask the password. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
mingquan.ji authored
* add boundclause tostring * add subgraph tostring * add testcase * address comment * address comment Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Remove ASTValidator * Refactor validator test base * Fix fetch validator test cases * Fix rebase error * Remove pylint steps * Fix compile error
-