Skip to content
Snippets Groups Projects
  1. Dec 11, 2019
    • Simon Liu's avatar
      Issue #714 Added the fuzzy test. (#1011) · 1b92b7b8
      Simon Liu authored
      * Issue #714 Added the fuzzy test.
      
      sumarry:
      
      1. Added a new parameter "fuzzer" to nebula_add_test(cmake).
         Turn on this parameter indicates that the current test is a fuzzy test.
      2. Currently only a simple fuzzy test has been added for paser module.
      3. The current fuzzy test only supports Clang, so if the compiler was gcc it will skip.
      
      * Move the fuzzer test from the "test" directory to the "fuzzing" directory.
      
      * added the missed cmake file.
      
      * 1. Added a document for fuzz test
      2. Added the AFL dictionary for fuzzy test
      
      * Fixed conflict.
      
      * address @dutor's comment.
      
      * Add a new cmake option ENABLE_FUZZ_TEST to control whether to enable the fuzz test.
      1b92b7b8
    • yaphet's avatar
      [Index] Support index in meta service (#472) · c31bcf61
      yaphet authored
      c31bcf61
    • wilsonyou's avatar
      [doc]Manual en readme (#1397) · 6f3c087f
      wilsonyou authored
      6f3c087f
  2. Dec 09, 2019
  3. Dec 06, 2019
  4. Dec 05, 2019
  5. Dec 04, 2019
    • bright-starry-sky's avatar
      Implement CHECKPOINT for cluster snapshot (#1199) · c22f7842
      bright-starry-sky authored
      Support to create checkpoint for the whole cluster. 
      We could use command in console to create/drop/list checkpoints.
      
      To restore from some checkpoint,  users should stop the whole cluster and override data dir with related snapshot dir.  Of course, we will give a tool for that later. 
      
      c22f7842
    • CPWstatic's avatar
      Fix graphd crash problem caused by SetExecutor. (#1371) · 05f69a2f
      CPWstatic authored
      * Fix possible crash problem in SetExecutor.
      Calling Promise::SetValue in onResult would make the memory been deleted while onFinish might been called in another context.
      
      * Fix memory leak in ColumnSpecification.
      05f69a2f
  6. Dec 02, 2019
  7. Nov 29, 2019
  8. Nov 28, 2019
    • CPWstatic's avatar
      Go reversely. (#1349) · 58d611d7
      CPWstatic authored
      * Support go reversely.
      
      * Save column types.
      
      * Get edges with ranking when travese reversely.
      
      * Address comment.
      58d611d7
  9. Nov 27, 2019
  10. Nov 26, 2019
  11. Nov 25, 2019
    • CPWstatic's avatar
      Support geo. (#1038) · 6e855afe
      CPWstatic authored
      * Add geo support.
      
      * Support near function used in from clause.
      
      * Add basic test for geo.
      
      * Add test for geo.
      
      * Modify geo types.
      
      * Rebase and solve conflict.
      
      * Add gflags for geo config.
      
      * Address comment.
      
      * Add cos_similarity function.
      
      * Remove the reserved param in near function.
      6e855afe
    • Doodle's avatar
      support expression in update configs (#1273) · 1c388158
      Doodle authored
      * support expression in update configs
      
      * fix ut
      
      * Return error of string option
      
      * remove some rocksdb configs, support change more configs in console
      
      * remove change in default template
      
      * fix ut
      
      * update gflags.json
      1c388158
    • Xinglu Yee's avatar
      Fix GitHub Actions failure and upload release assets automatically (#1308) · e105df40
      Xinglu Yee authored
      * Fix GitHub Actions failure and upload release asset automatically
      
      Fix compile error in centos6
      
      Add release actions
      
      Fix steps syntax error
      
      Fix tag name error
      
      Test steps outputs in different jobs
      
      Use file to transfer variables between jobs
      
      Use artifacts to share data
      
      Fix upload url
      
      Try to fix appendding url file
      
      Use github api to upload assets
      
      Fix action event
      
      Fix job dependency
      
      Use scripts to upload asset
      
      Refactor vars of outputs between steps
      
      Fix permission denied error
      
      Use upload release asset action
      
      Rename step
      
      Try to fix tag fetch method
      
      Fix upload url
      
      Reuse upload script for node version error in docker container
      
      Cleanup
      
      Fix version var
      
      Fix docker job
      
      * Use sha256sum to compute hash
      
      * Rename SHA EXT
      
      * Upgrade azure docker login action
      
      * Use basename to simplify filename parsing
      e105df40
  12. Nov 22, 2019
  13. Nov 21, 2019
  14. Nov 20, 2019
  15. Nov 19, 2019
  16. Nov 18, 2019
  17. Nov 16, 2019
  18. Nov 12, 2019
    • Doodle's avatar
      Balance stop (#1238) · e3a9d90d
      Doodle authored
      * balance stop
      
      * address dangleptr's comments
      
      * update log, fix ut
      e3a9d90d
    • laura-ding's avatar
      Implement GROUP BY (#749) · d539a9fd
      laura-ding authored
      * Implement group by
      
      * Add stdev, bit_and, bit_or, bit_xor
      
      * Rebase upstream
      
      * Address comments and rebase upstream
      
      * rebase master
      
      * Rebase upstream
      
      * Improve the implementation
      
      * Fix yield col not in group cols
      
      * support aggregation in YIELD
      
      * Address CPWstatic and liuyu85cn's comments
      d539a9fd
  19. Nov 08, 2019
  20. Nov 07, 2019
  21. Nov 05, 2019