From 92233edd8c7a1125ef8969d47a5e4ffff6c103bb Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 8 Jul 2024 19:16:37 -0400 Subject: [PATCH] Update list of plugins. Signed-off-by: dblock --- plugins/.gitignore | 24 +++++++++++++----------- plugins/.meta | 26 +++++++++++++++----------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/plugins/.gitignore b/plugins/.gitignore index 66752f6..5675d23 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -1,19 +1,21 @@ +/common-utils/ /alerting/ /anomaly-detection/ /asynchronous-search/ -/common-utils/ -/dashboards-reports/ -/dashboards-visualizations/ +/cross-cluster-replication/ +/custom-codecs/ +/flow-framework/ +/geospatial/ /index-management/ /job-scheduler/ -/k-nn/ +/k-NN/ +/ml-commons/ +/neural-search/ +/notifications/ +/observability/ +/reporting/ /performance-analyzer/ -/performance-analyzer-rca/ +/security-analytics/ /security/ +/skills/ /sql/ -/trace-analytics/ -/observability/ -/cross-cluster-replication/ -/ml-commons/ -/geospatial/ -/opensearch-oci-object-storage/ diff --git a/plugins/.meta b/plugins/.meta index 7f4c3d2..440c414 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -1,21 +1,25 @@ { "projects": { + "common-utils": "git@github.com:opensearch-project/common-utils.git", "alerting": "git@github.com:opensearch-project/alerting.git", "anomaly-detection": "git@github.com:opensearch-project/anomaly-detection.git", "asynchronous-search": "git@github.com:opensearch-project/asynchronous-search.git", - "common-utils": "git@github.com:opensearch-project/common-utils.git", - "dashboards-reports": "git@github.com:opensearch-project/dashboards-reports.git", + "cross-cluster-replication": "git@github.com:opensearch-project/cross-cluster-replication.git", + "custom-codecs": "git@github.com:opensearch-project/custom-codecs.git", + "flow-framework": "git@github.com:opensearch-project/flow-framework.git", + "geospatial": "git@github.com:opensearch-project/geospatial.git", "index-management": "git@github.com:opensearch-project/index-management.git", "job-scheduler": "git@github.com:opensearch-project/job-scheduler.git", - "k-nn": "git@github.com:opensearch-project/k-nn.git", + "k-NN": "git@github.com:opensearch-project/k-NN.git", + "ml-commons": "git@github.com:opensearch-project/ml-commons.git", + "neural-search": "git@github.com:opensearch-project/neural-search.git", + "notifications": "git@github.com:opensearch-project/notifications.git", + "observability": "git@github.com:opensearch-project/observability.git", + "reporting": "git@github.com:opensearch-project/reporting.git", "performance-analyzer": "git@github.com:opensearch-project/performance-analyzer.git", - "performance-analyzer-rca": "git@github.com:opensearch-project/performance-analyzer-rca.git", + "security-analytics": "git@github.com:opensearch-project/security-analytics.git", "security": "git@github.com:opensearch-project/security.git", - "sql": "git@github.com:opensearch-project/sql.git", - "observability": "git@github.com:opensearch-project/observability.git", - "cross-cluster-replication": "git@github.com:opensearch-project/cross-cluster-replication.git", - "ml-commons": "git@github.com:opensearch-project/ml-commons.git", - "geospatial": "git@github.com:opensearch-project/geospatial.git", - "oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git" + "skills": "git@github.com:opensearch-project/skills.git", + "sql": "git@github.com:opensearch-project/sql.git" } -} +} \ No newline at end of file