Skip to content
Snippets Groups Projects
  1. Sep 20, 2019
  2. Sep 18, 2019
  3. Sep 17, 2019
  4. Sep 16, 2019
  5. Sep 12, 2019
  6. Sep 10, 2019
    • Simon Liu's avatar
      Issue#192 Support multiple edge types in GO statement (#699) · f1384d44
      Simon Liu authored
      *     Issue#192 Support multiple edge types in GO statement
      
      Summary:
      Implemented over multiple edge types(include over "*" ) for Support all edge type in Go statement.
      
      1. Modification of the storage interface:
         1.1 Modify the GetNeighborsRequest structure, pass a list of edge_type to the storage layer.
         1.2 And add an over_all_edges tag to mark "over *".
             Modify the PropDef structure to represent both tag_id and edge_type
         1.3 Added the EdgeData structure to represent the edge data returned to the client.
      2. When the yield statement does not exist, rename the "_dst" attribute of edge to edge_name+"_id"
      3. Delete the getOutBound and getInBound interfaces,
         because the edges passed to the storage may have both in and out.
      4  Added a map of edge type to edge name for metaclien (toEdgeName)
      
      PS:
      There are still two issues that need to be implemented.
      1 Since we are not implementing a null type, we cannot represent some non-existing attributes.
      2 Due to the existence of 1, there is currently no judgment on the attributes of the edges and the vetex.
      So when returning multiple types of vetex/edge,
      the same result will be returned if the attribute names are the same("MULTI_EDGES" test in GoTest.cpp).
      
      * 1. add more test.
      2. Solved the problem of display when some properties are not present(return the default value to the user).
      
      for example:
      type             default
      int              0
      bool             false
      double/float     0.0
      
      * format the code style.
      
      * 1. When yield does not exist, don't implicitly rename _dst prop.
      2. format some code style.
      
      * Fixed an problem where the results might be incorrect when using multiple edges with filter.
      
      * Modify the storage interface to move the schema from tagdata/edgedata to QueryResponse.
      
      * Address dangleptr's and wadeliuyi's comments.
      
      *  Address dangleptr's and laura's comments.
      
      * Address laura's comments.
      
      *      Address dangleptr's comments.
      
      * Address dangleptr's comments.
      
      * Address dangleptr's comments.
      
      * fixed the unit test failed(go_test and orderbytest).
      f1384d44
  7. Sep 09, 2019
  8. Sep 06, 2019
    • zhouliang's avatar
      Implement delete a vertex (#868) · a9e90717
      zhouliang authored
      * implement delete a vertex
      
      * address the comments of wadeliuyi and dangleptr
      
      * address dangleptr's comments
      
      * address comments of dangleptr and critical27
      
      * address darionyaphet's comments
      a9e90717
  9. Sep 05, 2019
  10. Sep 04, 2019
  11. Sep 03, 2019
  12. Sep 02, 2019
  13. Aug 29, 2019
  14. Aug 28, 2019
    • Doodle's avatar
      Leader balance (#731) · 0d84fc17
      Doodle authored
      Basic leader balance for storage, keep trying to trans leader from host with most leader to host with least leader, until all balanced.
      
      Modify/Add two command in console:
      
      1. "show host" will also display total leader count and leader count in each space
      2. add command "balance leader", which will try to balance leader between different hosts
      0d84fc17
    • yaphet's avatar
      [Fix] Insert multi version tag and edge's order error (#854) · fcfac6df
      yaphet authored
      * test edge miss
      
      * fix mutli version
      fcfac6df
    • Doodle's avatar
      Fix graph failed to register config to meta. (#792) · 16a59bd9
      Doodle authored
      * register gflags in meta client
      
      * parse json
      
      * try register at first operation
      
      * address @laura-ding's comments
      
      * fix ut, address comments
      
      * address laura-dings's comments
      
      * address comments
      
      * address @dangleptr's comments, update gflags.json
      
      * address @dangleptr's comments
      16a59bd9
  15. Aug 27, 2019
    • Xinglu Yee's avatar
      Cleanup load config interval secs (#849) · a4360a67
      Xinglu Yee authored
      * Ignore ccls configuration files
      
      * Fix variable syntax document about load_data_interval_secs
      
      * Cleanup unusable load_config_interval_secs configuration option
      a4360a67
  16. Aug 26, 2019
  17. Aug 22, 2019
  18. Aug 21, 2019
    • laura-ding's avatar
      Added introduction on building from source (#761) · fe74c0ed
      laura-ding authored
      * Add build doc
      
      * Address whitewum's comment
      
      * Address yixinglu's comment
      
      * Address whitewum's comment
      
      * Modify SKIP_JAVA_CLIENT default is ON
      
      * Add java jdk
      
      * Modify spelling
      
      * Modify resolve
      
      * Add space size instructions
      fe74c0ed
  19. Aug 20, 2019
    • jude-zhu's avatar
      comment ngql tutorial (#811) · 9970fbe0
      jude-zhu authored
      9970fbe0
    • jude-zhu's avatar
      Updatedoc (#807) · 8e4345f1
      jude-zhu authored
      * add create-tag-edge, show and update get-started
      
      * update
      
      * update
      
      * update
      
      * update
      
      * add FAQ
      
      * update
      
      * update
      
      * update
      
      * update
      
      * file structure
      
      * add create-tag-edge, show and update get-started
      
      * update
      
      * add FAQ
      
      * update
      
      * update
      
      * update
      
      * update
      
      * file structure
      
      * change build
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * last update
      
      * update
      
      * update
      
      * update doc
      
      * update
      
      * update
      
      * update
      
      * update
      8e4345f1
    • Simon Liu's avatar
      Issue#655 support for building with Clang (#700) · f6e59e62
      Simon Liu authored
      * Issue#655 support for building with Clang
      
      Compiled by clang 7.0.1((Fedora 7.0.1-6.fc29)
      
      * Modified some of the code according to sherman's comments.
      f6e59e62
  20. Aug 19, 2019
    • jude-zhu's avatar
      change file structure (#802) · f5b791d5
      jude-zhu authored
      * add create-tag-edge, show and update get-started
      
      * update
      
      * update
      
      * update
      
      * update
      
      * add FAQ
      
      * update
      
      * update
      
      * update
      
      * update
      
      * file structure
      
      * add create-tag-edge, show and update get-started
      
      * update
      
      * add FAQ
      
      * update
      
      * update
      
      * update
      
      * update
      
      * file structure
      
      * change build
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * last update
      
      * update
      
      * update
      f5b791d5
    • laura-ding's avatar
      128d4a83
  21. Aug 16, 2019
    • jude-zhu's avatar
      Added logo in README.md (#787) · f9b2df3b
      jude-zhu authored
      * add log
      
      * update
      
      * change graph
      
      * change graph
      
      * update log
      
      * update log
      
      * update log
      
      * upload log
      
      * update log
      
      * update badge
      
      * add create space syntax
      
      * update link
      
      * update
      f9b2df3b
  22. Aug 15, 2019
  23. Aug 14, 2019