From c6f5dad104e69e69ca482a5e2e91fa302f2fddaa Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Tue, 25 Feb 2020 23:09:31 +0800 Subject: [PATCH] Exclude third-party code from codebeat (#1379) * #1240 Update license declaration of each files Signed-off-by: jinhai * #1240 Update CHANGELOG Signed-off-by: jinhai * change file name to uppercase Signed-off-by: jinhai * #1327 Exclude third-party code from codebeat Signed-off-by: JinHai-CN * #1327 Exclude third-party code from codebeat Signed-off-by: JinHai-CN --- .codebeatignore | 3 +++ CHANGELOG.md | 1 + DESIGN.md | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 .codebeatignore create mode 100644 DESIGN.md diff --git a/.codebeatignore b/.codebeatignore new file mode 100644 index 0000000000..44cfcf1b6f --- /dev/null +++ b/.codebeatignore @@ -0,0 +1,3 @@ +core/src/index/thirdparty/* +sdk/build-support/* +core/build-support/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 2377b904cd..31c48ac85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/DESIGN.md b/DESIGN.md new file mode 100644 index 0000000000..884054f8a5 --- /dev/null +++ b/DESIGN.md @@ -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)