Skip to content
Snippets Groups Projects
  1. Dec 10, 2020
    • Yee's avatar
      Add gherkin format tool to unify feature files code style (#466) · b520f64d
      Yee authored
      * Install format gherkin
      
      * Check Gherkin feature format in workflow
      
      * Format
      
      * Fix pull request workflow
      
      * Use absolute path in makefile
      
      * Add test target
      
      * Install in user mode
      
      * Fix poetry run error
      
      * Setup python version
      
      * Improve check and fmt target cmd
      
      * Setup python version in build job
      
      * Split gherkin feature format check step
      
      * Fix python env setup in centos7
      
      * Fix target typo
      b520f64d
  2. Dec 09, 2020
  3. Dec 08, 2020
  4. Dec 07, 2020
    • cpw's avatar
      Refactor match planner. (#438) · e76c6157
      cpw authored
      * Add match planner.
      
      * Add planners for match.
      
      * Add contexts for match.
      
      * Add CypherClausePlanner and MatchClausePlanner.
      
      * Add ValueIndexSeek.
      
      * Add expand.
      
      * Add SegmentsConnector and InnerJoinStrategy.
      
      * Append last get vertex when expand.
      
      * Add method findStarts.
      
      * Project user defined columns.
      
      * Build filter.
      
      * Build return.
      
      * Add OrderByClausePlanner and AddDependencyStrategy.
      
      * Add pagination.
      
      * Add where planner.
      
      * Use where planner in match planner.
      
      * Connect the match and return part.
      
      * Adapt the new ast context in match validator.
      
      * Register the start vid finders.
      
      * Fix and pass match node test.
      
      * Fix one step plan and mem leak.
      
      * Fix distinct.
      
      * Add VertexIdSeek.
      
      * Fix duplicate get vertices when vertex id seek.
      
      * Refactor finders.
      
      * Recover MatchSolver.
      
      * Rebase and fix.
      
      * Fix ci.
      
      * Add it for match by id.
      
      * Add match validator test.
      
      * Rename ValueIndexSeek to PropIndexSee...
      e76c6157
  5. Dec 04, 2020
  6. Dec 03, 2020
  7. Dec 02, 2020
    • kyle.cao's avatar
      Fix filter bug (#446) · 4f841029
      kyle.cao authored
      * fix filter bug
      
      * Add test_multi_edges_with_filter
      
      * modify error message
      
      * fix test
      4f841029
  8. Dec 01, 2020
  9. Nov 30, 2020
  10. Nov 26, 2020
  11. Nov 25, 2020
    • jie.wang's avatar
      show tag/edge index status (#389) · f37bcd42
      jie.wang authored
      * show tag/edge index status
      
      * fix CI find_in_rows bug
      
      * remove unused var
      
      * Ignore nebula-python
      
      * Cleanup workspace
      
      * Cleanup before checkout
      
      * rm -rf *
      f37bcd42
  12. Nov 24, 2020
    • laura-ding's avatar
      Modify status to stats (#429) · 9a4684d2
      laura-ding authored
      
      * modify status to stats
      
      * modify statis to stats
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      9a4684d2
    • jimingquan's avatar
      add getColumn(index) for iter (#424) · 41fb3aa3
      jimingquan authored
      * redefine joinIter getColumn
      
      * add getColumn for Iterator
      
      * move getColumn to base class
      
      * little change
      
      * process exception first
      41fb3aa3
    • Yee's avatar
      Support variable length match pattern from 1 to n steps (#404) · c123c80a
      Yee authored
      * Value to string
      
      * Restore match validator changes
      
      * Expand steps
      
      * Compose steps
      
      * Append more sub-plans
      
      * Refactor planner
      
      * Scan index plan
      
      * Initial expression
      
      * Fix plan bug
      
      * Check whether step range is variable
      
      * Add project according to symbols
      
      * Format
      
      * Use path expression to implement relationships collection
      
      * Move build filter to Solver
      
      * Improve
      
      * Check anonymous of node/edge info
      
      * Explain index scan plan node
      
      * Fix column expression
      
      * Fix single vertex match
      
      * Fix vertex filter error
      
      * edge fixture
      
      * compare value
      
      * Filter cycle path
      
      * Filter final cycle path
      
      * Fix all m to n steps
      
      * Rename cyclePath to hasSameEdgeInPath
      
      * Restore utils
      
      * Fix ci error
      
      * Fix compile error
      c123c80a
    • panda-sheep's avatar
      Submit job statis && show status (#403) · e9110ead
      panda-sheep authored
      * support submit job statis
      
      * support show status
      
      * rebase master
      
      * address laura-ding's comments
      e9110ead
    • Yee's avatar
      Fix value to string in CI (#425) · 9e8b33db
      Yee authored
      * Value to string
      
      * Refactor subgraph check functions
      
      * Refine PathVal to_value
      
      * Check value type
      
      * Fix value to string
      
      * Fix space test cases
      
      * Address comments
      9e8b33db
  13. Nov 23, 2020
  14. Nov 20, 2020
  15. Nov 18, 2020
  16. Nov 17, 2020