Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
  2. Oct 14, 2020
  3. Oct 13, 2020
  4. Oct 12, 2020
    • cpw's avatar
      Bi-Bfs shortest for single pair(#271) · bb615669
      cpw authored
      
      * Add conjunct path and semi shortest path executor.
      
      * Implement bfs shortest executor.
      
      * Implement conjunct path.
      
      * Implement single pair bfs shortest.
      
      * Debug.
      
      * Rebase and fix.
      
      * Refactor: save edges when expand and build result paths when meet.
      
      * Add algo node and executor.
      
      * Rebase and fix.
      
      * Fix build interim path with edge name.
      
      * Add test for bfs shortest executor.
      
      * Add conjunct path test and fix bug.
      
      * Add integrate test.
      
      * Address comment.
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
  5. Sep 27, 2020
  6. Sep 23, 2020
  7. Sep 18, 2020
  8. Sep 17, 2020
  9. Sep 16, 2020
    • cpw's avatar
      Support integer vid. (#233) · e3cfc596
      cpw authored
      * Add SpaceInfo and update the interface with new common.
      
      * Validate the vids.
      
      * Create space with given vid type.
      
      * Fix condition.
      
      * Fix test.
      
      * Rebase.
      
      * Address comment.
      
      * Save.
      
      * delete vid_size.
      
      * Fix test.
      
      * Rebase and fix conflict.
      
      * Address comment.
      
      * Address comment.
      
      * Rebase.
      
      * Fix test.
      
      * Fix test and address comment.
  10. Sep 14, 2020
  11. Sep 11, 2020
  12. Sep 10, 2020
  13. Sep 08, 2020
  14. Sep 04, 2020
    • jimingquan's avatar
      Subgraph (#231) · 89779c01
      jimingquan authored
      * subgraph to plan
      
      * fix error
      
      * fix filter
      
      * fix error
      
      * add test case
      
      * fix memory leak
      
      * fix error
      
      * add test case
      
      * fix error& add test case
      
      * remove useless code
      
      * add edgetype
      
      * address test error
      
      * test
      
      * fix test error
      
      * remove useless code
      
      * fix runtime error
  15. Sep 03, 2020
  16. Sep 02, 2020
  17. Sep 01, 2020
  18. Aug 27, 2020
    • cpw's avatar
      Zero step. (#214) · 37ac0790
      cpw authored
      * Fix zero step.
      
      * Rename MultiOutputs with PassThrough and delete ep test.
      
      * Add test.
      
      * Rebase and fix conflict.
      
      * Rebase.
      
      * Fix ut.
  19. Aug 26, 2020
  20. 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.
  21. Aug 24, 2020
  22. Aug 18, 2020
  23. 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
    • 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.
    • 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
    • laura-ding's avatar
      Add show charset (#192) · 2c43ff2d
      laura-ding authored
      * add show charset
      
      * rebase upstream
      
      * rebase upstream
    • 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.
  24. Aug 14, 2020
  25. Aug 12, 2020