Skip to content
Snippets Groups Projects
  1. Dec 30, 2020
  2. Dec 29, 2020
    • cpw's avatar
      Match start from any node. (#505) · 1b554864
      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: default avatarShylock Hg <33566796+Shylock-Hg@users.noreply.github.com>
      1b554864
    • jude-zhu's avatar
      [testcase] add user test cases (#525) · 6df1d1f6
      jude-zhu authored
      
      * add permission case
      
      * update
      
      * update
      
      * Update User.feature
      
      * format
      
      Co-authored-by: default avatarbright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
      6df1d1f6
    • laura-ding's avatar
      [testcase] Move mutate test to tck and add int vid test of mutate (#526) · aa1abf8c
      laura-ding authored
      * move 2.0 mutate test to tck
      
      * add comment
      
      * remove wrong file
      
      * rebase upstream
      aa1abf8c
    • jie.wang's avatar
      Add list comprehension expression (#448) · 1162b3f0
      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
      1162b3f0
    • laura-ding's avatar
      Delete unuse obj (#537) · 456155e7
      laura-ding authored
      * delete unuse obj
      
      * modify test
      
      * modify test
      
      * modif tests
      456155e7
    • jie.wang's avatar
      Support Unwind & With (#408) · 1aba0272
      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
      1aba0272
  3. Dec 28, 2020
  4. Dec 26, 2020
  5. Dec 25, 2020
    • jimingquan's avatar
      Support integer VID (#496) · a54d7f32
      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
      a54d7f32
    • jude-zhu's avatar
      move 1.x fetch str/id vertices/edges cases to tck (#524) · fb5ef6bd
      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
      fb5ef6bd
    • tom-chensf's avatar
      move 1.x lookup cases to tck (#499) · fe46ced4
      tom-chensf authored
      
      * move 1.x lookup cases to tck
      
      * move 1.x lookup cases to tck
      
      * move 1.x lookup cases to tck
      
      * move 1.x index cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      * move 1.x cases to tck
      
      Co-authored-by: default avatarcpw <13495049+CPWstatic@users.noreply.github.com>
      fe46ced4
    • panda-sheep's avatar
      fix pr #494 (#516) · 32be41d4
      panda-sheep authored
      
      Co-authored-by: default avatarcpw <13495049+CPWstatic@users.noreply.github.com>
      32be41d4
  6. Dec 24, 2020
  7. Dec 23, 2020
  8. Dec 22, 2020