1. 16 12月, 2019 1 次提交
    • Q
      enable build milvus on centos7 (#769) · 952f3435
      quicksilver 提交于
      * enable build milvus on centos7
      
      * Update build enviroment Centos7 dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * add centos7_build_deps.sh
      
      * add centos7 build cpu version enviroment
      
      * add centos7 on github actions
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * update ci/docker/centos-7-core.dockerfile
      
      * fix github actions bug
      
      * update centos7 case on github actions
      
      * update docker-compose.yml
      
      * debug centos case on github actions
      
      * debug centos case on github actions
      
      * add centos7 deploy dockerfile
      952f3435
  2. 14 12月, 2019 2 次提交
    • 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
    • C
      support config cli test 2 (#764) · 41d7500f
      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 rollback CmdRequest.cpp
      41d7500f
  3. 13 12月, 2019 1 次提交
  4. 12 12月, 2019 4 次提交
    • Q
      Merge pull request #761 from ZhifengZhang-CN/master · 93d9dc37
      quicksilver 提交于
      update github actions core.yml
      93d9dc37
    • Q
      update github actions core.yml · 2d4344fd
      quicksilver 提交于
      2d4344fd
    • Q
      Add Github Actions and remove Travis CI (#752) · d1b79da6
      quicksilver 提交于
      * add github actions
      
      * add amd64-ubuntu-18.04-cache volumes
      
      * update core.yml in github actions
      
      * update ci/docker/ubuntu-18.04-core.dockerfile
      
      * update CI scripts file
      
      * update github actions
      
      * update github actions
      
      * update github actions
      
      * remove Travis CI
      
      * update docker-compose.yml
      
      * update ci scripts files
      
      * update docker-compose.yml
      d1b79da6
    • 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
  5. 11 12月, 2019 1 次提交
    • Y
      clang-format (#743) · 47621f06
      Yukikaze-CZR 提交于
      * Add log to debug #678
      
      * Rename nsg_mix to RNSG in C++ sdk #735
      
      * [skip ci] change __function__
      
      * clang-format
      47621f06
  6. 10 12月, 2019 4 次提交
    • Y
      Add log to debug #678 (#733) · f3750921
      Yukikaze-CZR 提交于
      * Add log to debug #678
      
      * Rename nsg_mix to RNSG in C++ sdk #735
      
      * [skip ci] change __function__
      f3750921
    • valerianian's avatar
      [skip ci] Update the number of contributors. (#741) · 77d2d9b6
      valerianian 提交于
      77d2d9b6
    • 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
    • M
      update jenkins ci (#734) · 79181aa1
      milvus-ci-robot 提交于
      79181aa1
  7. 09 12月, 2019 4 次提交
    • A
      docs: add levylll as a contributor (#730) · 2b27ea58
      allcontributors[bot] 提交于
      * docs: update README.md [skip ci]
      
      * docs: update .all-contributorsrc [skip ci]
      2b27ea58
    • W
      Remove unused codes (#732) · 4847e502
      Wang XiangYu 提交于
      * remove unused function and comments
      
      * remove always-true parameter
      
      * run on python2 explicitly
      
      * fix clang-format
      4847e502
    • A
      docs: add PizzaL as a contributor (#726) · ce1b42c6
      allcontributors[bot] 提交于
      * docs: update README.md [skip ci]
      
      * docs: update .all-contributorsrc [skip ci]
      ce1b42c6
    • X
      Mishards synced to 0.6.0 release (#725) · 0a134dab
      XuPeng-SH 提交于
      * [skip ci](shards): update to support milvus 0.6.0
      
      * [skip ci](shards): add show partitions
      
      * [skip ci](shards): add drop partition
      
      * [skip ci](shards): add create partition
      
      * [skip ci](shards): update search for partition
      
      * [skip ci](shards): fix search partion bugs
      
      * [skip ci](shards): update all in one demo
      
      * [skip ci](shards/doc): update image in readme
      0a134dab
  8. 07 12月, 2019 5 次提交
  9. 06 12月, 2019 3 次提交
    • G
      fix unittest (#720) · 2b40ddbb
      groot 提交于
      * #670 Random failure of unittest db_test::SEARCH_TEST
      
      * add an important log
      
      * add an important log
      
      * add an important log
      
      * #674 server down in stability test
      
      * add more log
      
      * remove log
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      2b40ddbb
    • C
      show last commit id when server start (#717) · 11935267
      Cai Yudong 提交于
      * #709 show last commit id when server start
      
      * #709 fix typo error
      11935267
    • G
      Set nlist to default after drop index (#719) · 5bec93bf
      groot 提交于
      * #670 Random failure of unittest db_test::SEARCH_TEST
      
      * add an important log
      
      * add an important log
      
      * add an important log
      
      * #674 server down in stability test
      
      * add more log
      
      * remove log
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      5bec93bf
  10. 05 12月, 2019 5 次提交
  11. 04 12月, 2019 10 次提交