Skip to content
Snippets Groups Projects
  1. Oct 28, 2019
    • Xinglu Yee's avatar
      Update docker related configuration (#1074) · 06a482da
      Xinglu Yee authored
      * Reset log level and stderrthreshold
      
      Fold too long line in Dockerfile
      
      Decrease data loading interval seconds and fix typos
      
      * Set default constructor and destructor
      
      Comment exposed ports
      
      Format commands
      
      Increase number worker threads
      
      Export ports of web server
      
      Add build docker image bash
      
      Fix nebula spec
      
      Add package and build matrix test
      
      Fix expose ports in docker compose yaml file
      
      Upgrade new docker image and docker-compose deployment method
      
      Mount local directory to container
      
      Ignore docker data/logs folders
      
      Restart on failure
      
      * Move docker-compose configure file to other repo
      
      vesoft/nebula-docker-compose
      
      Fix docker image tag
      
      * Use matrix of action to parallel jobs
      
      * Update package script
      
      Delete package type parameter for package script
      
      Fix package errors
      
      Source bash environment variables
      
      Add BASH_ENV variable
      
      Use absolute path for cmake and ctest
      
      Add library path
      
      Add nebula bin env variable
      
      Test package
      
      Test env variable for library path
      
      Fix package project path error
      
      Update env variables
      
      Fix system check branch error
      
      * Rename ci workflow file
      
      * Fix package error
      
      * Rename and cancel multithreads for ctest in CI
      
      * Try test in singlethread and add tag release package trigger
      
      * Fix uploaded artifacts name
      
      Ignore docs path for build workflow
      
      Use short commit sha when no version
      
      Exact match
      
      Add badge image link
      
      Address comments of PR review
      06a482da
    • Amber Zhang's avatar
      [doc]docker and typo (#1147) · 8d5eaed3
      Amber Zhang authored
      * docker and typo
      
      * yee's comment
      8d5eaed3
  2. Oct 25, 2019
    • whitewum's avatar
      [doc] fix some errors (#1142) · 1ecfeda4
      whitewum authored
      * fix small errors
      
      * fix latest->nightly
      
      * typo
      
      * int-double convertion is not supported any more
      csv importer
      
      * address laura
      1ecfeda4
  3. Oct 24, 2019
  4. Oct 23, 2019
  5. Oct 22, 2019
    • Simon Liu's avatar
      Issue #1126 graphd crashed (#1128) · e05e3420
      Simon Liu authored
      Fixed an issue that encountered an unimplemented grammar that could cause a crash.
      e05e3420
    • laura-ding's avatar
      Implement limit (#750) · 759cc263
      laura-ding authored
      * Implement limit
      
      * Rebase upstream
      
      * Adrress wadeliuyi and whitewum's comments
      
      * Rebase upstream
      
      * Add vid and timestamp
      
      * rebase upstream
      
      * Adrress Simon Liu's comments
      
      * rebase upstream
      
      * Adrress Simon Liu's comments
      759cc263
  6. Oct 21, 2019
  7. Oct 18, 2019
  8. Oct 17, 2019
    • dutor's avatar
      Fixed linebreak issue in console (#1104) · 0d5e30bd
      dutor authored
      0d5e30bd
    • CPWstatic's avatar
      Shortest path and all paths (#847) · 280e24c0
      CPWstatic authored
      * Add find path sentence.
      
      * Add getFrontiers.
      
      * Add findPath.
      
      * Update visited vertex.
      
      * Consider even length path.
      
      * Add test no filter.
      
      * Refactoring. Add tuple<id, +/-type, ranking> to indicate a step in a path.
      
      * Support find all path.
      
      * Refactoring the prepare part.
      
      * Add shortest path test case.
      
      * Enhancement with clearing the interim path.
      
      * Verify result with string.
      
      * Enhancement, and print edge in cmdprocessor.
      
      * Add column type of path.
      
      * Building path with ptr(Enhancement).
      
      * Rebase and support multi edges
      
      * Add multi edges test.
      
      * 1. Use high priority for get-neighbors task when find path.
      2. Update the formats in console for path.
      
      * Debug: duplicate path found. Solution: clear ids before copy.
      
      * Rebase and solve conflict.
      
      * Remove barrier.
      
      * Rebase and address comment.
      280e24c0
    • CPWstatic's avatar
      udf function is_in() (#1096) · e89c8a28
      CPWstatic authored
      * Support comparison function in().
      
      * Update.
      e89c8a28
  9. Oct 15, 2019
    • Jerry's avatar
      Update README.md (#1072) · af7d7bf5
      Jerry authored
      According to my practice, I think the  [manual](docs/README.md) is more about "How to use" than "How to get", it's better divided in a new category.
      af7d7bf5
  10. Oct 14, 2019
  11. Oct 12, 2019
  12. Oct 11, 2019
  13. Oct 10, 2019
  14. Oct 09, 2019
  15. Oct 08, 2019
  16. Sep 30, 2019
  17. Sep 29, 2019
  18. Sep 28, 2019
  19. Sep 27, 2019
    • dangleptr's avatar
      Make balance works (#881) · 4224999c
      dangleptr authored
      * Implement member change
      
      * Address wadeliuyi's comments
      
      * Add Balance UT
      
      * Fix failed Meta http Uts
      
      * Add balance data and balance data id command in console
      
      * Fix bugs
      
      * Fix stale peers when add part
      
      * Fix bugs
      
      * Remove retry logic and fix stale log response
      
      * Address cirtical27's comments
      
      * Fix snapshot_test
      
      * Fix bug in snapshot
      
      * Remove check in commitTransferLeader
      4224999c
  20. Sep 25, 2019