- Aug 14, 2020
-
-
CPWstatic authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Aug 12, 2020
-
-
dutor authored
* Add simple MATCH syntax * make RETURN non-optional * Fix build * validate expressions * fix typo * address comments * fix build * fix build
-
Yee authored
* Add pylint * Fix lint error Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
- Aug 11, 2020
-
-
Shylock Hg authored
* Add test cases about fetch vertices. * Return the vid default for compatible with 1.0. * Unify the input about fetch and correct the go get dst which dedup in executor. * Fix the go dst project column name. * Fix the project dst inpout var. * Add method to make and save object. * Fix the get edges inpout var. * Add comment about makeAndSave. * Fix the rank input logic. * Fix the edge type value. * Check type value type. * Fix the project column names. * Remove the extra project input. * Project the vid by input property expression. * Check the result column names. * Move to v1 folder. * Fix the fixture. * Fix the check usage. * Fix the result. * Fix the result. * Fix the result. * Fix cases. * Disable src dst property expression in yield. * Comment the not compatible $- * Fix cases. * Fix cases. * Fix the columns name. * Fix the lint. * Fix vid format. * Fix rebase error. * Fix the query format error. * Fix group by validator ut failed. * Fix the delete vertices test failed. Co-authored-by:
CPWstatic <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
nevermore authored
* add group by validator * check groupby & yield * add groupby sentence * fix compiler error * add test case * modify deduceProps * modify code * remove useless code * add test case * fix error * add test case * fix error * check duplicate columnname * remove useless code * rebase code * check duplicate Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
laura-ding authored
* Enable some test and fix bug * add insert error code * fix build error use clang * fix error Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Aug 10, 2020
-
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
dutor authored
* Refactor build * Suppress waring about jobserver of Make * Remove useless options * Fix CI * Fix CI
-
CPWstatic authored
* Support over all. * Update test. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* add showparts * add empty test * rebase upstream * fix ci failed Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* add order by test * modify name
-
- Aug 07, 2020
-
-
CPWstatic authored
* Add contains. * Update test. * Update.
-
- Aug 03, 2020
-
-
laura-ding authored
* make ci error code output * fix test dir * fix test failed * fix ci error
-
Yee authored
* Fix validator and refactor nebula test plugin * Is prop nonexist or duplicate * Fix failed cases * Cleanup logs * Fix cpw comments * Fix test case * Rename checkPropsNonexistOrDuplicate * Fix failed cases and rebase
-
Shylock Hg authored
* Add test cases about fetch edges. * Add the reserved properties. * Remove the unused comment. * Move tests to v1 folder. * Load the data. * Fix the import. * Fix the import * Trigger. * Fix the rows. * Mark the commented cases todo. * Revert "Mark the commented cases todo." This reverts commit 059edd88a18dfad315eb9b95bd55ebbf91e21b2e. * Fix the multiple lines string literal. * Fix the tests. * Check the columns name. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
nevermore authored
* add go test * add case * more case * add more case * implement go_test * fix test result * change null to T_NULL Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* add update executor and test * address yixinglu's comment * update expression * rebase upstream * update * rebase upstream * modify common url * rebase upstream * add test * update tests * Compatible with 1.0 syntax * update test * address comment * rebase upstream * rebase upstream * add test * address comment * address comment
-
- Jul 30, 2020
-
-
Yee authored
* Add nebula manager for nebula test Rename common folder * Fix path * Try fix import path * Fix import error for query dir * Fix license Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
laura-ding authored
* support empty and null value * fix ci failed * update * modify type name * support regex * remove test code Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* add storage mock interface * add test * add delete executor * add test * rebase upstream * rebase upstream * rebase upstream * support pipe * remove unuse code * rebase upstream * delete code * address comment * add test * address comment * rebase upstream * address comment and add test * rebase upstream * rebase upstream
-
Yee authored
* Add explain and profile syntax parser * Implement explain and profile * Put plan description in query context * Add profiling data * Add executor total time cost * Add scoped timer test * Add explain test * Fix crash bug * Refactor profiling data in executor and add exec time for each executor * Count storage interface run time Fix compile error Fix @dutor comments Fix dep error * Fix compile error.
-
laura-ding authored
* add test * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
-
- Jul 29, 2020
-
-
laura-ding authored
* support to set build proc * address comment
-
- Jul 27, 2020
-
-
laura-ding authored
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
-
- 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>
-
- 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 10, 2020
-
-
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 ...
-