diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6230dbc..3e8f4ae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file +* @macohen @mingshl @msfroh @noCharger @sejli @sumukhswamy \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 479969a..e8f539c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index a616d4e..65ecf51 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -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). diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 9214747..e27e1d0 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -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 | diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 76a15a7..f8c3d66 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -7,6 +7,10 @@ "requiredPlugins": [ "navigation" ], - "optionalPlugins": ["dataSource","dataSourceManagement","contentManagement"], + "optionalPlugins": [ + "dataSource", + "dataSourceManagement", + "contentManagement" + ], "supportedOSDataSourceVersions": ">=2.8.0" -} +} \ No newline at end of file diff --git a/public/components/query_compare/search_result/result_components/result_grid.scss b/public/components/query_compare/search_result/result_components/result_grid.scss index d54aa76..305ba02 100644 --- a/public/components/query_compare/search_result/result_components/result_grid.scss +++ b/public/components/query_compare/search_result/result_components/result_grid.scss @@ -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; diff --git a/release-notes/opensearch-dashboards-search-relevance.release-notes-2.17.0.0.md b/release-notes/opensearch-dashboards-search-relevance.release-notes-2.17.0.0.md new file mode 100644 index 0000000..ce78700 --- /dev/null +++ b/release-notes/opensearch-dashboards-search-relevance.release-notes-2.17.0.0.md @@ -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))