jielinxu
c920ceb65b
[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
2020-01-09 11:39:33 +08:00
jielinxu
4a116a6018
[skip ci] Create SUPPORT.md and RELEASE.md ( #950 )
...
* [skip ci] Create SUPPORT.md
* [skip ci] Create RELEASE.md
2020-01-08 14:51:58 +08:00
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
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
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
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
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
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
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
e7df05303a
Merge pull request #810 from ZhifengZhang-CN/master
...
Update core.yml on Github Actions
2019-12-21 14:36:10 +08:00
quicksilver
2b4851bff6
Update core.yml on Github Actions
2019-12-21 14:35:36 +08:00
quicksilver
11ffa1dfa9
Merge pull request #809 from ZhifengZhang-CN/master
...
Update core.yml on Github Actions
2019-12-21 14:33:58 +08:00
quicksilver
18bdbd1894
Update core.yml on Github Actions
2019-12-21 14:32:46 +08:00
Zhiru Zhu
8e3b4ccd57
Use openblas / lapack from apt install ( #739 )
...
* remove build openblas/lapack and use find_package
* update ubuntu_build_deps.sh
* update build image
* update build image
* update CHANGELOG
* trigger ci
* update image
* update centos build envvironment image on Jenkins CI
* trigger ci
2019-12-21 13:37:53 +08:00
quicksilver
7572329c4a
Merge pull request #803 from ZhifengZhang-CN/master
...
Add Test Framework resource limit on Jenkins CI
2019-12-21 11:48:39 +08:00
Cai Yudong
608c86e8cb
#758 enhance config description ( #804 )
2019-12-21 11:02:01 +08:00
quicksilver
90a800cbee
update pods resource limite on Jenkins CI
2019-12-21 10:38:12 +08:00
quicksilver
e3de59c149
Merge remote-tracking branch 'upstream/master'
2019-12-21 10:30:28 +08:00
quicksilver
cc1fb50672
Merge branch 'master' of https://github.com/ZhifengZhang-CN/milvus
2019-12-20 17:39:03 +08:00
zilliz
02ff4d8a5b
Add Test Framework resource limit on Jenkins CI
2019-12-20 16:12:23 +08:00
quicksilver
3be58e5327
Merge branch 'master' of https://github.com/ZhifengZhang-CN/milvus
2019-12-20 16:01:32 +08:00
quicksilver
31b41d7815
Use Helm version 3 on Jenkins CI ( #798 )
...
* add test enviroment images
* update test enviroment images Dockerfile
* Use Helm version 3 on Jenkins CI
* Use Helm version 3 on Jenkins CI
* Use Helm version 3 on Jenkins CI
* Use Helm version 3 on Jenkins CI
2019-12-20 15:55:02 +08:00
quicksilver
f0e7cd39b6
Merge remote-tracking branch 'upstream/master'
2019-12-20 15:48:02 +08:00
yukun
79957330d7
Put C++ sdk out of milvus/core ( #785 )
...
* Put C++ sdk out of milvus/core
* Delete core/src/sdk
* Add clang-format for c++ sdk
* Add README.md for sdk
* Server unittest run failed on low-end server
* set gpu_cache_capacity to 1G
2019-12-20 14:08:45 +08:00
Cai Yudong
04bd700668
fix Milvus crash when searching and building index simultaneously using SQ8H ( #794 )
...
* #715 fix Milvus crash when searching and building index simultaneously using SQ8H
* #715 fix update
2019-12-19 21:45:14 +08:00
zilliz
1ab333ba1a
Use Helm version 3 on Jenkins CI
2019-12-19 18:52:08 +08:00
zilliz
4a68f9e52a
Use Helm version 3 on Jenkins CI
2019-12-19 17:37:28 +08:00