Skip to content
Snippets Groups Projects
  1. Jul 30, 2020
  2. Jul 29, 2020
  3. Jul 28, 2020
  4. Jul 27, 2020
  5. Jul 24, 2020
  6. Jul 21, 2020
  7. Jul 20, 2020
  8. Jul 17, 2020
  9. Jul 16, 2020
  10. Jul 15, 2020
  11. Jul 14, 2020
  12. Jul 13, 2020
  13. Jul 10, 2020
    • CPWstatic's avatar
      Add Aggregate executor. (#73) · ae31bcdd
      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.
      ae31bcdd
    • Simon Liu's avatar
      Added the nebula-test. (#96) · 01f61453
      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: default avatardutor <440396+dutor@users.noreply.github.com>
      01f61453
    • Yee's avatar
      Add yield validator (#110) · deadb901
      Yee authored
      * Add yield validator
      
      * Test yield distinct
      
      * Fix comments
      
      * Fix outputs rebuild
      
      * Add aggregate node in plan for agg functions
      
      * Fix comments
      deadb901
  14. Jul 09, 2020
  15. Jul 08, 2020