- Jul 30, 2020
-
-
laura-ding authored
-
- Jul 29, 2020
-
-
CPWstatic authored
-
laura-ding authored
* support to set build proc * address comment
-
- Jul 28, 2020
-
-
CPWstatic authored
* Support ref dst props in where and yield clause. * Fix test. * Fix test. * Joint debug. * Replace the magic words. * Add test. * Fix join dst props. * Fix variable input. * Fix n steps reversely. * Fix bidirect. * Fix get edge for get neighbor iter. * Address comment. * Add test. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 27, 2020
-
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
nevermore authored
* add functioncall deduce * print err msg * add error status * add more test case * modify code * fix functioncall * validator typecast & test case * pre-allocated memory for vector * add typecast deduceprop & more test case * rewrite deduce typecast * process null Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 24, 2020
-
-
CPWstatic authored
* Add interface of extracting prop exprs and rewriting. * Build new columns. * Suppoer reference input props and joint debug. * Support ref input props in yield and where clause when go n steps. * Rebase and set output var for project. * Refactor. * Replace the magic words column names with generated column names. * Refactor. * Add test and fix nullptr. * Adapt the expr interface. * Fix mem leak. * Address @dutor's comment. * Update. * Address @laura's comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Add some debug check in the unimplemented iterator. * Fix the log message. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
nevermore authored
* release type cast * add test case: * fix error * fix compiler error * fix error * fix compiler error Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 21, 2020
-
-
laura-ding authored
* fix go validate bug * address comment
-
- Jul 20, 2020
-
-
Yee authored
-
CPWstatic authored
* Add data join op. * Add data join exec. * Add test. * Add logical rows and join iter. * Build index for join iter. * Update data join with logical row and test. * Add join iter test. * Refactor with self defined hash table and add test. * Fix compile. * Clear members when exit the executor. * Improve hash table with multimap and address comment. * Address comment. * Fix compile. * Rebase and address comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Fit the new tag expression. * Reduce the duplicate logic.
-
Yee authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Add node/executor about get edges/vertices. * Remove the node checking. * Skip the invalid input vertices/edges. * Remove the extra headers. * Remove the unused header. * Remove some unused code. * Remove the unused header. * Fix the eq logic. * Using the var name as node label now. * Correct the logic. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 17, 2020
-
-
laura-ding authored
* add 1.0 insert test * support test * rebase upstream * update
-
Yee authored
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Limit allowed max number of nGQL statements * Add test cases * Fix typo
-
- Jul 16, 2020
-
-
nevermore authored
* Support runtime input. * n steps * add test case * fix error * delete buildSubGraphPlan not finish * space indent * modify code * remove redundant line Co-authored-by:
William Chen <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
- Jul 15, 2020
-
-
laura-ding authored
* add 1.0 test * fix test_schema.py * rebase upstream * add test * update * modify fileName
-
Simon Liu authored
* Added the import of nba data. * address yixinglu's comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Fix CI Add nebula test logs dir env var Add test bash script Always stop nebula services Add toolset dir Build common and storage separately Fix job format of make * Use aliyun mirror to download pip3 packages
-
- 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.
-