Skip to content

Commit 693cea5

Browse files
authored
Merge branch 'opensearch-project:main' into main
2 parents cbc0a90 + 8ad199d commit 693cea5

File tree

4,333 files changed

+181839
-23136
lines changed

Some content is hidden

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

4,333 files changed

+181839
-23136
lines changed

.ci/bwcVersions

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,16 @@ BWC_VERSION:
2323
- "2.9.0"
2424
- "2.9.1"
2525
- "2.10.0"
26+
- "2.10.1"
2627
- "2.11.0"
28+
- "2.11.1"
29+
- "2.11.2"
30+
- "2.12.0"
31+
- "2.12.1"
32+
- "2.13.0"
33+
- "2.13.1"
34+
- "2.14.0"
35+
- "2.14.1"
36+
- "2.15.0"
37+
- "2.15.1"
38+
- "2.16.0"

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* text eol=lf
2+
*.jar binary
23
*.bat binary
34
*.zip binary
45
*.exe binary

.github/CODEOWNERS

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
* @reta @anasalkouz @andrross @Bukhtawar @CEHENKLE @dblock @gbbafna @setiah @kartg @kotwanikunal @mch2 @nknize @owaiskazi19 @peternied @Rishikesh1159 @ryanbogan @saratvemulapalli @shwetathareja @dreamer-89 @tlfeng @VachaShah @dbwiddis @sachinpkale @sohami @msfroh
1+
# CODEOWNERS manages notifications, not PR approvals
2+
# For PR approvals see /.github/workflows/maintainer-approval.yml
3+
4+
# Files have a single rule applied, the last match decides the owner
5+
# If you would like to more specifically apply ownership, include existing owner in new sub fields
6+
7+
# To verify changes of CODEOWNERS file
8+
# In VSCode
9+
# 1. Install extension https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners
10+
# 2. Go to a file
11+
# 3. Use the command palette to run the CODEOWNERS: Show owners of current file command, which will display all code owners for the current file.
12+
13+
# Default ownership for all repo files
14+
* @anasalkouz @andrross @ashking94 @Bukhtawar @CEHENKLE @dblock @dbwiddis @gbbafna @kotwanikunal @mch2 @msfroh @nknize @owaiskazi19 @reta @Rishikesh1159 @sachinpkale @saratvemulapalli @shwetathareja @sohami @VachaShah
15+
16+
/modules/transport-netty4/ @peternied
17+
18+
/plugins/identity-shiro/ @peternied
19+
20+
/server/src/main/java/org/opensearch/extensions/ @peternied
21+
/server/src/main/java/org/opensearch/identity/ @peternied
22+
/server/src/main/java/org/opensearch/threadpool/ @peternied
23+
/server/src/main/java/org/opensearch/transport/ @peternied
24+
25+
/.github/ @peternied
26+
27+
/MAINTAINERS.md @anasalkouz @andrross @ashking94 @Bukhtawar @CEHENKLE @dblock @dbwiddis @gbbafna @jed326 @kotwanikunal @mch2 @msfroh @nknize @owaiskazi19 @peternied @reta @Rishikesh1159 @sachinpkale @saratvemulapalli @shwetathareja @sohami @VachaShah

.github/ISSUE_TEMPLATE/bug_template.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve
3+
title: "[BUG] <title>"
4+
labels: ['bug, untriaged']
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the bug
9+
description: A clear and concise description of what the bug is.
10+
validations:
11+
required: true
12+
- type: dropdown
13+
attributes:
14+
label: Related component
15+
description: Choose a specific OpenSearch component your bug belongs to. If you are unsure which to select or if the component is not present, select "Other".
16+
multiple: false
17+
options:
18+
- # Empty first option to force selection
19+
- Build
20+
- Clients
21+
- Cluster Manager
22+
- Extensions
23+
- Indexing:Performance
24+
- Indexing:Replication
25+
- Indexing
26+
- Libraries
27+
- Other
28+
- Plugins
29+
- Search:Aggregations
30+
- Search:Performance
31+
- Search:Query Capabilities
32+
- Search:Query Insights
33+
- Search:Relevance
34+
- Search:Remote Search
35+
- Search:Resiliency
36+
- Search:Searchable Snapshots
37+
- Search
38+
- Storage:Durability
39+
- Storage:Performance
40+
- Storage:Remote
41+
- Storage:Snapshots
42+
- Storage
43+
validations:
44+
required: true
45+
- type: textarea
46+
attributes:
47+
label: To Reproduce
48+
description: Steps to reproduce the behavior.
49+
value: |
50+
1. Go to '...'
51+
2. Click on '....'
52+
3. Scroll down to '....'
53+
4. See error
54+
validations:
55+
required: true
56+
- type: textarea
57+
attributes:
58+
label: Expected behavior
59+
description: A clear and concise description of what you expected to happen.
60+
validations:
61+
required: true
62+
- type: textarea
63+
attributes:
64+
label: Additional Details
65+
description: Add any other context about the problem here.
66+
value: |
67+
**Plugins**
68+
Please list all plugins currently enabled.
69+
70+
**Screenshots**
71+
If applicable, add screenshots to help explain your problem.
72+
73+
**Host/Environment (please complete the following information):**
74+
- OS: [e.g. iOS]
75+
- Version [e.g. 22]
76+
77+
**Additional context**
78+
Add any other context about the problem here.
79+
validations:
80+
required: false

