Skip to content

Commit de07b1c

Browse files
Merge remote-tracking branch 'upstream/main' into update-meta-os
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
2 parents 50fe596 + e6bc741 commit de07b1c

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @dblock @saratvemulapalli @tlfeng @VachaShah @ohltyler
1+
* @saratvemulapalli @VachaShah @ohltyler

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
/ml-commons/
2424
/geospatial/
2525
/opensearch-oci-object-storage/
26+
/search-relevance/
2627
.DS_Store

MAINTAINERS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
66

77
| Maintainer | GitHub ID | Affiliation |
88
| ------------------ | ------------------------------------------------------- | ----------- |
9-
| Daniel Doubrovkine | [dblock](https://github.com/dblock) | Independent |
109
| Sarat Vemulapalli | [saratvemulapalli](https://github.com/saratvemulapalli) | Amazon |
11-
| Tianli Feng | [tlfeng](https://github.com/tlfeng) | Amazon |
1210
| Tyler Ohlsen | [ohltyler](https://github.com/ohltyler) | Amazon |
1311
| Vacha Shah | [VachaShah](https://github.com/vachashah) | Amazon |
12+
13+
## Emeritus
14+
15+
| Maintainer | GitHub ID | Affiliation |
16+
| ------------------ | ------------------------------------------------------- | ----------- |
17+
| Daniel Doubrovkine | [dblock](https://github.com/dblock) | Independent |
18+
| Tianli Feng | [tlfeng](https://github.com/tlfeng) | Amazon |

WORKFLOWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ In order to onboard, follow the below steps:
9999
name = "Snapshots"
100100
url = "https://aws.oss.sonatype.org/content/repositories/snapshots"
101101
credentials {
102-
username "$System.env.SONATYPE_USERNAME"
103-
password "$System.env.SONATYPE_PASSWORD"
102+
username System.getenv("SONATYPE_USERNAME")
103+
password System.getenv("SONATYPE_PASSWORD")
104104
}
105105
}
106106
}

dashboards-plugins/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ securityAnalyticsDashboards/
1313
mlCommonsDashboards/
1414
assistantDashboards/
1515
flowFrameworkDashboards/
16+
queryInsightsDashboards/

plugins/.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"opensearch-remote-metadata-sdk": "git@github.com:opensearch-project/opensearch-remote-metadata-sdk.git",
2727
"opensearch-learning-to-rank-base": "git@github.com:opensearch-project/opensearch-learning-to-rank-base.git",
2828
"query-insights": "git@github.com:opensearch-project/query-insights.git",
29-
"user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git",
30-
"search-relevance": "git@github.com:opensearch-project/search-relevance.git"
29+
"search-relevance": "git@github.com:opensearch-project/search-relevance.git",
30+
"user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git"
3131
}
3232
}

0 commit comments

Comments
 (0)