- Nov 12, 2020
-
-
dutor authored
-
- Nov 11, 2020
-
-
laura-ding authored
* fix test dir not exist when run single test * address comment
-
Shylock Hg authored
* Initialize the timezone configuration. * Log the error when initialize failed. * Add tests about datetime type crud. * Add newline. * Add reserved keyword time test cases. * Add wrong value insert. * Support time type. * Format the query string. * Add datetime keyword test cases. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Nov 10, 2020
-
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Nov 09, 2020
-
-
dutor authored
* Flatten LogicalExpression * remove left/right interface Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
* add cartesian product executor * test case * add cartesianProduct inputVars &check duplicate colName * fix error * modify addVar interface * address comment
-
cpw authored
* Build path expr. * Save path build to match ast context. * Rewrite label expr to path expr. * Test assign patten to path.
-
- Nov 06, 2020
-
-
cpw authored
* Deduce subscript expression. * Deduce attribute expr. * Test deduce subscript expr. * Test deduce attribute. * Add go test. * Fix deduce map subscript. * Fix deduce label attribute. * Fix label expr test. * Fix subscript deduce and add test. * Rebase and add test.
-
jimingquan authored
* redefine runtime input * del exprProps from TraversalValidator * change the name of srcRef to originalSrc
-
- Nov 05, 2020
-
-
cpw authored
* Handle path build expr. * Test fold constant. * Address comment.
-
Shylock Hg authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Nov 04, 2020
-
-
jie.wang authored
* support case expression * fix FoldConstant * add more tests * resolve conflicts
-
bright-starry-sky authored
* support variable-length string type for index * add override mothod for CaseExpression * unify Value::kNullBadType * addressed yee's comments
-
- Nov 03, 2020
-
-
dutor authored
* Add DISTINCT & ORDER BY & SKIP & LIMIT * Rebase * refine * Address cpw's comments * Fix uninitialized data member * Address comments
-
- Nov 02, 2020
-
-
dutor authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* fix error msg * add more error msg Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
* Fold the function call itself if it's stateless. * Change to pure. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
dutor authored
-
- Oct 31, 2020
-
-
cpw authored
* Add match vertex index seek planner. * Add planners register. * Regist vertex index seek planner. * Add vertex id seek planner. * Regist match tag scan planner. * Add match ast context. * Implement match for vertex index seek planner * Implement transform for vertex index seek planner. * Implement match for vertex id seek planner. * Update match for vertex id seek planner. * Implement transform for vertex id seek planner. * Register all match planners. * Debug. * Add match solver. * Reuse codes. * Delete anno_ in match validator. * Fix clang compile error. * Rebase and fix.
-
laura-ding authored
* add snapshot and job test * update * rebase upstream * address comment * fix show job id failed * modify to serial Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
* check duplicate props * remove useless code * add test case * fix error * check duplicate column name * little change * address comment * del useless code * fix test error * rebase * address comment * add comment * add test case Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
dutor authored
* Support IN/BOTH direction in MATCH * add ci * Address comments and add tests
-
- Oct 29, 2020
-
-
jie.wang authored
* add drop, desc, show, rebuid index's validator and executor * add rebuild edge index * add show tag indexes plannode * add toDescIndex * add show tag indexes validator * remove offline flag of rebuild index * add scoped_timer * fix * add python test * move toDescIndex to IndexUtil * remove rebuild index * fix * update code * support show tag/edge status * resolve conflict * resolve conflict * fix * fix * fix conflict * remove unused code * improve test * improve index test Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
* Add the match by id. * Disable the vertex extend by vertex id query. * Disable extend by id query. * Add TODO unwind to extand list. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
dutor authored
* Added fully syntatic support for MATCH * Generalize ORDER BY * fix build * Address comments
-
- Oct 28, 2020
-
-
yaphet authored
-
Yee authored
* Refine fixture of conftest.py in query folder * Cleanup * Restore capture of pytest
-
cpw authored
* Rename planner to plan and add planners dir. * Add planner framework. * Implement SequentialPlanner. * Add ast context. * Refactor the toPlan and address comment. * Refactor: planners could be instantiated. * Fix initialization-order-fiasco. * Update namings.
-
- Oct 27, 2020
-
-
Yee authored
* Add actions * Add readme * Add cluster action * Add job template * Fix k8s job configuration * Rename nebula-test job * package according to tag * Fix error * Fix outputs error * Fix checkout version * Fix tag name get action * Fix outputs value * Add branch arg for docker * Fix cluster test * Use self hosted runner to build * Upload assets in action * Fix branch * Add sudo permission * Fix test file path * Fix test path
-
jimingquan authored
* multi-source shortest path Validator * fix error * more test case * nobody case * fix missing edge * add startVid judgement logic * fix case error
-
dutor authored
-
jimingquan authored
* multi-source shortest path Validator * fix error * add test case * more test case * remove useless code * nobody case Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
dutor authored
* Added CI tests for MATCH * Fix CI check_columns_name * Fix Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
laura-ding authored
-
- Oct 26, 2020
-
-
jimingquan authored
* conjunct path * collect result: * fix error * address comment * format code Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
* Initialize the timezone configuration. * Log the error when initialize failed. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
laura-ding authored
* fix drop data without object * address comment Co-authored-by:
yaphet <4414314+darionyaphet@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jie.wang authored
* fix TestMapExpr * fix double free * rename map_ Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-