1. 04 9月, 2020 1 次提交
  2. 20 8月, 2020 1 次提交
  3. 13 8月, 2020 1 次提交
  4. 31 7月, 2020 2 次提交
  5. 28 7月, 2020 2 次提交
  6. 27 7月, 2020 1 次提交
  7. 23 7月, 2020 1 次提交
  8. 23 3月, 2020 1 次提交
  9. 07 3月, 2020 1 次提交
  10. 17 2月, 2020 1 次提交
  11. 26 12月, 2019 1 次提交
  12. 17 12月, 2019 1 次提交
  13. 14 12月, 2019 1 次提交
    • C
      support config cli (#742) · 21e986d1
      Cai Yudong 提交于
      * #665 support get/set config via CLI
      
      * #665 support get/set config via CLI
      
      * #665 add unittest for config CLI
      
      * #665 remove config_node_map_
      
      * #665 remove config_node_map_
      
      * #665 fix clang-format
      
      * #665 fix clang-format
      
      * #665 update changelog
      
      * #665 code clean
      
      * #665 update API interface
      
      * #665 update API interface
      
      * #665 handle server status
      
      * #665 handle unknown command
      
      * #665 update debug log
      
      * #665 support get/set config via CLI
      
      * #665 support get/set config via CLI
      
      * #665 add unittest for config CLI
      
      * #665 remove config_node_map_
      
      * #665 remove config_node_map_
      
      * #665 fix clang-format
      
      * #665 fix clang-format
      
      * #665 update changelog
      
      * #665 code clean
      
      * #665 update API interface
      
      * #665 update API interface
      
      * #665 handle server status
      
      * #665 handle unknown command
      
      * #665 update debug log
      21e986d1
  14. 12 12月, 2019 1 次提交
    • B
      Refactor server module separating Grpc from server handler and scheduler (#757) · 5e045af5
      BossZou 提交于
      * refactoring(create_table done)
      
      * refactoring
      
      * refactor server delivery (insert done)
      
      * refactoring server module (count_table done)
      
      * server refactor done
      
      * cmake pass
      
      * refactor server module done.
      
      * set grpc response status correctly
      
      * format done.
      
      * fix redefine ErrorMap()
      
      * optimize insert reducing ids data copy
      
      * optimize grpc request with reducing data copy
      
      * clang format
      
      * [skip ci] Refactor server module done. update changlog. prepare for PR
      
      * remove explicit and change int32_t to int64_t
      5e045af5
  15. 10 12月, 2019 1 次提交
    • Z
      Add Opentracing (#729) · e99896ac
      Zhiru Zhu 提交于
      * add TracerUtil
      
      * Interceptor ok
      
      * add handler
      
      * add context
      
      * minor update
      
      * keep span in trace context
      
      * add span in search okay
      
      * Update Context.cpp
      
      * refactor
      
      * refactor
      
      * refactor
      
      * format
      
      * add context in SearchJob
      
      * trace search okay
      
      * add back finish span in interceptor
      
      * add namespace
      
      * add tracing config in server config
      
      * add random id
      
      * debug mode okay
      
      * update CMakeLists
      
      * add opentracing to cmake
      
      * update unittest
      
      * add tracing namespace
      
      * remove std::run_time error
      
      * add lock when erasing context_map
      
      * update tracing config
      
      * lint
      
      * update CHANGELOG
      
      * small fix
      
      * fix server unit test
      
      * fix scheduler unit test
      
      * fix db unit test
      
      * lint
      
      * fix db unit test gpu version
      
      * rename to tracing_config
      
      * fix
      
      * update
      
      * trigger ci
      e99896ac
  16. 03 12月, 2019 1 次提交
  17. 02 12月, 2019 2 次提交