Skip to content

Commit 670ed16

Browse files
Merge branch 'main' into ml-rp
2 parents 1ac8ef4 + d8a3265 commit 670ed16

File tree

1,405 files changed

+77154
-14462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,405 files changed

+77154
-14462
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @kolchfa-aws @Naarcha-AWS @AMoo-Miki @natebower @dlvenable @epugh
1+
* @kolchfa-aws @AMoo-Miki @natebower @dlvenable @epugh @sumobrian

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_Describe what this change achieves._
33

44
### Issues Resolved
5-
Closes #[_delete this text, including the brackets, and replace with the issue number_]
5+
Closes #[_Replace this text, including the brackets, with the issue number._ **Leave "Closes #" so the issue is closed properly.**]
66

77
### Version
88
_List the OpenSearch version to which this PR applies, e.g. 2.14, 2.12--2.14, or all._

.github/vale/styles/OpenSearch/HeadingCapitalization.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ indicators:
1010
exceptions:
1111
- k # ignores lowercase k-NN
1212
- '[A-Z]{2,}' # ignores all acronyms
13-
- '([A-Z][a-z0-9]+){2,}' # ignores all camel case words
13+
- '([A-Z][a-z0-9]+){2,}' # ignores all camel case words
14+
- '\b\w+\s+API'
15+
- 'gRPC' # ignores gRPC acronym

.github/vale/styles/OpenSearch/LinksExplicit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ nonword: true
55
scope: raw
66
tokens:
77
- '\]\(https:\/\/www.opensearch.org\/docs\/latest'
8-
8+
- '\]\(https:\/\/docs.opensearch.org\/docs\/latest'
9+
- '\]\(https:\/\/docs.opensearch.org\/latest'

.github/vale/styles/OpenSearch/SubstitutionsError.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ swap:
5454
'web site': website
5555
'whitespace': white space
5656
'user interface \(UI\)': UI
57+
'judgement': judgment

.github/vale/styles/Vocab/OpenSearch/Plugins/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Index Management plugin
1515
Job Scheduler
1616
Job Scheduler plugin
1717
k-NN plugin
18+
Metadata Migration Tool
1819
ML Commons
1920
ML Commons plugin
2021
Neural Search plugin

.github/vale/styles/Vocab/OpenSearch/Products/accept.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ Amazon
55
Amazon OpenSearch Serverless
66
Amazon OpenSearch Service
77
Amazon Bedrock
8+
Amazon Kinesis
89
Amazon SageMaker
910
AWS Secrets Manager
1011
Ansible
1112
Anthropic Claude
13+
Apache HttpClient 5 Transport
14+
Apache Kafka
1215
Auditbeat
1316
AWS Cloud
17+
Capture and Replay
1418
Cohere Command
1519
Cohere Embed
1620
Cohere Embed English
@@ -50,6 +54,7 @@ JSON Web Token
5054
Keycloak
5155
Kerberos
5256
Kibana
57+
Kinesis
5358
Kubernetes
5459
Lambda
5560
Langflow
@@ -58,8 +63,10 @@ Log4j
5863
Logstash
5964
Lucene
6065
macOS
66+
Metadata-Migration-Tool
6167
Metricbeat
6268
Microsoft Power BI
69+
Migration Assistant
6370
Minikube
6471
Nagios
6572
Okta
@@ -90,16 +97,21 @@ PyTorch
9097
Querqy
9198
Query Workbench
9299
RankLib
100+
Reindex-from-Snapshot
101+
Replayer
93102
RCF Summarize
94103
RPM Package Manager
95104
Ruby
105+
Search Relevance Workbench
96106
Simple Schema for Observability
97107
Tableau
98108
Textract
99109
Titan
100110
Titan Multimodal Embeddings
101111
Titan Text Embeddings
102112
TorchScript
113+
Traffic Capture Proxy
114+
Traffic Replayer
103115
Tribuo
104116
VisBuilder
105117
Winlogbeat

.github/vale/styles/Vocab/OpenSearch/Words/accept.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[Aa]gentic
12
[Aa]nonymization
23
[Aa]utomapping
34
[Aa]utopopulate
@@ -44,6 +45,7 @@ Gantt
4445
[Gg]eospatial
4546
[Gg]eotile
4647
gibibyte
48+
gRPC
4749
[Hh]ashmap
4850
[Hh]ostname
4951
[Hh]yperparameters
@@ -54,6 +56,7 @@ gibibyte
5456
[Ii]nstrumentations?
5557
[Ii]ntracluster
5658
[Jj]avadoc
59+
[Jj]accard
5760
k-NN
5861
[Kk]eystore
5962
kibibyte
@@ -85,6 +88,7 @@ p\d{2}
8588
[Pp]erformant
8689
[Pp]laintext
8790
[Pp]luggable
91+
[Pp]ointwise
8892
[Pp]reaggregate(s|d)?
8993
[Pp]recompute(s|d)?
9094
[Pp]reconfigure
-12 KB
Binary file not shown.

.github/workflows/automerge-backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
MERGE_LABELS: "backport-automerge,!On hold"
2626
MERGE_FILTER_AUTHOR: "opensearch-trigger-bot[bot]"
2727
MERGE_REQUIRED_APPROVALS: "1"
28-
MERGE_RETRIES: "30"
29-
MERGE_RETRY_SLEEP: "10000"
28+
MERGE_RETRIES: "50"
29+
MERGE_RETRY_SLEEP: "20000"
3030
MERGE_ERROR_FAIL: "true"
3131
MERGE_FORKS: "false"
3232
MERGE_METHOD: "squash"

0 commit comments

Comments
 (0)