From 5994bc9fe48ec2cd97810260ac42480029b4f711 Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Tue, 27 Jun 2023 11:28:11 -0700 Subject: [PATCH] Remove duplicate meta file Signed-off-by: Prudhvi Godithi --- .meta | 27 --------------------------- HEADERS.md | 2 +- META.md | 4 ++-- 3 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 .meta diff --git a/.meta b/.meta deleted file mode 100644 index f66aaf3..0000000 --- a/.meta +++ /dev/null @@ -1,27 +0,0 @@ -{ - "projects": { - "alerting-dashboards-plugin": "git@github.com:opensearch-project/alerting-dashboards-plugin.git", - "alerting": "git@github.com:opensearch-project/alerting.git", - "anomaly-detection-dashboards-plugin": "git@github.com:opensearch-project/anomaly-detection-dashboards-plugin.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", - "dashboards-visualizations": "git@github.com:opensearch-project/dashboards-visualizations.git", - "index-management-dashboards-plugin": "git@github.com:opensearch-project/index-management-dashboards-plugin.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", - "notifications": "git@github.com:opensearch-project/notifications.git", - "performance-analyzer": "git@github.com:opensearch-project/performance-analyzer.git", - "performance-analyzer-rca": "git@github.com:opensearch-project/performance-analyzer-rca.git", - "security-dashboards-plugin": "git@github.com:opensearch-project/security-dashboards-plugin", - "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" - } -} diff --git a/HEADERS.md b/HEADERS.md index bc517c1..eda4a8e 100644 --- a/HEADERS.md +++ b/HEADERS.md @@ -13,7 +13,7 @@ All files in opensearch-project should use [OpenSearch SPDX license](https://git If files have any existing headers keep them and add OpenSearch SPDX license header on top. -_Example_: [Version.java](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/Version.java) file has license header from Elasticsearch. +_Example_: [Version.java](https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/src/main/java/org/opensearch/gradle/Version.java) file has license header from Elasticsearch. The existing license is not removed and OpenSearch SPDX license header is added on top of it. ### Automated License Headers' Checks diff --git a/META.md b/META.md index 49cf70f..dad81d5 100644 --- a/META.md +++ b/META.md @@ -24,7 +24,7 @@ ## Managing OpenSearch Plugins -We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and OpenSearch Dashoards plugins as a set. There are three sets: [all plugins](.meta), [OpenSearch Plugins](plugins/.meta) and [OpenSearch Dashboards Plugins](dashboards-plugins/.meta). If you need a meta project for all components included in OpenSearch, see [project-meta](https://github.com/opensearch-project/project-meta). +We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and OpenSearch Dashoards plugins as a set. There are two sets: [OpenSearch Plugins](plugins/.meta) and [OpenSearch Dashboards Plugins](dashboards-plugins/.meta). If you need a meta project for all the repositories in the (opensearch-project organization](https://github.com/opensearch-project/), see [project-meta](https://github.com/opensearch-project/project-meta). ### Install GH @@ -260,4 +260,4 @@ For each of `anomaly-detection`, `dashboards-reports`, and `index-management`, u #### Update the Manifest -Ensure all plugins pass CI and the version increments have been merged. Add the remaining components to the manifest, e.g. [opensearch-build#1380](https://github.com/opensearch-project/opensearch-build/pull/1380). \ No newline at end of file +Ensure all plugins pass CI and the version increments have been merged. Add the remaining components to the manifest, e.g. [opensearch-build#1380](https://github.com/opensearch-project/opensearch-build/pull/1380).