- Jan 06, 2021
-
-
jude-zhu authored
* add groupby * update * add integer id cases * in order * integrate query/v1/test_groupby.py * update Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* move schema test to tck * format Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Check address sanitizer in github action * Add some descriptions when memory leak * Split steps of pytest and sanitizer * Show ccache stats * Increase ccache max size * restore git info sha changes * check all stderr log * Split tck and general test cases for speeding up time-cost * Support output feature file location * Fix tck parallelism error * Change build type for sanitizer
-
Shylock Hg authored
* Erase by swap in filter. * Fix more usage. * Fix mistake. * Add the explicit copy/move ctor and assign. Remove some extra copy. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
* add assign executor * add multi var assignment * remove useless code Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
* Erase by swap in filter. * Fix more usage. * Fix mistake. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 05, 2021
-
-
cpw authored
* Set the outputs when validate match. * Add test. * Fix deduce type of listcomprehension expression.
-
cpw authored
-
kyle.cao authored
* fix limit/offset small change * fix * small change * small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
cpw authored
* Add basic match test. * Add basic match int vid test. * Add copyright. * Fix typo and add background. * Remove old test. * Fix path compare. * Add same column name test. * Remove duplicate test. * Format. * Fix rebase.
-
- Jan 04, 2021
-
-
laura-ding authored
* fix GetNeighborsExecutor empty input result * address comment Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 31, 2020
-
-
lionel.liu@vesoft.com authored
* addEdge only send to out side * add atomic_edge syntax for create space * add toss logic for upateEdge * root_ = outNode; * InsertExecutor sent if use toss * change syntax of atomic_edge from int to bool * remove unused status * set spaceDesc_.isolation_level directly will not set spaceDesc_.__isset.isolation_level. Co-authored-by:
panda-sheep <59197347+panda-sheep@users.noreply.github.com> Co-authored-by:
Doodle <13706157+critical27@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Add version configure file * Set nebula build version * Rename stdout/stderr log * Fix build version error * Address comments * Restore stderrthreshold
-
cpw authored
* Fix yield. * Add test. * Set var for tail. * Add more yield test. * Skip update minloglevel test.
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Dec 30, 2020
-
-
kyle.cao authored
* yield tck test cases small change add cases add yield tck test cases small change * add yield int vid test cases Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jude-zhu authored
* add orderby case * update * update * update * integrate with query/v1/test_orderby.py * udpate * update Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
yaphet <4414314+darionyaphet@users.noreply.github.com>
-
Shylock Hg authored
* Match by tag index. * Add the extend test cases. * Address @CPWstatic's comment that need check the index when match pattern. * Rebase the tag filter. * Fix the memory leak. * Fix the format. * Rebase. Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
- Dec 29, 2020
-
-
cpw authored
* Fix the find start node logic. * Expand from node or edge. * Left expand and right expand. * Add dependecy and inputVar for Expand. * Fix all edge expand. * Join the left expand and right expand. * Fix project wrong vid column. * Project final columns. * Fix inputvar of left expand. * Fix reversely expand. * Fix mem leak and double free. * Test from middle. * Fix start from end node. * Fix return edges. * Fix return edges and add tests. * Rebase and fix. * Fix ut. * Fix mem leak. * Fix typo. * Fix match by id test and add int vid test for start from any node. * Move some test to bugfix. Co-authored-by:
Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com>
-
jude-zhu authored
* add permission case * update * update * Update User.feature * format Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
laura-ding authored
* move 2.0 mutate test to tck * add comment * remove wrong file * rebase upstream
-
jie.wang authored
* add list comprehension expression * implement visitor * implement rewrite match label visitor * remove list comprehension visitor * add test * fix FoldConstantVisitor bug * refactor list comprehension * simplify list comprehension * reserve a place for newVarName in QueryExpressionContext's unordered_map to avoid thread insecurity * fix RewriteLabelAttrVisitor * fx deduce types and props * add list comprehension tck test * fix NoSpaceChosen.feature * address yee's comment * fix format
-
laura-ding authored
* delete unuse obj * modify test * modify test * modif tests
-
jie.wang authored
* support unwind * add test for case expr in ScannerTest * add test for UnwindExecutor * fix clang copy elision warning * fix clang memory leak * fix unwind executor * support unwind return * support with return * improve MatchSolver:doRewrite * support multi-clause unwind * add CartesianProductStrategy * fix CartesianProduct addVar bug * fix RewriteMatchLabelVisitor::rewriteExprList bug * fix unwind executor * fix UnwindExecutor test * check alias existence for with/unwind * add WithUnwind.feature test * address comments
-
- Dec 28, 2020
-
-
bright-starry-sky authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* fix time value can't set null * fix format Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yichen Wang authored
* fix yield running constrain * add test cases for yield without chosen space * add more cases for yield with no space chosen * fix bug caused by int vid PR * fix Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
* match by id tck * delete matchbyid pytest * address comment Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
* Fix the bug of datetime default value eval in metad which don't initialize the timezone. * Add null and not null field. * Add null default value. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Yichen Wang authored
* add test for match on tag * fix match crash * fix map comparator in test * update getNeighbor filter * fix comments Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Fix same column expect result issue * Refactor * Rename * Support scenario outline * Cleanup and finish explain test cases * Add test_tck.py * Ignore some tmp files
-
Shylock Hg authored
-
- Dec 26, 2020
-
-
jie.wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 25, 2020
-
-
jimingquan authored
* support integer id * check vid type * fix error * fix error again * fix error * format code * test go tck * rebase master * Cleanup * get vid's type from vctx * Fix re.Pattern error
-
jude-zhu authored
* move 1.x fetch vertice cases to tck * resolve comments * update * change space name * change feature name * update * update fetch edges * add string ut * format * move 1.x fetch vertice cases to tck * resolve comments * update * rename * update * update * update * add skip to intvid * move 1.x fetch vertice cases to tck * resolve comments * update * change space name * change feature name * update * update fetch edges * add string ut * format * move 1.x fetch vertice cases to tck * resolve comments * update * rename * update * update * update * add skip to intvid * update * update
-