.github/ISSUE_TEMPLATE/failed_check.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: 🎆 Feature request
2+
description: Suggest an idea for this project
3+
title: '[Feature Request] <title>'
4+
labels: ['enhancement, untriaged']
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe
9+
description: A clear and concise description of what the problem is.
10+
placeholder: Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Describe the solution you'd like
16+
description: A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
19+
- type: dropdown
20+
attributes:
21+
label: Related component
22+
description: Choose a specific OpenSearch component your feature request belongs to. If you are unsure of which component to select or if the component is not present, select "Other".
23+
multiple: false
24+
options:
25+
- # Empty first option to force selection
26+
- Build
27+
- Clients
28+
- Cluster Manager
29+
- Extensions
30+
- Indexing:Performance
31+
- Indexing:Replication
32+
- Indexing
33+
- Libraries
34+
- Other
35+
- Plugins
36+
- Search:Aggregations
37+
- Search:Performance
38+
- Search:Query Capabilities
39+
- Search:Query Insights
40+
- Search:Relevance
41+
- Search:Remote Search
42+
- Search:Resiliency
43+
- Search:Searchable Snapshots
44+
- Search
45+
- Storage:Durability
46+
- Storage:Performance
47+
- Storage:Remote
48+
- Storage:Snapshots
49+
- Storage
50+
- ShardManagement:Placement
51+
- ShardManagement:Performance
52+
- ShardManagement:Resiliency
53+
- ShardManagement:Insights
54+
validations:
55+
required: true
56+
- type: textarea
57+
attributes:
58+
label: Describe alternatives you've considered
59+
description: A clear and concise description of any alternative solutions or features you've considered.
60+
validations:
61+
required: false
62+
- type: textarea
63+
attributes:
64+
label: Additional context
65+
description: Add any other context or screenshots about the feature request here.
66+
validations:
67+
required: false

.github/ISSUE_TEMPLATE/meta.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: ✨ Meta Issue
2+
description: An issue that collects other issues together to describe a larger project or activity.
3+
title: '[META] <title>'
4+
labels: ['Meta, untriaged']
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Please describe the end goal of this project
9+
description: A clear and concise description of this project/endeavor. This should be understandable to someone with no context.
10+
placeholder: Ex. Views is a way to project indices in OpenSearch, these views act as a focal point for describing the underlying data and how the data is accessed. It allows for restricting the scope and filtering the response consistently.
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Supporting References
16+
description: Please provide links (and descriptions!) to RFCs, design docs, etc
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Issues
22+
description: Please create a list of issues that should be tracked by this meta issue, including a short description. The purpose is to provide everyone on the project with an "at a glance" update of the state us the work being tracked. If you use the format "- [ ]" it will put your list into a checklist.
23+
placeholder: Ex. - [ ] https://github.com/opensearch-project/security/issues/3888 Add views to the cluster metadata schema
24+
validations:
25+
required: true
26+
- type: dropdown
27+
attributes:
28+
label: Related component
29+
description: Choose a specific OpenSearch component your project belongs to. If you are unsure of which component to select or if the component is not present, select "Other".
30+
multiple: false
31+
options:
32+
- # Empty first option to force selection
33+
- Build
34+
- Clients
35+
- Cluster Manager
36+
- Extensions
37+
- Indexing:Performance
38+
- Indexing:Replication
39+
- Indexing
40+
- Libraries
41+
- Other
42+
- Plugins
43+
- Search:Aggregations
44+
- Search:Performance
45+
- Search:Query Capabilities
46+
- Search:Query Insights
47+
- Search:Relevance
48+
- Search:Remote Search
49+
- Search:Resiliency
50+
- Search:Searchable Snapshots
51+
- Search
52+
- Storage:Durability
53+
- Storage:Performance
54+
- Storage:Remote
55+
- Storage:Snapshots
56+
- Storage
57+
validations:
58+
required: true

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,14 @@ updates:
711711
labels:
712712
- "dependabot"
713713
- "dependencies"
714+
- directory: /modules/crypto/
715+
open-pull-requests-limit: 1
716+
package-ecosystem: gradle
717+
schedule:
718+
interval: weekly
719+
labels:
720+
- "dependabot"
721+
- "dependencies"
714722
- directory: /plugins/
715723
open-pull-requests-limit: 1
716724
package-ecosystem: gradle

0 commit comments

Comments
 (0)