- Jul 14, 2020
-
-
Yee authored
-
- Jul 13, 2020
-
-
Yee authored
* Fix cmake and some interfaces cleanup * Remove storage dependency * Cleanup cmake modules path * Add cmake options for dependent project * Use cmake_parse_arguments to refactor AddDepdendentProject * Add clone dir * Make moveValue private in execution context * Fix storage cmake configure parameter
-
laura-ding authored
* fix insert edge and build error * add build storage enable
-
nevermore authored
* add go_validator's dedup &filter * add more test case * fix error * remove redundance lines * fix compile error Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 10, 2020
-
-
CPWstatic authored
* Add aggregate and test. * Save. * Update test. * Add distinct test. * Rebase and address comment. * Delete count distinct. * Fix yield validator. * Address comment. * Fix clang compiling problem.
-
Simon Liu authored
* Added the nebula-test. Usage : Compile nebula first, assuming the build directory is build, then go to build/nebula- test, then execute './ntr query/stateless/*.py query/bugs/*.py'. Summary: Now every time nebula-graph was compiled it will compile nebula-storage at the same time, after compilation is complete calling ntr will automatically create a single replica of the nebula cluster and start the test. * 1 Modify the nebula-test documentation. 2 Adding dependencies for nebula-python 2.0. * 1 Fix possible crashes. 2 Add some logs for Nebula-test. * Change the nebula-test directory to tests. * Temporarily uses a fixed delay to wait for schema synchronization. * format some code style. * Adding environment variables to drone CI. * Fix the clang build problem in drone CI. * Fix the clang compilation problem in CI. * Adding python dependencies to drone CI. * Use the correct pip3 path. * Enable CI to automatically update the latest nebula-dev image. * Adding dependencies to setuptools. * Fix set-uptools dependency issue. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add yield validator * Test yield distinct * Fix comments * Fix outputs rebuild * Add aggregate node in plan for agg functions * Fix comments
-
- Jul 09, 2020
-
-
laura-ding authored
* Add show and drop executor about space and schema * add snapshot executor * update * use new common * Add show create executor * update * address Shylock-Hg's comment * rebase upstream * rebase upstream * rebase upstream * rebase upstream * rebase upstream * rebase upstream * address comment * fix test failed * rebase upsream
-
Shylock Hg authored
* Split the inputs and deps for plan node. * Trigger. * Trigger. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Don't allow label as expression. It's not a value. * Add the name label with ``. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 08, 2020
-
-
laura-ding authored
-
Shylock Hg authored
* Using the definition of vid. * Change the naming flavor of reserved property. * Update. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
Yee authored
-
Yee authored
* Fix Set Validator * Add tests for set validator * Fix comment
-
laura-ding authored
* add limit and sort * delete extra space * add sort validate * add test * rebase upstream * update * add null test * rebase upstream * add union iterator eraseRange * address dutor's comment * address comment * update * address comments * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* Add alter executor * rebase upstream * rebase upstream * rebase upstream * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
* Collect values from sequential iter. * Update. * Add comment.
-
- Jul 07, 2020
-
-
Shylock Hg authored
* Add the auth and permission checking to graph service. * Fix something not nice. * Fix link error. * Remove the ValidatorTest.cpp. * Fix link. * Fix link. * Fix link. * Fix link. * Fix link.
-
- Jul 03, 2020
-
-
Yee authored
Disable GetNeighbors Iterator Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* fix iterator getTagprop and add hasher for row* * modify test * add filter and dedup executor * rebase upstream * rebase upstream * rebase upstream * use row* * add test * address comment * modify YieldSentence * address comment * address comment * address comment Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 02, 2020
-
-
Shylock Hg authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 01, 2020
-
-
laura-ding authored
* Support DML,DDL to use inputNode * address comment * rebase upstream * reabse upstream * update * address comments * add test Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
Fix comment Move statusOr Replace hard code vid string Rename processList function
-
- Jun 30, 2020
-
-
CPWstatic authored
* Base implement. * Deduce the props needed. * Deduce type for expression. * Validate the srcs. * Add prop type to value type method. * Add test. * Implement one step plan. * Fix require space. * Adapt the operator. * Report error for the unsuppoted feature. * Fix test. * Fix only tag props. * Verify the plan. * Address comment. * Rebase and fic conflict.
-
laura-ding authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add set executors and get row interface of iterator * Cleanup * Handle right empty data set * Fix data set column names * Add more tests * Add all empty tests
-
CPWstatic authored
* Add datacollect. * Implement data collect. * Make data collect executor. * Update the subgraph * Support *.prop. * Address comment. * Add test. * Check data type. * Rebase and fix compile. * Address comment. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jun 29, 2020
-
-
Shylock Hg authored
* Remove the duplicate status web API, already contained in common webservice. * Fix the lack header. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
-
Yee authored
* Add first statement validation for SequentialValidator * Get first sentence of PipedSentence * Add tests * Refactor Subgraph test * Refactor first sentence test * Add more tests Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
* Implement get neighbors. * Update get neighbors. * Add test for get neighbors. * Rebase and fix test. * Ignore bad data and return if empty input. * Clear the members. * Fix test. * Modify the get neighbors. * Fix link and add log. * Fix linking for clang.
-
- Jun 22, 2020
-
-
bright-starry-sky authored
* fixed lex warning, deleted duplicate line * Fix missing debug info of libstdc++ when build with Clang Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jun 19, 2020
-
-
CPWstatic authored
* Add comment, * Update the format of the storage response. * Add getVertex and getEdge. * Fix test. * Add test for getVertex and getEdge. * Handle the bad head and add test. * Add bench mark * Address comment. * Add batch interface for subgraph. * Address comment. * Address comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Xinglu Yee authored
* Fix bfs tranverse plan verification * Use loop to replace recursive * Add ValidatorTestBase
-
CPWstatic authored
* Add select executor and loop executor. * Rebase and fix conflict. * Address comment. * Address comment.
-
laura-ding authored
-
- Jun 17, 2020
-
-
Xinglu Yee authored
-
laura-ding authored
* add MockSchemaManager * fix clang build error
-
Xinglu Yee authored
* Fix ExecResult and Iterator value error * Add constant quatifier
-