Skip to content
Snippets Groups Projects
  1. Aug 31, 2020
  2. Aug 27, 2020
  3. Aug 26, 2020
    • dutor's avatar
      Add AttributeExpression (#239) · d6b9a3fc
      dutor authored
      * Add AttributeExpression
      
      * Rename accordingly
      
      * refactor expression rules
      
      * fix accordingly
      
      * add ENABLE_VERBOSE_BISON
      
      * Fix CI
      d6b9a3fc
  4. Aug 25, 2020
    • cpw's avatar
      Fix join input. (#222) · 568c06e2
      cpw authored
      * Fix join input.
      
      * Fix validator test.
      
      * Always join input in pipe.
      
      * Dedup the dst vids in nsteps and fix test.
      
      * Update test.
      568c06e2
  5. Aug 24, 2020
  6. Aug 20, 2020
  7. Aug 19, 2020
  8. Aug 18, 2020
  9. Aug 17, 2020
    • Yee's avatar
      Rename executor directory (#211) · 2cbb8777
      Yee authored
      * Rename executors
      
      * Change include path
      
      * Remove console subdirectory
      
      * Move explain to v2 tests directory
      
      * Add dot:struct explain output format
      
      * Rebase
      2cbb8777
    • Shylock Hg's avatar
      Add the plan node and executor for ACL related query. (#62) · 717a6275
      Shylock Hg authored
      * Add the plan node and executor for create user.
      
      * Add plan node and executor about drop user.
      
      * Fix one lack error.
      
      * Add plan ndoe and executor about update user.
      
      * Add plan node and executor about grant role to user.
      
      * Add plan node and executor about revoke role from user.
      
      * Create the executor by user related plan node.
      
      * Add a macro to process the execution request response.
      
      * Add plan node and executor for change password.
      
      * Add the plan and executor for get roles in account.
      
      * Add plan node and executor for list users.
      
      * Fix the commit lack.
      
      * Add the plan node and executor for list roles in space.
      
      * Add the mock implemantion about ACL related RPC.
      
      * JIRA NB-92
      
      * Add some simple testing about ACL.
      
      * Add the test cases about validator.
      
      * Replace the GET_PLAN by method.
      
      * Provide more clear error mesage for execution query for user/roles.
      
      * Fix the alignment.
      
      * Using the meta::cpp2::RoleType directly.
      
      * Move the object from sentence to plan.
      
      * Revert the create space node.
      
      * Using the sentence from base validator.
      
      * Fix the alignment.
      
      * Replace SINGLE_NODE_PLAN_TEMPLATE by function.
      
      * Remove the unused webservice obj in mock.
      
      * Trigger.
      
      * Make acl node as Single Input Node.
      
      * Fix the append plan not return status.
      
      * Check the top of all plan.
      
      * Change to single dependency node.
      
      * Revert the cmake file change.
      
      * Add validator to show roles and users.
      
      * Check the length limit of username and password.
      
      * Format.
      
      * Uing ng error return.
      
      * Change input to dep.
      
      * Change to ref the sentence field.
      
      * Remove the unused method.
      
      * Remove the extra PlanNode scope.
      
      * Fix the header guard.
      
      * Remove the unused file.
      
      * Add users test cases.
      
      * Remove the extra blank.
      
      * Fix cases.
      
      * Add executor time stat.
      
      * Remove the unused callback.
      
      * Mark the exlain unimplemented.
      
      * Fix compile error.
      
      * Remove the unused file.
      
      * Fix the header guard format.
      
      * Add header guard.
      717a6275
    • Shylock Hg's avatar
      Feature/balance (#66) · 5ef41cc3
      Shylock Hg authored
      
      * Add the executor and plan node for balance.
      
      * Add the mock of balance.
      
      * Add the validator and testing about balance.
      
      * Fix the QueryContext.
      
      * Rename dels to deleteHosts.
      
      * Get show balance tasks count directly.
      
      * Fix the schema test.
      
      * Fix the compile error.
      
      * Fix the header guard.
      
      * Fix compile error.
      
      * Remove the unused call back.
      
      * Add executor time stat.
      
      * Mark explain unimplemented.
      
      * Add call back time stat.
      
      * Correct the header guard format.
      
      * Fix header guard format.
      
      * Fix the header guard.
      
      Co-authored-by: default avatarlaura-ding <48548375+laura-ding@users.noreply.github.com>
      5ef41cc3
    • laura-ding's avatar
      Add config executor (#64) · d0310d68
      laura-ding authored
      * add config executor
      
      * rebase upstream
      
      * rebase upstream
      
      * rebase upstream
      
      * fix format
      
      * rebase upstream
      
      * delete mock
      
      * add test
      
      * rebase upstream
      
      * rebase upstream
      
      * remove unuse code
      
      * rebase upstream
      
      * rebase upstream
      
      * rebase upstream
      
      * rebase upstream
      
      * rebase upstream
      
      * fix error
      d0310d68
    • laura-ding's avatar
      Support to package all (#179) · 32a2f650
      laura-ding authored
      
      * Support package
      
      * modify package.sh
      
      * rebase upstream
      
      * Support package
      
      * modify package.sh
      
      * rebase upstream
      
      * rebase upstrea
      
      * delete unuse file
      
      * add print
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      32a2f650
    • Shylock Hg's avatar
      Feature/job (#65) · 8636ce72
      Shylock Hg authored
      * Add the executor, plan node and mock for admin job.
      
      * Add the plan for admin job sentence.
      
      * Add the admin job testing.
      
      * Fit the QueryContext.
      
      * Let job sentence return parameters reference default.
      
      * Move the resource to plan from sentence.
      
      * Unify job sentence to string.
      
      * Remove one unused header.
      
      * Return error when malformed response/request in release running.
      
      * Not move the sentence field.
      
      * Fix the parser memory leak.
      
      * Fix the non return error.
      
      * Fix the header guard.
      
      * Check job by function.
      
      * Add executor time stat.
      
      * Mark the explain unimplemented.
      8636ce72
    • laura-ding's avatar
      Add show charset (#192) · 2c43ff2d
      laura-ding authored
      * add show charset
      
      * rebase upstream
      
      * rebase upstream
      2c43ff2d
    • Shylock Hg's avatar
    • CPWstatic's avatar
      Support m to n. (#206) · c648a42e
      CPWstatic authored
      * Add m to n step clause.
      
      * Add m to n plan.
      
      * Collect m to n and update test.
      
      * Fix reference input.
      
      * Move go/group test to v1.
      
      * Add validator tests.
      
      * Fix ci.
      
      * Address comment.
      c648a42e
  10. Aug 14, 2020
  11. Aug 13, 2020
  12. Aug 12, 2020
  13. Aug 11, 2020
    • Shylock Hg's avatar
      Feature/fetch vertices tuning (#183) · edaf0072
      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: default avatarCPWstatic <13495049+CPWstatic@users.noreply.github.com>
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      Co-authored-by: default avatarlaura-ding <48548375+laura-ding@users.noreply.github.com>
      edaf0072
    • nevermore's avatar
      add group by validator (#156) · 3176f097
      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: default avatarjimingquan <mingquan.ji@vesoft.com>
      Co-authored-by: default avatarlaura-ding <48548375+laura-ding@users.noreply.github.com>
      3176f097