- Dec 10, 2020
-
-
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 PropIndexSee...
-
- 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>
-
jimingquan authored
* redefine joinIter getColumn * add getColumn for Iterator * move getColumn to base class * little change * process exception first
-
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
-
panda-sheep authored
* support submit job statis * support show status * rebase master * address laura-ding's comments
-
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
-
- Nov 23, 2020
-
-
Doodle authored
* listener * address bright-starry-sky's comment Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
- Nov 20, 2020
-
-
Shylock Hg authored
* Fold the default value expresion instead of eval. * remove the mistake commit. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Doodle authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Nov 18, 2020
-
-
Shylock Hg authored
* Fit the datatypes which remove the 3rd-party headers. * Fit the custom graph response type. * Fit the new nameing flavor. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
jimingquan authored
* add unit case * del unused code * add py testcase * fix runtime bug & add test case * fix error * allpath pytest * modify toProject's inputVar * remove the same point of starting and ending path * address comment Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Nov 17, 2020
-
-
Shylock Hg authored
* Log error in action when testing failed. * Fix the typo. * Rm testing directory when clean in CI. * Add mock error. * Revert "Add mock error." This reverts commit c04e4f97c1c2a6d20d1649672e1f7cef7b7ae540. * Upload logs to artifact in action. * Pass parameters instead of environment to subcommand. * Mock ci error. * Mock error. * Remove the mock error. * Avoid print log to screen. * Store logs of different matrix. * Change the log path. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-