- Dec 16, 2020
- Dec 15, 2020
-
-
bright-starry-sky authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Dec 14, 2020
-
-
Yee authored
* Migrate variable length match test cases * Relax comparision * Fix test cases * Correct test cases
-
- Dec 11, 2020
-
-
jimingquan authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
* Fit the new storage queyr interface. * Fit the new behavior which empty schema return all properties defined in schema itself. * Revert the fetch vertices. * Simplify the list tag properties. * Optimize the col init. Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
* add noloop parser * add noloop tck test * fix path toString() * format test file * format test file second Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
cpw authored
-
- Dec 10, 2020
-
-
jimingquan authored
* path bidirection * change multipair shortest path plan * fix error * change allpair path plan * add path bidirection * singlePair shortestpath * fix plan test * path tck test * add path reversely & bidirect test * add all path bidirect test * address comment * fix error Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jude-zhu authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
-
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
-
- Dec 09, 2020
-
-
Yee authored
* Replace behave with pytest_bdd * Add value comparator * Finish value compare * Fix set compare * Execute query and check result steps * Make parser return bytes array rather than string * Add NBA CSV data files * Add types * Generate insert stmt string * Fix row comparing * Generate create stmt string * Use pytest-mproc's global scope to init nebula servers * Fix compare bug * Add student data * Cleanup steps * Fix parser bug * Update parser * Remove pytest-mproc * Fix cleanup nebula services * Fix ci test run parallel * Replace conn pool creation with fixture * Improve the free ports get function * Fix workarround for class fixture usage * improve free port find method * Fix test spaces * Change pytest temp base dir * Improve kill nebula service logics * Update workflow * Fix github workflow step * Address comments
-
lionel.liu@vesoft.com authored
* init upload * remove debug code * add parser test * address commens from Laura * address cpw's comments * address cpw's comments Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
laura-ding authored
* fix error_code * fix Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
bright-starry-sky authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Dec 08, 2020
-
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
kyle.cao authored
add BIT_AND tests Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
* sort path * change output's colName _path to path Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 07, 2020
-
-
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 PropIndexSeek. * Format and delete useless code. * Address @yee's comment. * Address comment.
-
- Dec 04, 2020
-
-
Yichen Wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Dec 03, 2020
-
-
jimingquan authored
* apply propIter to Join * address comment * address comment
-
jimingquan authored
* add path outputs_ & test case * convert String type to Path type Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 02, 2020
-
-
kyle.cao authored
* fix filter bug * Add test_multi_edges_with_filter * modify error message * fix test
-
- Dec 01, 2020
-
-
laura-ding authored
* use new python client * modify branch * fix subgraph failed Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jie.wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
yaphet authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jie.wang authored
-
- Nov 30, 2020
-
-
Shylock Hg authored
Co-authored-by:
Doodle <13706157+critical27@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
* add condition optimize * del find path from conditionalVar * fix error Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
* with properites * add opt_with_properites * address comment * add test case * change properites to prop
-
Yee authored
* Fix crash when rewriting label symbols in match * Update label attr expression * Add test cases * Fix test case * Fix test
-
jie.wang authored
-
- Nov 26, 2020
-
-
Yee authored
* Fix cluster action * add TTL for job * Add backoffLimit for job * Fix compile error and cleanup * Restore test cases * Restore
-
bright-starry-sky authored
* fulltext * remove create ft index * fixed memory leaks * Resolved conflict * Resolve conflict * addressed yee's comments
-
Amber Zhang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
dutor authored
* Added a mini parser to parse the formated Nebula Value in CI * Address comments * simplify single char token * Add __main__ to parser * Enhance * address comments * Add Test * Added parseTable * address comments Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jie.wang authored
* support regex match expression * improve getRegex * remove getRegex in qctx * remove unused func clear()
-
- Nov 25, 2020
-
-
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 *
-
- Nov 24, 2020
-
-
laura-ding authored
* modify status to stats * modify statis to stats Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-