Exclude third-party code from codebeat (#1379)

* #1240 Update license declaration of each files

Signed-off-by: jinhai <hai.jin@zilliz.com>

* #1240 Update CHANGELOG

Signed-off-by: jinhai <hai.jin@zilliz.com>

* change file name to uppercase

Signed-off-by: jinhai <hai.jin@zilliz.com>

* #1327 Exclude third-party code from codebeat

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>

* #1327 Exclude third-party code from codebeat

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>
pull/1381/head^2
Jin Hai 2020-02-25 23:09:31 +08:00 committed by GitHub
parent e55f72cad7
commit c6f5dad104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

3
.codebeatignore Normal file
View File

@ -0,0 +1,3 @@
core/src/index/thirdparty/*
sdk/build-support/*
core/build-support/*

View File

@ -57,6 +57,7 @@ Please mark all change in change log and use the issue from GitHub
- \#1320 - Remove debug logging from faiss
## Task
- \#1327 - Exclude third-party code from codebeat
# Milvus 0.6.0 (2019-12-07)

9
DESIGN.md Normal file
View File

@ -0,0 +1,9 @@
# Milvus Design Documents
If you would like to propose a new feature for Milvus, it is recommended that you submit a design document following the [design document template](https://docs.google.com/document/d/1KhWs9b53K6WQUZ_FGWhIaeTraaSqsLQF7v2v68sAh_c/edit?usp=sharing).
The following list contains existing design documents for Milvus.
- [Support DSL interface](https://docs.google.com/document/d/1U83LY36TyaG3WD67Q9HWg9saD3qQcz9BfMcEScgwQPM/edit?usp=sharing)
- [Support delete/search by ID, attribute filtering, ID de-duplication](https://docs.google.com/document/d/1CDKdTj_DnE90YaZrPgsMaphqOTkMdbKETNrsFKj_Bco/edit?usp=sharing)
- [Support write-ahead logging](https://docs.google.com/document/d/12N8RC_wJb2dvEKY9jrlh8hU_eH8jxQVBewoPuHNqcXE/edit?usp=sharing)