- 04 7月, 2020 1 次提交
-
-
由 Jin Hai 提交于
* Increase GRPC concurrency Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * Fix lint Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * Add limitation Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * Fix compilation error Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * Fix compilation error Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * Fix compilation error Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>
-
- 15 6月, 2020 1 次提交
-
-
由 Wang XiangYu 提交于
* enable cron test on 0.10.0 Signed-off-by: Nzw <zw@milvus.io> * fix merge result Signed-off-by: Nshengjun.li <shengjun.li@zilliz.com> * import test_during_creating_index_restart Signed-off-by: Nzw <zw@milvus.io> * config cluster Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config general Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config network Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config storage Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config wal Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config cache Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config gpu and metrics Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config logs Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update server_config.template Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update changelog Signed-off-by: Nwxyu <xy.wang@zilliz.com> * config with unit Signed-off-by: Nwxyu <xy.wang@zilliz.com> * fix clang-format Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update unittests Signed-off-by: Nwxyu <xy.wang@zilliz.com> * disable restart case Signed-off-by: Nzw <zw@milvus.io> * fix gpu compile failed Signed-off-by: Nwxyu <xy.wang@zilliz.com> * Fix lint and comments Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * fix wal unittest failed Signed-off-by: Nwxyu <xy.wang@zilliz.com> * fix some unittests Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update config test cases Signed-off-by: Nzw <zw@milvus.io> * Fix config error Signed-off-by: Nyhz <413554850@qq.com> * remove unused code Signed-off-by: Nwxyu <xy.wang@zilliz.com> * Update CHANGELOG Signed-off-by: NJinHai-CN <hai.jin@zilliz.com> * [skip-ci] fix test cases Signed-off-by: Nzw <zw@milvus.io> * fix config storage Signed-off-by: Nwxyu <xy.wang@zilliz.com> * make -j3 on ci Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update python test Signed-off-by: Nwxyu <xy.wang@zilliz.com> * remove unused code Signed-off-by: Nwxyu <xy.wang@zilliz.com> * fix ut Signed-off-by: Nwxyu <xy.wang@zilliz.com> * fix ut Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update status message Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update Signed-off-by: Nwxyu <xy.wang@zilliz.com> * fix set config bug Signed-off-by: Nwxyu <xy.wang@zilliz.com> Co-authored-by: Nzw <zw@milvus.io> Co-authored-by: Nshengjun.li <shengjun.li@zilliz.com> Co-authored-by: NJinHai-CN <hai.jin@zilliz.com> Co-authored-by: Nyhz <413554850@qq.com>
-
- 09 5月, 2020 1 次提交
-
-
由 Cai Yudong 提交于
* use macro STATUS_CHECK Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com> * comment S3 related config APIs Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com> * fix clang-format Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
-
- 15 4月, 2020 1 次提交
-
-
由 Wang XiangYu 提交于
* update log format Signed-off-by: Nwxyu <xy.wang@zilliz.com> * add new log macro Signed-off-by: Nwxyu <xy.wang@zilliz.com> * use new log macro instead Signed-off-by: NXiangyu Wang <xy.wang@zilliz.com> * add SetThreadName function Signed-off-by: Nwxyu <xy.wang@zilliz.com> * clang-format Signed-off-by: Nwxyu <xy.wang@zilliz.com> * set thread name Signed-off-by: NXiangyu Wang <xy.wang@zilliz.com> * add changelog Signed-off-by: Nwxyu <xy.wang@zilliz.com> * add git ignore .swp file Signed-off-by: Nwxyu <xy.wang@zilliz.com> * update log level in LogUtil.cpp Signed-off-by: Nwxyu <xy.wang@zilliz.com>
-
- 07 3月, 2020 1 次提交
-
-
由 yudong.cai 提交于
Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
-
- 17 2月, 2020 1 次提交
-
-
由 Jin Hai 提交于
* #1240 Update license declaration of each files Signed-off-by: Njinhai <hai.jin@zilliz.com> * #1240 Update CHANGELOG Signed-off-by: Njinhai <hai.jin@zilliz.com>
-
- 13 1月, 2020 1 次提交
-
-
由 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 * add web server * [skip ci] add license in web module * modify header include & comment oatpp environment config * add port configure & create table in handler * modify web url * simple url complation done & add swagger * make sure web url * web functionality done. debuging * add web unittest * web test pass * add web server port * add web server port in template * update unittest cmake file * change web server default port to 19121 * rename method in web module & unittest pass * add search case in unittest for web module * rename some variables * fix bug * unittest pass * web prepare * fix cmd bug(check server status) * update changlog * add web port validate & default set * clang-format pass * add web port test in unittest * add CORS & redirect root to swagger ui * add web status * web table method func cascade test pass * add config url in web module * modify thirdparty cmake to avoid building oatpp test * clang format * update changlog * add constants in web module * reserve Config.cpp * fix constants reference bug * replace web server with async module * modify component to support async * format * developing controller & add test clent into unittest * add web port into demo/server_config * modify thirdparty cmake to allow build test * remove unnecessary comment * add endpoint info in controller * finish web test(bug here) * clang format * add web test cpp to lint exclusions * check null field in GetConfig * add macro RETURN STATUS DTo * fix cmake conflict * fix crash when exit server * remove surplus comments & add http param check * add uri /docs to direct swagger * format * change cmd to system * add default value & unittest in web module * add macros to judge if GPU supported * add macros in unit & add default in index dto & print error message when bind http port fail * format (fix #788) * fix cors bug (not completed) * comment cors * change web framework to simple api * comments optimize * change to simple API * remove comments in controller.hpp * remove EP_COMMON_CMAKE_ARGS in oatpp and oatpp-swagger * add ep cmake args to sqlite * clang-format * change a format * test pass * change name to * fix compiler issue(oatpp-swagger depend on oatpp) * add & in start_server.h * specify lib location with oatpp and oatpp-swagger * add comments * add swagger definition * [skip ci] change http method options status code * remove oatpp swagger(fix #970) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * [skip ci] Fix some broken links (#960) * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken links * fix issue 373 (#964) * fix issue 373 * Adjustment format * Adjustment format * Adjustment format * change readme * #966 update NOTICE.md (#967) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * adjust web port cofig place * rename web_port variable * set advanced config name add DEFAULT Co-authored-by: Njielinxu <52057195+jielinxu@users.noreply.github.com> Co-authored-by: NJackLCL <53512883+JackLCL@users.noreply.github.com> Co-authored-by: NCai Yudong <yudong.cai@zilliz.com>
-
- 06 1月, 2020 1 次提交
-
-
由 yukun 提交于
* Add push mode for prometheus monitor * format code * fix for comments * fix test_MetricBase bug * Change ip to address in config
-
- 12 12月, 2019 1 次提交
-
-
由 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
-
- 10 12月, 2019 1 次提交
-
-
由 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
-
- 07 11月, 2019 1 次提交
-
-
由 fishpenguin 提交于
-
- 14 10月, 2019 1 次提交
-
-
由 starlord 提交于
Former-commit-id: 898c2c8b0b2cfdc1b8664062aa0ea910a93566dd
-
- 29 9月, 2019 1 次提交
-
-
由 starlord 提交于
Former-commit-id: 18ae9b5711cabd59baf7e0784583f99a655bf9c2
-
- 28 9月, 2019 1 次提交
-
-
由 starlord 提交于
Former-commit-id: c817c67a409054a49da2be878872e885a0b3e041
-
- 26 9月, 2019 1 次提交
-
-
由 starlord 提交于
Former-commit-id: 5502293863810d216a6c8c46a28eb76bfa30bd12
-
- 25 9月, 2019 1 次提交
-
-
由 yudong.cai 提交于
Former-commit-id: 7a843fa57779637761a80def4705a37f9805ceaf
-
- 21 9月, 2019 2 次提交
-
-
由 yudong.cai 提交于
Former-commit-id: 2b0ef94293017c64a2f17616a3089e7f0cdd6b2b
-
由 yudong.cai 提交于
Former-commit-id: 6011f32d650d26367ab84f4bf8521889881f2629
-
- 20 9月, 2019 1 次提交
-
-
由 yudong.cai 提交于
Former-commit-id: 2d11027d4b70632e22b3100fb2bde91c86972969
-
- 19 9月, 2019 2 次提交
-
-
由 yudong.cai 提交于
Former-commit-id: a357dd78d214c3f2c39538ea32f7fc492d72b6f2
-
由 yudong.cai 提交于
Former-commit-id: 32b92068024731fcc3451271c7f66f8a37b68cbd
-
- 18 9月, 2019 2 次提交
- 17 9月, 2019 1 次提交
-
-
由 jinhai 提交于
Former-commit-id: e09b7dd7872372fa0ece9f5d18ec4c316b89cbe8
-
- 11 9月, 2019 1 次提交
-
-
由 Yu Kun 提交于
Former-commit-id: c550390a97917b975fe456a733efda7d5b17c099
-
- 10 9月, 2019 1 次提交
-
-
由 Yu Kun 提交于
Former-commit-id: 18af543a28ac54c150f11135c88016311e34251b
-
- 05 9月, 2019 2 次提交
- 02 9月, 2019 1 次提交
-
-
由 Yu Kun 提交于
Former-commit-id: 5d9e7b62470cf48ba84d7be358b0f277268fa831
-
- 31 8月, 2019 1 次提交
-
-
由 starlord 提交于
Former-commit-id: 08bf7c7731e35f6befe741729f931c45cc3baa45
-
- 13 8月, 2019 1 次提交
-
-
由 Yu Kun 提交于
Former-commit-id: 1f5919bfd2b3a08422c408922733e40edd9c5db2
-
- 09 8月, 2019 2 次提交
- 07 8月, 2019 1 次提交
-
-
由 kun yu 提交于
Former-commit-id: 9da07f5bcfcd872c2f9328bf1a5dae3b16553ed9
-
- 05 8月, 2019 1 次提交
-
-
由 kun yu 提交于
Former-commit-id: dd645c73b6983f86c5ed3b1a5a3480673bad4538
-
- 24 7月, 2019 1 次提交
-
-
由 kun yu 提交于
Former-commit-id: 6b4afd3c15236340eb666f22a0150ce090202b04
-
- 22 7月, 2019 1 次提交
-
-
由 kun yu 提交于
Former-commit-id: aee405b98f44290051fe022387c42bcb6d68cc76
-