Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Aug 14, 2020
  3. Aug 13, 2020
  4. Aug 12, 2020
  5. Aug 11, 2020
  6. Aug 10, 2020
  7. Aug 07, 2020
  8. Aug 06, 2020
  9. Aug 05, 2020
  10. Aug 03, 2020
    • laura-ding's avatar
      Make ci error code output (#173) · f4d4efa4
      laura-ding authored
      * make ci error code output
      
      * fix test dir
      
      * fix test failed
      
      * fix ci error
      f4d4efa4
    • Yee's avatar
      Fix validator bug and allow more test cases (#167) · 9dca2981
      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
      9dca2981
    • Shylock Hg's avatar
      Add test cases about fetch edges. (#155) · 1da94bab
      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: default avatardutor <440396+dutor@users.noreply.github.com>
      1da94bab
    • nevermore's avatar
      add go_test_py (#149) · 74f07de3
      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: default avatarjimingquan <mingquan.ji@vesoft.com>
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      74f07de3
    • laura-ding's avatar
      Add update executor and test (#58) · 027ec449
      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
      027ec449
  11. Jul 30, 2020
    • Yee's avatar
      Add nebula manager for nebula test (#169) · 79ad953a
      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: default avatarlaura-ding <48548375+laura-ding@users.noreply.github.com>
      79ad953a
    • Shylock Hg's avatar
      Validator about fetch. (#144) · 985050d1
      Shylock Hg authored
      
      * Validator about fetch.
      
      * Simplify the pointer object equal check logic.
      
      * Fix some bug.
      
      * Determine the symbol property expression when validate.
      
      * Remove the duplicate sentence_ field.
      
      * Add case about inoput output.
      
      * Fix the mistake change.
      
      * Fix the mock scheam comment.
      
      * Fix the visiable of the validator test base fixture.
      
      * Fix the test.
      
      * Add inline to extend the isAnyKind when compiling.
      
      * Add comment about symbol property expression type deduce.
      
      * Cast expression with check.
      
      * Add the reserved properties for get edges/vertices for compatible with 1.0.
      The fetch vertices need vid expression to eval vid in project.
      
      * Using ng return error.
      
      * Initialize the pointer to null default.
      
      * Optimize the tag check logic.
      
      * Simplify the query expression context definition.
      
      * Fix the typo.
      
      * Fix the isAnyKind name.
      
      * Optimize the input check logic.
      
      * Set the input variable when using variable.
      
      * Avoid nullptr ref for symbol property expression.
      
      * Fix the node name.
      
      * Remove the push-down expression now the storage not supported.
      
      * Using the set instead of varidic parameter for expression kind checking.
      
      * Let parser set the default rank to zero constant expression.
      
      * Using std::conditional_t to replace const non-const cast overload.
      
      * Fix the expression push-down optimization, do it in optimizer.
      
      * Fix the header guard.
      
      * Fix the compiler error.
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      985050d1
    • laura-ding's avatar
      Support empty and null value in ci test (#166) · 913fe9d8
      laura-ding authored
      
      * support empty and null value
      
      * fix ci failed
      
      * update
      
      * modify type name
      
      * support regex
      
      * remove test code
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      913fe9d8