Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. 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
  3. Sep 05, 2019
  4. Sep 04, 2019
  5. Sep 03, 2019
  6. Sep 02, 2019
  7. Aug 29, 2019
  8. 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
  9. 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
  10. Aug 26, 2019
  11. Aug 22, 2019
  12. 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
  13. 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
  14. 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
  15. 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
  16. Aug 15, 2019
  17. Aug 14, 2019
  18. Aug 13, 2019
  19. Aug 12, 2019
    • yaphet's avatar
      [Doc] Cluster deployment (#746) · dd347c22
      yaphet authored
      * cluster depoly doc
      
      * fix sherman-the-tank's comment
      
      * fix graph port
      dd347c22
    • yaphet's avatar
      Enhance Java Importer (#719) · 8c9e3f2b
      yaphet authored
      * Enhance Java Importer
      
      * fix ranking type
      
      * update copyright 2019
      
      * add README.md
      8c9e3f2b
    • Simon Liu's avatar
      Error handling in `Expression::eval` (#669) · 6ac39014
      Simon Liu authored
      *     Issue#424 to make `Expression::eval` to be able to do error handling.
      
          Summary:
      
          1. When the expression is evaluated, some wrong judgments are added,
             ifthe expression was failed, an error will be replyed to the user.
      
          2 fixed the crash when using mockStorageServer.
      
      * 1 reformat the code.
      2 Handled some errors.
      6ac39014
    • CPWstatic's avatar
      Implementation of set op. (#696) · 980d437e
      CPWstatic authored
      * Implement union.
      
      * Add distincter.
      
      * Pipe have priority over set operator.
      
      * Ajust error handling.
      
      * Add distinct and implicit type casting for union.
      
      * Inplement intersect and minus.
      
      * Fix format.
      
      * Adrress @monabobo's comment.
      
      * Add result column names.
      
      * Delete distincter and rebase.
      
      * Rebase and fix conflict.
      
      * Address @whitewum's comment.
      
      * Address @laura-ding's comment and rebase.
      980d437e
    • laura-ding's avatar
  20. Aug 08, 2019
    • dangleptr's avatar
      Fix crash problem when stop storage/meta daemon (#732) · 92cd01a7
      dangleptr authored
      * Fix crash problem when stop storage/meta daemon
      
      * Address darion's comments
      
      * Address wadeliuyi's comments
      92cd01a7
    • CPWstatic's avatar
      Implementation of fetch prop (#658) · 9c92ad72
      CPWstatic authored
      * Add fetch prop sentence.
      
      * Add fetch executor.
      
      * Refactoring expression.
      
      * Accomplish fetch tag prop.
      
      * Add ut for fetch vertex.
      
      * Accomplish fetch edge.
      
      * Add ut.
      
      * Refactoring.
      
      * Adjust ut.
      
      * Fix format.wa
      
      * Address @wadeliuyi's comment.
      
      * Fix conflict.
      
      * Refactoring.
      
      * Add distinct support.
      
      * Address comment.
      
      * Fix conflict.
      
      * Fix conflict and adjust distinct.
      
      * Add default value for rank in EdgeRowItem. And collect prop after eval.
      
      * Address laura-ding's comment.
      
      * Fix link error after rebase.
      9c92ad72
  21. Aug 07, 2019