From 55ade227a4c429d3de2463d58ed6332a8c050cd3 Mon Sep 17 00:00:00 2001 From: liu-tong-8848 Date: Thu, 22 Dec 2022 21:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=BB=93=E5=BA=93openGauss-m?= =?UTF-8?q?igration-portal=E5=88=92=E5=BD=92=E5=88=B0tools=20sig=E7=BB=84?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gauss_relationship.yaml | 1 + repos.yaml | 5 +++++ sigs.yaml | 1 + sigs/Tools/README.md | 1 + 4 files changed, 8 insertions(+) diff --git a/gauss_relationship.yaml b/gauss_relationship.yaml index 6c0fc2e..5a099f3 100644 --- a/gauss_relationship.yaml +++ b/gauss_relationship.yaml @@ -1544,6 +1544,7 @@ sigs: - openGauss-distributed-solutions - ham4db - shardingsphere + - openGauss-migration-portal owner: - gitee_id: justbk organizaiton: huawei diff --git a/repos.yaml b/repos.yaml index 279797b..0127bc4 100644 --- a/repos.yaml +++ b/repos.yaml @@ -365,3 +365,8 @@ repositories: protected_branches: - master type: public +- name: openGauss-migration-portal + description: "Portal for migration tools" + protected_branches: + - master + type: public diff --git a/sigs.yaml b/sigs.yaml index 8a8681e..0568306 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -45,6 +45,7 @@ sigs: - DataStudio - easyVisualization - shardingsphere + - openGauss-migration-portal - name: Infra repositories: - infra diff --git a/sigs/Tools/README.md b/sigs/Tools/README.md index b962aeb..325cc6a 100644 --- a/sigs/Tools/README.md +++ b/sigs/Tools/README.md @@ -57,3 +57,4 @@ openGauss工具生态的长期规划,发展和演进。 - https://gitee.com/opengauss/DataStudio - https://gitee.com/opengauss/easyVisualization - https://gitee.com/opengauss/shardingsphere +- https://gitee.com/opengauss/openGauss-migration-portal -- Gitee