Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Increment version to 2.17.0.0 #432

Open
wants to merge 5 commits into
base: 2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This should match the list of maintainers in https://github.com/opensearch-project/dashboards-search-relevance/blob/main/MAINTAINERS.md
* @macohen @mingshl @msfroh @noCharger @sejli
* @macohen @mingshl @msfroh @noCharger @sejli @sumukhswamy
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Looking at the existing issues is a great way to find something to contribute on

## Developer Certificate of Origin

OpenSearch is an open source product released under the Apache 2.0 license (see either [the Apache site](https://www.apache.org/licenses/LICENSE-2.0) or the [LICENSE.txt file](./LICENSE.txt)). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.
OpenSearch is an open source product released under the Apache 2.0 license (see either [the Apache site](https://www.apache.org/licenses/LICENSE-2.0) or the [LICENSE file](./LICENSE)). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.

We respect intellectual property rights of others and we want to make sure all incoming contributions are correctly attributed and licensed. A Developer Certificate of Origin (DCO) is a lightweight mechanism to do that.

Expand Down
4 changes: 0 additions & 4 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ The output file : `./build/searchRelevanceDashboards-?.?.?.zip` (`?.?.?` stands

Cd back to `OpenSearch-Dashboards` directory and run `yarn start` to start OpenSearch Dashboards including this plugin. OpenSearch Dashboards will be available on `localhost:5601`.

### Run Docker

Run `docker-compose up -d` after changing the [Dockerfile](Dockerfile) as described in this [tutorial](Using-Docker.md)

### Submitting Changes

See [CONTRIBUTING](CONTRIBUTING.md).
Expand Down
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
| Mingshi Liu | [mingshl](https://github.com/mingshl) | Amazon |
| Louis Chu | [noCharger](https://github.com/noCharger) | Amazon |
| Sean Li | [sejli](https://github.com/sejli) | Amazon |
| Sumukh Swamy | [sumukhswamy](https://github.com/sumukhswamy) | Amazon |
8 changes: 6 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"requiredPlugins": [
"navigation"
],
"optionalPlugins": ["dataSource","dataSourceManagement","contentManagement"],
"optionalPlugins": [
"dataSource",
"dataSourceManagement",
"contentManagement"
],
"supportedOSDataSourceVersions": ">=2.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ doc-table {
dt {
background-color: tintOrShade($euiColorPrimary, 90%, 70%);
color: $euiTextColor;
padding: ($euiSizeXS / 2) $euiSizeXS;
padding: calc($euiSizeXS / 2) $euiSizeXS;
margin-right: $euiSizeXS;
word-break: normal;
border-radius: $euiBorderRadius;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Version 2.17.0.0 Release Notes

Compatible with OpenSearch 2.17.0

### Feature
* Add compare queries card to search use case overview page ([#427](https://github.com/opensearch-project/dashboards-search-relevance/pull/427)) ([#431](https://github.com/opensearch-project/dashboards-search-relevance/pull/431))

### Enhancements
* Use smaller and compressed varients of buttons and form components ([#421](https://github.com/opensearch-project/dashboards-search-relevance/pull/421))([#424](https://github.com/opensearch-project/dashboards-search-relevance/pull/424))
* New page header for search relevance ([#428](https://github.com/opensearch-project/dashboards-search-relevance/pull/428)) ([#430](https://github.com/opensearch-project/dashboards-search-relevance/pull/430))

### Documentation
* Update Links in Documentation ([#420](https://github.com/opensearch-project/dashboards-search-relevance/pull/420))([#440](https://github.com/opensearch-project/dashboards-search-relevance/pull/440))
* Adding sumukhswamy as maintainer ([#437](https://github.com/opensearch-project/dashboards-search-relevance/pull/437))([#438](https://github.com/opensearch-project/dashboards-search-relevance/pull/438))

### Bug Fixes
* Fix sass division warning ([#426](https://github.com/opensearch-project/dashboards-search-relevance/pull/426))([#435](https://github.com/opensearch-project/dashboards-search-relevance/pull/435))

### Maintenance
* Increment version to 2.17.0.0 ([#425](https://github.com/opensearch-project/dashboards-search-relevance/pull/425))

## New Contributors
* @RyanL1997 made their first contribution in ([#428](https://github.com/opensearch-project/dashboards-search-relevance/pull/428))
* @Hailong-am made their first contribution in ([#421](https://github.com/opensearch-project/dashboards-search-relevance/pull/421))
Loading