Commit Graph

4770 Commits (c6f5dad104e69e69ca482a5e2e91fa302f2fddaa)

Author SHA1 Message Date
jielinxu 95be87026a Create SECURITY.md (#947) 2020-01-08 10:40:30 +08:00
Cai Yudong 3c02b4b581 add s3 mock for unittest (#937)
* #815 change S3 client_ptr_ to shared_ptr

* #815 install test_storage to unittest

* #815 add MockS3Client.h for unittest

* #815 optimize MockS3Client.h

* #815 update unittest

* #815 update unittest

* #815 fix clang-format

* #815 use FIU for unittest

* #815 enable FIU in jenkins

* #815 update unittest

* #815 enable FIU in docker build
2020-01-08 10:39:05 +08:00
Jin Hai 988dc399ac
Add CODEOWNERS file (#945)
* [skip ci]#668 - Update badge of README

* Fix README.md

* Fix README.md

* Merge remote-tracking branch 'upstream/master'

* #910 Change c++ standard to c++17

* Remove unused headers

* #910 Change Milvus c++ standard to c++17

* #910 Change Milvus c++ standard to c++17

* #941 Update CONTRIBUTING.md

* [skip ci] Add CODEOWNERS file #943

* Add bestpractice badge
2020-01-07 18:29:16 +08:00
jielinxu a1d722a64a Create pull request template (#944)
* Update README.md

* [skip ci] Add IVFLAT links

* [skip ci] Minor

* Create PULL_REQUEST_TEMPLATE.md
2020-01-07 17:57:27 +08:00
Jin Hai 4c2276a91c
Update CONTRIBUTING.md (#942)
* [skip ci]#668 - Update badge of README

* Fix README.md

* Fix README.md

* Merge remote-tracking branch 'upstream/master'

* #910 Change c++ standard to c++17

* Remove unused headers

* #910 Change Milvus c++ standard to c++17

* #910 Change Milvus c++ standard to c++17

* #941 Update CONTRIBUTING.md
2020-01-07 17:04:15 +08:00
del-zhenwu 7cad494101 Enhance testing framework based on kubernetes (#935)
* Update framework

* remove files

* Remove files

* Remove ann-acc cases && Update java-sdk cases
2020-01-07 16:20:37 +08:00
Cai Yudong 69d42a3d70 remove collector from config (#939)
* #931 remove collector from config

* #931 fix test_metrics build error
2020-01-07 16:14:38 +08:00
yukun a92a43e282 Add push mode for prometheus monitor (#905)
* Add push mode for prometheus monitor

* format code

* fix for comments

* fix test_MetricBase bug

* Change ip to address in config
2020-01-06 18:35:10 +08:00
Jin Hai 28e61ee4ec
[skip ci] Change Milvus c++ standard to c++17 (#932)
* [skip ci]#668 - Update badge of README

* Fix README.md

* Fix README.md

* Merge remote-tracking branch 'upstream/master'

* #910 Change c++ standard to c++17

* Remove unused headers

* #910 Change Milvus c++ standard to c++17

* #910 Change Milvus c++ standard to c++17
2020-01-06 17:40:28 +08:00
quicksilver c2643317c9 Change milvus helm version to master (#929)
* specify multiple urls on sqlite_orm download stage

* fix bug

* fix bug

* specify multiple urls on opentracing download stage

* fix bug

* specify multiple urls on download stage

* delete jfrog cache

* print jenkins enviroment variables

* print jenkins enviroment variables

* fix check_ccache.sh bug

* debug

* Update Jenkinfile

* Add build enviroment resource limit on Jenkins CI

* remove Jfrog cache build option

* Custom defined name for the upload on Codecov

* change milvus helm version to master
2020-01-06 17:11:55 +08:00
quicksilver b005e23178 change milvus helm version to master 2020-01-06 15:26:26 +08:00
quicksilver 7af7ebf20c Merge remote-tracking branch 'upstream/master' 2020-01-06 14:57:07 +08:00
jielinxu 3ecfe1d9c3 [skip ci] Update README.md (#896)
* Update README.md

* [skip ci] Add IVFLAT links

* [skip ci] Minor
2020-01-06 11:06:14 +08:00
Jin Hai a876ae1b64
Change C++ standard to c++17 (#911)
* [skip ci]#668 - Update badge of README

* Fix README.md

* Fix README.md

* Merge remote-tracking branch 'upstream/master'

* #910 Change c++ standard to c++17

* Remove unused headers
2020-01-04 18:48:22 +08:00
李盛俊 82eb69fbed remove redundant checks (#860) (#907)
* delete redundant check (#860)

* add changelog

Co-authored-by: Jin Hai <hai.jin@zilliz.com>
2020-01-04 15:52:48 +08:00
Cai Yudong 28da6c73d0 #908 move primary_path and secondary_path to storage config (#909) 2020-01-04 15:44:46 +08:00
Cai Yudong b9d9b8ecc2 support minio storage (#895)
* #815 add S3 client

* #815 update S3 interface

* #815 add bucket_name_ as class field, add StartService() and StopService()

* #815 add FileIOReader and FileIOWriter

* #815 fix unittest test_storage build error

* #815 add GetObjectStr()

* #815 add S3IOReader/S3IOWriter

* #815 add ListObjects(), support put string with \0, launch S3 service when server start

* #815 read/write s3 index file pass

* #815 add MinIO related config

* #815 fix storage config issuegs

* #815 code clean

* #815 use local file or S3 via minio_enable

* #815 add DeleteObjects() for S3

* #815 print out IO rate when read_index & write_index

* #815 clean code

* #815 fix centos build error

* #815 support MinIO storage

* #815 fix typo
2020-01-04 10:39:52 +08:00
shengjh ba36d18d10 Fix mysqlmetaimpl (#869)
* *fix mysqlMetaImpl Initialize failed create directory

* *style: format code

* *style: format code

* *style: format code

* *style: format code

* *fix: sqliteMetaImpl Initialize failed create directory

* add empty line to trigger CI
2020-01-02 17:32:41 +08:00
Yukikaze-CZR 397a757f6f IVFTest.gpu_seal_test unittest failed #805 (#888)
* Add log to debug #678

* Rename nsg_mix to RNSG in C++ sdk #735

* [skip ci] change __function__

* clang-format

* IVFTest.gpu_seal_test unittest failed #805

* rerun jenkins CI

* fix test_util
2020-01-02 14:03:28 +08:00
quicksilver 62c2c3c7bb Merge remote-tracking branch 'upstream/master' 2019-12-31 15:05:36 +08:00
Lutkin Wang 36042605ae [skip ci] Fix some broken links in the readme files (#879)
* [skip ci] Fixed some broken links.

* [skip ci] Fix another broken link.

* [skip ci] Fix some broken links.

* [skip ci] Fix some broken links.
2019-12-31 10:54:48 +08:00
Cai Yudong a8756559c4 add interface GetConfig()/SetConfig() (#877)
* #665 add interface GetConfig()/SetConfig()

* #665 remove test code
2019-12-31 10:47:52 +08:00
Heisenberg-Y 1e72267a65 add cpu mode for built-in Faiss (#841)
* add cpu mode for built-in Faiss

* delete customization options on build stage

* delete faiss version

* delete customization options on build stage

* fix unittest problem in cpu mode

* fix unittest problem in cpu mode

Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com>
Co-authored-by: Jin Hai <hai.jin@zilliz.com>
2019-12-28 17:28:11 +08:00
Cai Yudong 9f65f228a1 #848 add ready-to-use config files to the Milvus repo for enhanced user experience (#858) 2019-12-28 14:24:19 +08:00
Lutkin Wang 3401b4d0e8 Remove outdated content and fix broken link (#856)
* [skip ci] Remove outdated content.

* [skip ci] Remove outdated content.

* [skip ci] Remove outdated content.
2019-12-27 18:58:16 +08:00
quicksilver d606f33eef Custom defined name for the upload on Codecov (#840)
* specify multiple urls on sqlite_orm download stage

* fix bug

* fix bug

* specify multiple urls on opentracing download stage

* fix bug

* specify multiple urls on download stage

* delete jfrog cache

* print jenkins enviroment variables

* print jenkins enviroment variables

* fix check_ccache.sh bug

* debug

* Update Jenkinfile

* Add build enviroment resource limit on Jenkins CI

* remove Jfrog cache build option

* Custom defined name for the upload on Codecov
2019-12-26 20:55:29 +08:00
quicksilver 4e6aee95dd Merge branch 'master' of https://github.com/ZhifengZhang-CN/milvus 2019-12-26 17:26:28 +08:00
quicksilver 1bbbc8e59d Custom defined name for the upload on Codecov 2019-12-26 17:26:15 +08:00
quicksilver 1b1cc27c8c Merge remote-tracking branch 'upstream/master' 2019-12-26 17:15:11 +08:00
del-zhenwu b140d8259b Update pip source (#822)
* Update pip source

* Update requirements

* Remove query range case
2019-12-26 14:19:52 +08:00
ABNER-1 546a1fcb74 Fix common util judge error (#835)
*  '#831 fix exe_path judge error'

* #831 fix exe_path judge error
2019-12-26 14:18:11 +08:00
Cai Yudong 09701c3f2b #216 add CLI to get system info (#806) 2019-12-26 14:16:20 +08:00
quicksilver 03ec41070a Remove Jfrog Cache on Jenkins CI (#827)
* specify multiple urls on sqlite_orm download stage

* fix bug

* fix bug

* specify multiple urls on opentracing download stage

* fix bug

* specify multiple urls on download stage

* delete jfrog cache

* print jenkins enviroment variables

* print jenkins enviroment variables

* fix check_ccache.sh bug

* debug

* Update Jenkinfile

* Add build enviroment resource limit on Jenkins CI

* remove Jfrog cache build option
2019-12-26 10:33:05 +08:00
quicksilver c87dfa2a72 remove Jfrog cache build option 2019-12-25 23:56:04 +08:00
quicksilver 052cfd73de Add build enviroment resource limit on Jenkins CI 2019-12-25 23:51:27 +08:00
quicksilver 4c3fd87139 Update Jenkinfile 2019-12-25 20:57:32 +08:00
groot df4cb81f69 If partition tag is similar, wrong partition is searched (#825)
* #766 If partition tag is similar, wrong partition is searched

* #766 If partition tag is similar, wrong partition is searched

* reorder changelog id

* typo
2019-12-25 17:20:16 +08:00
quicksilver 84c264f4e1 debug 2019-12-25 17:01:48 +08:00
quicksilver 085e621cbe fix check_ccache.sh bug 2019-12-25 16:34:04 +08:00
quicksilver 974ad885d0 Merge remote-tracking branch 'upstream/master' 2019-12-25 16:14:10 +08:00
quicksilver b8e95a0cf7 print jenkins enviroment variables 2019-12-25 16:03:01 +08:00
quicksilver 211e7bcf3b print jenkins enviroment variables 2019-12-25 15:40:56 +08:00
Tinkerrr d37670bd3e Remove Arrow (#817)
* replace arrow

* format

* update changelog

* code-style

* fix bug

* fix 2

* fix 3

* fix 4

* change build timeout on Jenkinsfile
2019-12-25 15:34:51 +08:00
quicksilver 24fd7ceede delete jfrog cache 2019-12-25 12:04:00 +08:00
quicksilver 685d199ae9 Specify multiple urls on download stage (#820)
* specify multiple urls on sqlite_orm download stage

* fix bug

* fix bug

* specify multiple urls on opentracing download stage

* fix bug

* specify multiple urls on download stage
2019-12-25 09:56:47 +08:00
quicksilver ac77e075e4 specify multiple urls on download stage 2019-12-24 17:36:47 +08:00
quicksilver 207fa91725 fix bug 2019-12-24 16:43:24 +08:00
quicksilver 55be02f770 specify multiple urls on opentracing download stage 2019-12-24 16:39:42 +08:00
quicksilver 18b42236ba fix bug 2019-12-24 16:16:26 +08:00
quicksilver a2cc79cbc9 fix bug 2019-12-24 16:08:26 +08:00