diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f52bf2fca34..19f2b0fcf55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,222 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [2.18.0-2024-10-31](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/2.18.0) + +### 💥 Breaking Changes + +### Deprecations + +### 🛡 Security + + - [CVE-2017-16100] Use a patched version for the `dns-sync` dependency ([#7811](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7811)) + - Bump `micromatch` from 4.0.7 to 4.0.8 ([#8026](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8026)) + - [CVE-2024-45296] Bump `path-to-regexp` to 1.9.0, 3.3.0, and 6.3.0 ([#8197](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8197)) + - [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) + - [CVE-2024-48948] Bump `elliptic` from 6.5.7 to 6.6.0 ([#8742](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8742)) + - [CVE-2024-39338] Bump axios from 1.7.2 to 1.7.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + - [SNYK-JS-MOCHA-2863123] Bump mocha from 10.1.0 to 10.7.3 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + - [CVE-2024-42459][CVE-2024-42460][CVE-2024-42461] Bump elliptic from 6.5.4 to 6.5.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + + +### 📈 Features/Enhancements + + - Change dev tools to a modal ([#7938](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7938)) + - [Experimental] Support user personal settings ([#7953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7953)) + - Keep Autocomplete suggestion window open and put user hints below the suggestion window ([#7991](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7991)) + - [MDS]Add MDS support for Integration ([#8008](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8008)) + - Integrate workspace with data connections in front end ([#8013](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8013)) + - [navigation] Add `sample data` menu back ([#8076](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8076)) + - Add data summary panel in discover ([#8186](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8186)) + - Update workspace server to support data connection type ([#8200](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8200)) + - Add loading indicator and counter to query result ([#8212](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8212)) + - [Workspace]Add tooltip in workspace settings top delete button ([#8213](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8213)) + - Add last updated time and cache refresh button to Discover Advanced Dataset Selector ([#8214](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8214)) + - Adjust semantics and sizing of page titles in application headers ([#8227](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8227)) + - Support data connections and multi-select table in dataset picker ([#8255](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8255)) + - Validate if the workspaces param is valid or not when consume it in the wrapper. ([#8268](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8268)) + - [navigation] remember state when expand / collapse left nav ([#8286](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8286)) + - Update sample data page UI when useUpdatedUX enabled ([#8291](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8291)) + - [Workspace]Update details panel UI in workspace create page ([#8375](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8375)) + - Refactor collaborators panel at workspace create ([#8382](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8382)) + - Refactor data source association panel ([#8383](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8383)) + - Ignore missing `formats` while checking locale files ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Add help text and description to `i18n-check` ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - [Workspace]Refactor use case selector in workspace creation page ([#8413](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8413)) + - Support use case populate for workspace create and list page ([#8422](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8422)) + - Add some preliminary translations ([#8424](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8424)) + - [Workspace]Restrict at least one data source in workspace creation page ([#8461](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8461)) + - Enhances the saved query UX ([#8469](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8469)) + - Add logic to poll for async query result ([#8481](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8481)) + - [Workspace]Remove workspace name populate after use case selected ([#8484](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8484)) + - [Workspace]Add WorkspaceCollaboratorTypesService and AddCollaboratorsModal ([#8486](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8486)) + - Update border style when new left nav expanded ([#8489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8489)) + - Introducing workspace level ui settings and hide non-global ui settings from advance settings page ([#8500](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8500)) + - Add collaborator table to workspace detail page ([#8501](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8501)) + - Allow hiding the TSVB axis for time series visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - Allow setting scale of each axis for TSVB time series ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - [Workspace]Remove collaborators in workspace creation page ([#8520](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8520)) + - [Workspace]Display duplicate collaborators error in add collaborators modal ([#8531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8531)) + - [Workspace] Add global search bar into left nav ([#8538](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8538)) + - [Workspace]Replace connections copy with data sources ([#8540](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8540)) + - Refactor data source list page to include data source association features for workspace ([#8545](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8545)) + - Add ACL auditor ([#8557](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8557)) + - Adds editor footer to single line editor on focus ([#8565](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8565)) + - [Workspace]Show add collaborators modal until collaborators added ([#8574](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8574)) + - Add support for otel sample data - logs, traces and metrics ([#8587](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8587)) + - Add workspace collaborators page ([#8594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8594)) + - [Workspace]Keep confirm modal and disable confirm button during collaborators operation ([#8604](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8604)) + - Limit workspace colors ([#8607](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8607)) + - Adds sample queries and saved queries to Discover no results page ([#8616](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8616)) + - Add data-connection type support for association modal ([#8620](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8620)) + - (contentManagement) Add a Page API to allow remove section ([#8624](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8624)) + - [Workspace] Response forbidden error for not permitted workspace ([#8641](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8641)) + - Update the appearance of Discover ([#8651](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8651)) + - Add support for async ppl to discover ([#8706](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8706)) + - [navigation] Refactor: flatten left nav in Analytics(all) use case ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) + +### 🐛 Bug Fixes + + - Truncate height of table cell in legacy discover ([#7178](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7178)) + - Dataset nav to load external connections and update namespace ([#7609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7609)) + - Make left nav compatible with small screen. ([#7962](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7962)) + - Order of query editor extensions not working ([#8045](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8045)) + - Fix row rendering in Discover infinite scroll ([#8060](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8060)) + - [Workspace]Fix workspace description error when name invalid ([#8079](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8079)) + - [Discover]Fix infinite loop cause discover hang ([#8082](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8082)) + - [Workspace]Fix page display errors and add loading status ([#8086](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8086)) + - PPL Autocomplete functions, fields, & table suggestion ([#8087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8087)) + - Remove unsupported languages for dataset ([#8100](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8100)) + - Correct the size of disabled ValidatedDualRange components in InputControl visualizations ([#8108](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8108)) + - Necessary functions are missing from data source permission saved object wrapper ([#8118](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8118)) + - Fix fit & finish for workspace overview getting started and assets section ([#8139](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8139)) + - Remove workspace detail title in navigation when new nav is disabled ([#8151](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8151)) + - [Workspace]Disable "Save changes" button on character limit exceeded ([#8153](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8153)) + - Config related issues ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) + - Dedup the category ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) + - Fixes UI issues in Discover and data configurator ([#8166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8166)) + - Discover Embeddable not showing _source when all other column are removed ([#8167](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8167)) + - Sync query and filter when refreshing discover page ([#8168](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8168)) + - Fix bug when dynamic config index and alias are checked ([#8184](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8184)) + - [Workspace]Fix workspace detail UI bugs ([#8188](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8188)) + - Current nav group will be mapped to global system nav group even if user is in a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) + - Current nav group will be mapped to a nav group even when user is out of a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) + - Fix: use workspace type icons and compressed input ([#8215](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8215)) + - Add tooltips for sidebar icon buttons ([#8216](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8216)) + - Fix initial page UI issues ([#8217](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8217)) + - Remove nav group for dev tools ([#8218](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8218)) + - Update data explorer ui to use compressed components ([#8222](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8222)) + - Fix overlay offsets on pages with feature header ([#8223](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8223)) + - Update the version post release 2.17 ([#8225](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8225)) + - Remove unused enhancements APIs, clean up, and error handling ([#8226](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8226)) + - Use @osd/std to prettify objects for display ([#8232](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8232)) + - [Workspace] drop user personal settings page ([#8236](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8236)) + - Expose method to register search strategy routes in query enhancement ([#8245](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8245)) + - Run recent query button work properly ([#8252](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8252)) + - [Workspace]Fix workspace assets page UI bugs ([#8265](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8265)) + - Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) + - Expose datasets and data_frames directories for specific imports ([#8299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8299)) + - [Workspace] prepend workspace name and icon to breadcrumbs ([#8303](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8303)) + - Hide delete button for non osd admins in workspace list ([#8315](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8315)) + - Fix workspace detail page issues ([#8317](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8317)) + - Update osd to respect new oui breakpoints ([#8320](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8320)) + - Keyboard shortcut for running queries ([#8322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8322)) + - Redirect sample data link to the page in the same workspace ([#8330](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8330)) + - Discover query input background not shrink when window resize ([#8331](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8331)) + - Fix HeaderControl not rendered if not mount in initial rendering ([#8335](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8335)) + - Prevent too many queries sent from dataset selector ([#8347](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8347)) + - Add discover summary error info and button click logic enhancement ([#8352](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8352)) + - Data.search() should not ignore the strategy passed as parameter ([#8368](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8368)) + - Fix dynamic uses of i18n in core ([#8392](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8392)) + - Fix dynamic uses of i18n and correct duplicate i18n identifiers in console plugin ([#8393](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8393)) + - Fix dynamic and correct unprefixed and duplicate i18n identifiers in dataSourceManagement plugin ([#8394](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8394)) + - Fix dynamic uses of i18n in discover plugin ([#8396](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8396)) + - Fix dynamic uses of i18n and correct unprefixed i18n identifiers in queryEnhancements plugin ([#8397](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8397)) + - Fix dynamic uses of i18n in indexPatternManagement plugin ([#8398](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8398)) + - Fix unprefixed i18n identifiers in dashboard plugin ([#8401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8401)) + - Fix incorrect use of TopNavControlDescriptionData in dataSourceManagement plugin ([#8402](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8402)) + - Fix dynamic uses of i18n in home plugin ([#8403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8403)) + - Fix dynamic uses of i18n in opensearchDashboardsReact plugin ([#8404](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8404)) + - Fix unprefixed i18n identifiers in visTypeVega plugin ([#8406](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8406)) + - Fix duplicate i18n identifiers in visualize plugin ([#8407](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8407)) + - Fix unprefixed i18n identifiers in management plugin ([#8408](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8408)) + - Fix unprefixed and duplicate i18n identifiers in visAugmenter plugin ([#8409](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8409)) + - Fix malformed translations ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Fix unprefixed i18n identifiers in examples ([#8412](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8412)) + - [Workspace]Remove what's new card in workspace overview page ([#8435](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8435)) + - [Workspace]Fix use case hidden features not accessible ([#8445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8445)) + - Replace segmented button with tabs for OpenSearch connections and Direct query connections ([#8460](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8460)) + - Fix inconsistent i18n key names in workspace and examples ([#8483](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8483)) + - Pass hide local cluster flag to data source menu in sample data page ([#8503](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8503)) + - Compress non-OUI input fields in TSVB visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - [Workspace]Analytics use case overview and essential use case overview crashed ([#8524](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8524)) + - Update the title of header recent menu ([#8529](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8529)) + - [MDS] Mute the non-mds endpoints for direct query data connections ([#8537](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8537)) + - The workspace selector jump that occurs when hovering and clicking. ([#8541](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8541)) + - Direct query connections fit and finish fixes ([#8544](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8544)) + - Fix new home page small screen display issues ([#8554](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8554)) + - Refactored polling logic to poll for results once current request completes ([#8555](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8555)) + - Fix workspace update issue ([#8570](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8570)) + - Disable cope all button when there is no saved objects in assets page ([#8581](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8581)) + - Workspace selector style alignment ([#8592](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8592)) + - Fix padding and responsive behavior of page header ([#8600](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8600)) + - Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data ([#8603](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8603)) + - [workspace]fix content management render dashboard with duplicate visualizations ([#8606](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8606)) + - Discover 2.0 support for S3 fields ([#8609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8609)) + - Update content and styling of use case getting started cards ([#8614](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8614)) + - [Workspace] Workspace assets page crashed after library_write permission revoked ([#8648](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8648)) + - Finetune search bar and workspace selector style ([#8649](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8649)) + - Fix random big number when loading in query result ([#8650](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8650)) + - Discover UI stuck on searching after failing to find deleted index pattern ([#8659](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8659)) + - Fixed unsupported language is used from localStorage ([#8674](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8674)) + - [Workspace] Fix non-workspace admin update defaultIndex ([#8675](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8675)) + - Update OTEL sample data description with compatible OS version ([#8693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8693)) + - Ensure save query loaded properly from asset ([#8707](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8707)) + - [Discover] Modify the search bar info box content for sql/ppl #8708 ([#8708](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8708)) + - [Enhancement] Update auto-complete-api-with-mds ([#8713](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8713)) + - [Workspace] [Bug] Fix index pattern issue. ([#8718](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8718)) + - Generate short url with workspace info ([#8719](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8719)) + - Polling for PPL results; Saved dataset to saved queries ([#8724](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8724)) + - Fix error handling in query enhancement facet ([#8743](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8743)) + - Updates query and language if language is not supported by query data ([#8749](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8749)) + - Fix time field wrapping overlap on language change in Discover table ([#8755](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8755)) + - Fix error handling for ppl jobs API ([#8771](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8771)) + - Fix dynamic uses of i18n and correct unprefixed and duplicate i18n identifiers in visBuilder plugin ([#8399](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8399)) + - Updated DataSource Management to redirect to Discover as well as display the type of the DataSource ([#8492](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8492)) + +### 🚞 Infrastructure + + - Add i18n checks to PR workflows ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Add precommit hook to validate i18n ([#8423](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8423)) + - Switch OSD build cache to rely on file hashes instead of `mtime`s ([#8472](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8472)) + - [Chore] Bump chokidar from 3.5.3 to 3.6.0 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + +### 📝 Documentation + + - Add Hailong-am as maintainer ([#8415](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8415)) + +### 🛠 Maintenance + + - Update oui to 1.13 ([#8246](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8246)) + - Update oui to 1.14 ([#8372](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8372)) + - Update oui to 1.15 and consume $ouiSideNavBackgroundColor ([#8480](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8480)) + - Update oui to 1.16 ([#8564](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8564)) + - Update oui to 1.17 ([#8640](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8640)) + +### 🪛 Refactoring + + - [Look&Feel] Updated Discover No Results panel ([#7891](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7891)) + - Move the render of query extension control buttons to extension component ([#8334](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8334)) + - [Workspace] Refactor summary panel in workspace create page. ([#8381](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8381)) + - [Workspace] Refactor new home page. ([#8467](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8467)) + - Update workspace collaborator table UI ([#8543](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8543)) + - [Workspace] Update default OSD admin config permission and support wildcard. ([#8617](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8617)) + - Fine-tune workspace list page compressed style to align with compressed table ([#8619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8619)) + - Update change access modal display name ([#8680](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8680)) + - [discover] query editor and language selector state fixes ([#8712](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8712)) + +### 🔩 Tests + ## [2.17.0-2024-09-06](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/2.17.0) ### 💥 Breaking Changes diff --git a/changelogs/fragments/7178.yml b/changelogs/fragments/7178.yml deleted file mode 100644 index ebeadc63249a..000000000000 --- a/changelogs/fragments/7178.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Truncate height of table cell in legacy discover ([#7178](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7178)) \ No newline at end of file diff --git a/changelogs/fragments/7609.yml b/changelogs/fragments/7609.yml deleted file mode 100644 index edb1d5a60c64..000000000000 --- a/changelogs/fragments/7609.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Dataset nav to load external connections and update namespace ([#7609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7609)) \ No newline at end of file diff --git a/changelogs/fragments/7811.yml b/changelogs/fragments/7811.yml deleted file mode 100644 index 059bd35d3d21..000000000000 --- a/changelogs/fragments/7811.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- [CVE-2017-16100] Use a patched version for the `dns-sync` dependency ([#7811](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7811)) \ No newline at end of file diff --git a/changelogs/fragments/7891.yml b/changelogs/fragments/7891.yml deleted file mode 100644 index 6300c0905a55..000000000000 --- a/changelogs/fragments/7891.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- [Look&Feel] Updated Discover No Results panel ([#7891](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7891)) \ No newline at end of file diff --git a/changelogs/fragments/7938.yml b/changelogs/fragments/7938.yml deleted file mode 100644 index 12162f9a219b..000000000000 --- a/changelogs/fragments/7938.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Change dev tools to a modal ([#7938](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7938)) \ No newline at end of file diff --git a/changelogs/fragments/7953.yml b/changelogs/fragments/7953.yml deleted file mode 100644 index 0b0782f6dafb..000000000000 --- a/changelogs/fragments/7953.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Experimental] Support user personal settings ([#7953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7953)) \ No newline at end of file diff --git a/changelogs/fragments/7962.yml b/changelogs/fragments/7962.yml deleted file mode 100644 index ba9432b572e7..000000000000 --- a/changelogs/fragments/7962.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Make left nav compatible with small screen. ([#7962](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7962)) \ No newline at end of file diff --git a/changelogs/fragments/7991.yml b/changelogs/fragments/7991.yml deleted file mode 100644 index f60b36710c5e..000000000000 --- a/changelogs/fragments/7991.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Keep Autocomplete suggestion window open and put user hints below the suggestion window ([#7991](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7991)) \ No newline at end of file diff --git a/changelogs/fragments/8008.yml b/changelogs/fragments/8008.yml deleted file mode 100644 index a6360be04d31..000000000000 --- a/changelogs/fragments/8008.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [MDS]Add MDS support for Integration ([#8008](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8008)) \ No newline at end of file diff --git a/changelogs/fragments/8013.yml b/changelogs/fragments/8013.yml deleted file mode 100644 index 607966b614fd..000000000000 --- a/changelogs/fragments/8013.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Integrate workspace with data connections in front end ([#8013](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8013)) \ No newline at end of file diff --git a/changelogs/fragments/8026.yml b/changelogs/fragments/8026.yml deleted file mode 100644 index 4eb2b86f764d..000000000000 --- a/changelogs/fragments/8026.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- Bump `micromatch` from 4.0.7 to 4.0.8 ([#8026](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8026)) \ No newline at end of file diff --git a/changelogs/fragments/8045.yml b/changelogs/fragments/8045.yml deleted file mode 100644 index da2a823b6367..000000000000 --- a/changelogs/fragments/8045.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Order of query editor extensions not working ([#8045](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8045)) \ No newline at end of file diff --git a/changelogs/fragments/8060.yml b/changelogs/fragments/8060.yml deleted file mode 100644 index 705e428a42a1..000000000000 --- a/changelogs/fragments/8060.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix row rendering in Discover infinite scroll ([#8060](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8060)) \ No newline at end of file diff --git a/changelogs/fragments/8076.yml b/changelogs/fragments/8076.yml deleted file mode 100644 index 13920d42c75f..000000000000 --- a/changelogs/fragments/8076.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [navigation] Add `sample data` menu back ([#8076](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8076)) \ No newline at end of file diff --git a/changelogs/fragments/8079.yml b/changelogs/fragments/8079.yml deleted file mode 100644 index c674500c1033..000000000000 --- a/changelogs/fragments/8079.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Fix workspace description error when name invalid ([#8079](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8079)) \ No newline at end of file diff --git a/changelogs/fragments/8082.yml b/changelogs/fragments/8082.yml deleted file mode 100644 index e360fdb9d3fc..000000000000 --- a/changelogs/fragments/8082.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Discover]Fix infinite loop cause discover hang ([#8082](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8082)) \ No newline at end of file diff --git a/changelogs/fragments/8086.yml b/changelogs/fragments/8086.yml deleted file mode 100644 index 4cc7acd85249..000000000000 --- a/changelogs/fragments/8086.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Fix page display errors and add loading status ([#8086](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8086)) \ No newline at end of file diff --git a/changelogs/fragments/8087.yml b/changelogs/fragments/8087.yml deleted file mode 100644 index 3c6a8fd9cafb..000000000000 --- a/changelogs/fragments/8087.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- PPL Autocomplete functions, fields, & table suggestion ([#8087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8087)) \ No newline at end of file diff --git a/changelogs/fragments/8100.yml b/changelogs/fragments/8100.yml deleted file mode 100644 index 40b48e259a00..000000000000 --- a/changelogs/fragments/8100.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Remove unsupported languages for dataset ([#8100](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8100)) \ No newline at end of file diff --git a/changelogs/fragments/8108.yml b/changelogs/fragments/8108.yml deleted file mode 100644 index ceb661ab0fb0..000000000000 --- a/changelogs/fragments/8108.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Correct the size of disabled ValidatedDualRange components in InputControl visualizations ([#8108](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8108)) \ No newline at end of file diff --git a/changelogs/fragments/8118.yml b/changelogs/fragments/8118.yml deleted file mode 100644 index 9012e585cc2f..000000000000 --- a/changelogs/fragments/8118.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Necessary functions are missing from data source permission saved object wrapper ([#8118](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8118)) \ No newline at end of file diff --git a/changelogs/fragments/8139.yml b/changelogs/fragments/8139.yml deleted file mode 100644 index 9f60fbf5195b..000000000000 --- a/changelogs/fragments/8139.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix fit & finish for workspace overview getting started and assets section ([#8139](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8139)) \ No newline at end of file diff --git a/changelogs/fragments/8151.yml b/changelogs/fragments/8151.yml deleted file mode 100644 index 0e045a2d4476..000000000000 --- a/changelogs/fragments/8151.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Remove workspace detail title in navigation when new nav is disabled ([#8151](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8151)) \ No newline at end of file diff --git a/changelogs/fragments/8153.yml b/changelogs/fragments/8153.yml deleted file mode 100644 index 2cdb4bbc3a1e..000000000000 --- a/changelogs/fragments/8153.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Disable "Save changes" button on character limit exceeded ([#8153](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8153)) \ No newline at end of file diff --git a/changelogs/fragments/8160.yml b/changelogs/fragments/8160.yml deleted file mode 100644 index 2935c9abff02..000000000000 --- a/changelogs/fragments/8160.yml +++ /dev/null @@ -1,3 +0,0 @@ -fix: -- Config related issues ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) -- Dedup the category ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) \ No newline at end of file diff --git a/changelogs/fragments/8166.yml b/changelogs/fragments/8166.yml deleted file mode 100644 index 4a74935df5ef..000000000000 --- a/changelogs/fragments/8166.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fixes UI issues in Discover and data configurator ([#8166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8166)) \ No newline at end of file diff --git a/changelogs/fragments/8167.yml b/changelogs/fragments/8167.yml deleted file mode 100644 index 4754204aa50a..000000000000 --- a/changelogs/fragments/8167.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Discover Embeddable not showing _source when all other column are removed ([#8167](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8167)) \ No newline at end of file diff --git a/changelogs/fragments/8168.yml b/changelogs/fragments/8168.yml deleted file mode 100644 index aa97ca77e278..000000000000 --- a/changelogs/fragments/8168.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Sync query and filter when refreshing discover page ([#8168](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8168)) \ No newline at end of file diff --git a/changelogs/fragments/8184.yml b/changelogs/fragments/8184.yml deleted file mode 100644 index d22313098381..000000000000 --- a/changelogs/fragments/8184.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix bug when dynamic config index and alias are checked ([#8184](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8184)) \ No newline at end of file diff --git a/changelogs/fragments/8186.yml b/changelogs/fragments/8186.yml deleted file mode 100644 index 0e194ad9c6f5..000000000000 --- a/changelogs/fragments/8186.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add data summary panel in discover ([#8186](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8186)) diff --git a/changelogs/fragments/8188.yml b/changelogs/fragments/8188.yml deleted file mode 100644 index b94339d396f4..000000000000 --- a/changelogs/fragments/8188.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Fix workspace detail UI bugs ([#8188](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8188)) \ No newline at end of file diff --git a/changelogs/fragments/8189.yml b/changelogs/fragments/8189.yml deleted file mode 100644 index fc93e6127a55..000000000000 --- a/changelogs/fragments/8189.yml +++ /dev/null @@ -1,3 +0,0 @@ -fix: -- Current nav group will be mapped to global system nav group even if user is in a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) -- Current nav group will be mapped to a nav group even when user is out of a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) \ No newline at end of file diff --git a/changelogs/fragments/8197.yml b/changelogs/fragments/8197.yml deleted file mode 100644 index 137547c80220..000000000000 --- a/changelogs/fragments/8197.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- [CVE-2024-45296] Bump `path-to-regexp` to 1.9.0, 3.3.0, and 6.3.0 ([#8197](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8197)) \ No newline at end of file diff --git a/changelogs/fragments/8200.yml b/changelogs/fragments/8200.yml deleted file mode 100644 index ce392ee9b2dd..000000000000 --- a/changelogs/fragments/8200.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Update workspace server to support data connection type ([#8200](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8200)) \ No newline at end of file diff --git a/changelogs/fragments/8212.yml b/changelogs/fragments/8212.yml deleted file mode 100644 index 5a226348dc76..000000000000 --- a/changelogs/fragments/8212.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add loading indicator and counter to query result ([#8212](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8212)) \ No newline at end of file diff --git a/changelogs/fragments/8213.yml b/changelogs/fragments/8213.yml deleted file mode 100644 index c54c3b1665ec..000000000000 --- a/changelogs/fragments/8213.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Add tooltip in workspace settings top delete button ([#8213](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8213)) \ No newline at end of file diff --git a/changelogs/fragments/8214.yml b/changelogs/fragments/8214.yml deleted file mode 100644 index ce9d1ee6ca32..000000000000 --- a/changelogs/fragments/8214.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add last updated time and cache refresh button to Discover Advanced Dataset Selector ([#8214](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8214)) \ No newline at end of file diff --git a/changelogs/fragments/8215.yml b/changelogs/fragments/8215.yml deleted file mode 100644 index 9ade384eea76..000000000000 --- a/changelogs/fragments/8215.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix: use workspace type icons and compressed input ([#8215](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8215)) \ No newline at end of file diff --git a/changelogs/fragments/8216.yml b/changelogs/fragments/8216.yml deleted file mode 100644 index 97fbf1fd2e39..000000000000 --- a/changelogs/fragments/8216.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Add tooltips for sidebar icon buttons ([#8216](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8216)) \ No newline at end of file diff --git a/changelogs/fragments/8217.yml b/changelogs/fragments/8217.yml deleted file mode 100644 index ae85b91ecd45..000000000000 --- a/changelogs/fragments/8217.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix initial page UI issues ([#8217](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8217)) \ No newline at end of file diff --git a/changelogs/fragments/8218.yml b/changelogs/fragments/8218.yml deleted file mode 100644 index 516c0850caf3..000000000000 --- a/changelogs/fragments/8218.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Remove nav group for dev tools ([#8218](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8218)) \ No newline at end of file diff --git a/changelogs/fragments/8222.yml b/changelogs/fragments/8222.yml deleted file mode 100644 index e617e5983556..000000000000 --- a/changelogs/fragments/8222.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update data explorer ui to use compressed components ([#8222](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8222)) \ No newline at end of file diff --git a/changelogs/fragments/8223.yml b/changelogs/fragments/8223.yml deleted file mode 100644 index e082d47e820b..000000000000 --- a/changelogs/fragments/8223.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix overlay offsets on pages with feature header ([#8223](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8223)) \ No newline at end of file diff --git a/changelogs/fragments/8225.yml b/changelogs/fragments/8225.yml deleted file mode 100644 index c121a5f94e7d..000000000000 --- a/changelogs/fragments/8225.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update the version post release 2.17 ([#8225](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8225)) \ No newline at end of file diff --git a/changelogs/fragments/8226.yml b/changelogs/fragments/8226.yml deleted file mode 100644 index 65fba83f932a..000000000000 --- a/changelogs/fragments/8226.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Remove unused enhancements APIs, clean up, and error handling ([#8226](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8226)) \ No newline at end of file diff --git a/changelogs/fragments/8227.yml b/changelogs/fragments/8227.yml deleted file mode 100644 index a2647634e9f8..000000000000 --- a/changelogs/fragments/8227.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Adjust semantics and sizing of page titles in application headers ([#8227](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8227)) \ No newline at end of file diff --git a/changelogs/fragments/8232.yml b/changelogs/fragments/8232.yml deleted file mode 100644 index 3c4766037b6d..000000000000 --- a/changelogs/fragments/8232.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Use @osd/std to prettify objects for display ([#8232](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8232)) \ No newline at end of file diff --git a/changelogs/fragments/8236.yml b/changelogs/fragments/8236.yml deleted file mode 100644 index 3847544e5466..000000000000 --- a/changelogs/fragments/8236.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace] drop user personal settings page ([#8236](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8236)) \ No newline at end of file diff --git a/changelogs/fragments/8245.yml b/changelogs/fragments/8245.yml deleted file mode 100644 index 33a9f71bbd91..000000000000 --- a/changelogs/fragments/8245.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Expose method to register search strategy routes in query enhancement ([#8245](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8245)) \ No newline at end of file diff --git a/changelogs/fragments/8246.yml b/changelogs/fragments/8246.yml deleted file mode 100644 index 21f8bf3c710a..000000000000 --- a/changelogs/fragments/8246.yml +++ /dev/null @@ -1,2 +0,0 @@ -chore: -- Update oui to 1.13 ([#8246](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8246)) \ No newline at end of file diff --git a/changelogs/fragments/8252.yml b/changelogs/fragments/8252.yml deleted file mode 100644 index f612ecc2b2f8..000000000000 --- a/changelogs/fragments/8252.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Run recent query button work properly ([#8252](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8252)) \ No newline at end of file diff --git a/changelogs/fragments/8255.yml b/changelogs/fragments/8255.yml deleted file mode 100644 index 3f2d5361e70e..000000000000 --- a/changelogs/fragments/8255.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Support data connections and multi-select table in dataset picker ([#8255](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8255)) \ No newline at end of file diff --git a/changelogs/fragments/8265.yml b/changelogs/fragments/8265.yml deleted file mode 100644 index f57aa5d6d0ac..000000000000 --- a/changelogs/fragments/8265.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Fix workspace assets page UI bugs ([#8265](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8265)) \ No newline at end of file diff --git a/changelogs/fragments/8268.yml b/changelogs/fragments/8268.yml deleted file mode 100644 index dc7bc64538a8..000000000000 --- a/changelogs/fragments/8268.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Validate if the workspaces param is valid or not when consume it in the wrapper. ([#8268](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8268)) \ No newline at end of file diff --git a/changelogs/fragments/8274.yml b/changelogs/fragments/8274.yml deleted file mode 100644 index a8f25a5bd512..000000000000 --- a/changelogs/fragments/8274.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) \ No newline at end of file diff --git a/changelogs/fragments/8286.yml b/changelogs/fragments/8286.yml deleted file mode 100644 index fce477aa351c..000000000000 --- a/changelogs/fragments/8286.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [navigation] remember state when expand / collapse left nav ([#8286](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8286)) \ No newline at end of file diff --git a/changelogs/fragments/8291.yml b/changelogs/fragments/8291.yml deleted file mode 100644 index 77341a36410b..000000000000 --- a/changelogs/fragments/8291.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Update sample data page UI when useUpdatedUX enabled ([#8291](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8291)) \ No newline at end of file diff --git a/changelogs/fragments/8299.yml b/changelogs/fragments/8299.yml deleted file mode 100644 index 6c5f2ea775a2..000000000000 --- a/changelogs/fragments/8299.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Expose datasets and data_frames directories for specific imports ([#8299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8299)) \ No newline at end of file diff --git a/changelogs/fragments/8303.yml b/changelogs/fragments/8303.yml deleted file mode 100644 index 9c644863ee41..000000000000 --- a/changelogs/fragments/8303.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace] prepend workspace name and icon to breadcrumbs ([#8303](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8303)) \ No newline at end of file diff --git a/changelogs/fragments/8315.yml b/changelogs/fragments/8315.yml deleted file mode 100644 index 77f370408739..000000000000 --- a/changelogs/fragments/8315.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Hide delete button for non osd admins in workspace list ([#8315](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8315)) \ No newline at end of file diff --git a/changelogs/fragments/8317.yml b/changelogs/fragments/8317.yml deleted file mode 100644 index 2098a21002d8..000000000000 --- a/changelogs/fragments/8317.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix workspace detail page issues ([#8317](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8317)) \ No newline at end of file diff --git a/changelogs/fragments/8320.yml b/changelogs/fragments/8320.yml deleted file mode 100644 index 7d9ed1c7e624..000000000000 --- a/changelogs/fragments/8320.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update osd to respect new oui breakpoints ([#8320](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8320)) \ No newline at end of file diff --git a/changelogs/fragments/8322.yml b/changelogs/fragments/8322.yml deleted file mode 100644 index c44f12292b5f..000000000000 --- a/changelogs/fragments/8322.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Keyboard shortcut for running queries ([#8322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8322)) \ No newline at end of file diff --git a/changelogs/fragments/8330.yml b/changelogs/fragments/8330.yml deleted file mode 100644 index 7aa37214ecd0..000000000000 --- a/changelogs/fragments/8330.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Redirect sample data link to the page in the same workspace ([#8330](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8330)) \ No newline at end of file diff --git a/changelogs/fragments/8331.yml b/changelogs/fragments/8331.yml deleted file mode 100644 index 127f61d5eb3c..000000000000 --- a/changelogs/fragments/8331.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Discover query input background not shrink when window resize ([#8331](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8331)) \ No newline at end of file diff --git a/changelogs/fragments/8332.yml b/changelogs/fragments/8332.yml deleted file mode 100644 index 57dce1102a30..000000000000 --- a/changelogs/fragments/8332.yml +++ /dev/null @@ -1,3 +0,0 @@ -feat: -- [navigation] flatten left nav in Analytics(all) use case ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) -- [navigation] Adjust the appearances of the left navigation menu and the landing page ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) \ No newline at end of file diff --git a/changelogs/fragments/8334.yml b/changelogs/fragments/8334.yml deleted file mode 100644 index f2ff968f472f..000000000000 --- a/changelogs/fragments/8334.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- Move the render of query extension control buttons to extension component ([#8334](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8334)) \ No newline at end of file diff --git a/changelogs/fragments/8335.yml b/changelogs/fragments/8335.yml deleted file mode 100644 index c7948b55c70f..000000000000 --- a/changelogs/fragments/8335.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix HeaderControl not rendered if not mount in initial rendering ([#8335](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8335)) \ No newline at end of file diff --git a/changelogs/fragments/8346.yml b/changelogs/fragments/8346.yml deleted file mode 100644 index 66708de94eae..000000000000 --- a/changelogs/fragments/8346.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) \ No newline at end of file diff --git a/changelogs/fragments/8347.yml b/changelogs/fragments/8347.yml deleted file mode 100644 index 4782f3afcf7f..000000000000 --- a/changelogs/fragments/8347.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Prevent too many queries sent from dataset selector ([#8347](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8347)) \ No newline at end of file diff --git a/changelogs/fragments/8352.yml b/changelogs/fragments/8352.yml deleted file mode 100644 index 048f8a94a22a..000000000000 --- a/changelogs/fragments/8352.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Add discover summary error info and button click logic enhancement ([#8352](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8352)) diff --git a/changelogs/fragments/8368.yml b/changelogs/fragments/8368.yml deleted file mode 100644 index 473356223888..000000000000 --- a/changelogs/fragments/8368.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Data.search() should not ignore the strategy passed as parameter ([#8368](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8368)) \ No newline at end of file diff --git a/changelogs/fragments/8372.yml b/changelogs/fragments/8372.yml deleted file mode 100644 index 93dd21d33b21..000000000000 --- a/changelogs/fragments/8372.yml +++ /dev/null @@ -1,2 +0,0 @@ -chore: -- Update oui to 1.14 ([#8372](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8372)) \ No newline at end of file diff --git a/changelogs/fragments/8375.yml b/changelogs/fragments/8375.yml deleted file mode 100644 index d811313da09f..000000000000 --- a/changelogs/fragments/8375.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Update details panel UI in workspace create page ([#8375](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8375)) \ No newline at end of file diff --git a/changelogs/fragments/8381.yml b/changelogs/fragments/8381.yml deleted file mode 100644 index 144be5070545..000000000000 --- a/changelogs/fragments/8381.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- [Workspace] Refactor summary panel in workspace create page. ([#8381](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8381)) \ No newline at end of file diff --git a/changelogs/fragments/8382.yml b/changelogs/fragments/8382.yml deleted file mode 100644 index 2b0dd5d85d09..000000000000 --- a/changelogs/fragments/8382.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Refactor collaborators panel at workspace create ([#8382](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8382)) \ No newline at end of file diff --git a/changelogs/fragments/8383.yml b/changelogs/fragments/8383.yml deleted file mode 100644 index db594be75661..000000000000 --- a/changelogs/fragments/8383.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Refactor data source association panel ([#8383](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8383)) \ No newline at end of file diff --git a/changelogs/fragments/8392.yml b/changelogs/fragments/8392.yml deleted file mode 100644 index 618bfdf06517..000000000000 --- a/changelogs/fragments/8392.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n in core ([#8392](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8392)) \ No newline at end of file diff --git a/changelogs/fragments/8393.yml b/changelogs/fragments/8393.yml deleted file mode 100644 index e1b1031516af..000000000000 --- a/changelogs/fragments/8393.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n and correct duplicate i18n identifiers in console plugin ([#8393](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8393)) \ No newline at end of file diff --git a/changelogs/fragments/8394.yml b/changelogs/fragments/8394.yml deleted file mode 100644 index 965727c8d58e..000000000000 --- a/changelogs/fragments/8394.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic and correct unprefixed and duplicate i18n identifiers in dataSourceManagement plugin ([#8394](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8394)) \ No newline at end of file diff --git a/changelogs/fragments/8396.yml b/changelogs/fragments/8396.yml deleted file mode 100644 index ef8e0b962dc7..000000000000 --- a/changelogs/fragments/8396.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n in discover plugin ([#8396](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8396)) \ No newline at end of file diff --git a/changelogs/fragments/8397.yml b/changelogs/fragments/8397.yml deleted file mode 100644 index e33a3850d3f5..000000000000 --- a/changelogs/fragments/8397.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n and correct unprefixed i18n identifiers in queryEnhancements plugin ([#8397](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8397)) \ No newline at end of file diff --git a/changelogs/fragments/8398.yml b/changelogs/fragments/8398.yml deleted file mode 100644 index 649798050b3e..000000000000 --- a/changelogs/fragments/8398.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n in indexPatternManagement plugin ([#8398](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8398)) \ No newline at end of file diff --git a/changelogs/fragments/8399.yml b/changelogs/fragments/8399.yml deleted file mode 100644 index c34e14643d9d..000000000000 --- a/changelogs/fragments/8399.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n and correct unprefixed and duplicate i18n identifiers in visBuilder plugin ([#8399](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8399)) \ No newline at end of file diff --git a/changelogs/fragments/8401.yml b/changelogs/fragments/8401.yml deleted file mode 100644 index 5bc0654bf3a9..000000000000 --- a/changelogs/fragments/8401.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix unprefixed i18n identifiers in dashboard plugin ([#8401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8401)) \ No newline at end of file diff --git a/changelogs/fragments/8402.yml b/changelogs/fragments/8402.yml deleted file mode 100644 index b968dd245557..000000000000 --- a/changelogs/fragments/8402.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix incorrect use of TopNavControlDescriptionData in dataSourceManagement plugin ([#8402](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8402)) \ No newline at end of file diff --git a/changelogs/fragments/8403.yml b/changelogs/fragments/8403.yml deleted file mode 100644 index 34d00d2e2651..000000000000 --- a/changelogs/fragments/8403.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n in home plugin ([#8403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8403)) \ No newline at end of file diff --git a/changelogs/fragments/8404.yml b/changelogs/fragments/8404.yml deleted file mode 100644 index e3b43a20056d..000000000000 --- a/changelogs/fragments/8404.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix dynamic uses of i18n in opensearchDashboardsReact plugin ([#8404](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8404)) \ No newline at end of file diff --git a/changelogs/fragments/8406.yml b/changelogs/fragments/8406.yml deleted file mode 100644 index 015cf2dac996..000000000000 --- a/changelogs/fragments/8406.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix unprefixed i18n identifiers in visTypeVega plugin ([#8406](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8406)) \ No newline at end of file diff --git a/changelogs/fragments/8407.yml b/changelogs/fragments/8407.yml deleted file mode 100644 index 27029ebbe418..000000000000 --- a/changelogs/fragments/8407.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix duplicate i18n identifiers in visualize plugin ([#8407](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8407)) \ No newline at end of file diff --git a/changelogs/fragments/8408.yml b/changelogs/fragments/8408.yml deleted file mode 100644 index 3fac7577a5db..000000000000 --- a/changelogs/fragments/8408.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix unprefixed i18n identifiers in management plugin ([#8408](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8408)) \ No newline at end of file diff --git a/changelogs/fragments/8409.yml b/changelogs/fragments/8409.yml deleted file mode 100644 index 3cdf6d787a77..000000000000 --- a/changelogs/fragments/8409.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix unprefixed and duplicate i18n identifiers in visAugmenter plugin ([#8409](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8409)) \ No newline at end of file diff --git a/changelogs/fragments/8411.yml b/changelogs/fragments/8411.yml deleted file mode 100644 index 56940f03c677..000000000000 --- a/changelogs/fragments/8411.yml +++ /dev/null @@ -1,9 +0,0 @@ -infra: -- Add i18n checks to PR workflows ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) - -feat: -- Ignore missing `formats` while checking locale files ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) -- Add help text and description to `i18n-check` ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) - -fix: -- Fix malformed translations ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) \ No newline at end of file diff --git a/changelogs/fragments/8412.yml b/changelogs/fragments/8412.yml deleted file mode 100644 index e104caf16edc..000000000000 --- a/changelogs/fragments/8412.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix unprefixed i18n identifiers in examples ([#8412](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8412)) \ No newline at end of file diff --git a/changelogs/fragments/8413.yml b/changelogs/fragments/8413.yml deleted file mode 100644 index b23b994010e4..000000000000 --- a/changelogs/fragments/8413.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Refactor use case selector in workspace creation page ([#8413](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8413)) \ No newline at end of file diff --git a/changelogs/fragments/8415.yml b/changelogs/fragments/8415.yml deleted file mode 100644 index 261821962a13..000000000000 --- a/changelogs/fragments/8415.yml +++ /dev/null @@ -1,2 +0,0 @@ -doc: -- Add Hailong-am as maintainer ([#8415](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8415)) \ No newline at end of file diff --git a/changelogs/fragments/8422.yml b/changelogs/fragments/8422.yml deleted file mode 100644 index d8afcd0a7008..000000000000 --- a/changelogs/fragments/8422.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Support use case populate for workspace create and list page ([#8422](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8422)) \ No newline at end of file diff --git a/changelogs/fragments/8423.yml b/changelogs/fragments/8423.yml deleted file mode 100644 index 82f9992dcc4c..000000000000 --- a/changelogs/fragments/8423.yml +++ /dev/null @@ -1,2 +0,0 @@ -infra: -- Add precommit hook to validate i18n ([#8423](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8423)) \ No newline at end of file diff --git a/changelogs/fragments/8424.yml b/changelogs/fragments/8424.yml deleted file mode 100644 index 78cb286df625..000000000000 --- a/changelogs/fragments/8424.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add some preliminary translations ([#8424](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8424)) \ No newline at end of file diff --git a/changelogs/fragments/8435.yml b/changelogs/fragments/8435.yml deleted file mode 100644 index 959d3e9b9cf2..000000000000 --- a/changelogs/fragments/8435.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Remove what's new card in workspace overview page ([#8435](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8435)) \ No newline at end of file diff --git a/changelogs/fragments/8445.yml b/changelogs/fragments/8445.yml deleted file mode 100644 index a67ae4520557..000000000000 --- a/changelogs/fragments/8445.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Fix use case hidden features not accessible ([#8445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8445)) \ No newline at end of file diff --git a/changelogs/fragments/8460.yml b/changelogs/fragments/8460.yml deleted file mode 100644 index 6aee531d9ad2..000000000000 --- a/changelogs/fragments/8460.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Replace segmented button with tabs for OpenSearch connections and Direct query connections ([#8460](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8460)) \ No newline at end of file diff --git a/changelogs/fragments/8461.yml b/changelogs/fragments/8461.yml deleted file mode 100644 index 74c6bcd475d7..000000000000 --- a/changelogs/fragments/8461.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Restrict at least one data source in workspace creation page ([#8461](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8461)) \ No newline at end of file diff --git a/changelogs/fragments/8467.yml b/changelogs/fragments/8467.yml deleted file mode 100644 index 716b0aa48437..000000000000 --- a/changelogs/fragments/8467.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- [Workspace] Refactor new home page. ([#8467](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8467)) \ No newline at end of file diff --git a/changelogs/fragments/8469.yml b/changelogs/fragments/8469.yml deleted file mode 100644 index 3c7cfdb44e17..000000000000 --- a/changelogs/fragments/8469.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Enhances the saved query UX ([#8469](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8469)) \ No newline at end of file diff --git a/changelogs/fragments/8472.yml b/changelogs/fragments/8472.yml deleted file mode 100644 index ec7f1d92b11e..000000000000 --- a/changelogs/fragments/8472.yml +++ /dev/null @@ -1,2 +0,0 @@ -infra: -- Switch OSD build cache to rely on file hashes instead of `mtime`s ([#8472](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8472)) \ No newline at end of file diff --git a/changelogs/fragments/8480.yml b/changelogs/fragments/8480.yml deleted file mode 100644 index 2efb41870b24..000000000000 --- a/changelogs/fragments/8480.yml +++ /dev/null @@ -1,2 +0,0 @@ -chore: -- Update oui to 1.15 and consume $ouiSideNavBackgroundColor ([#8480](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8480)) \ No newline at end of file diff --git a/changelogs/fragments/8481.yml b/changelogs/fragments/8481.yml deleted file mode 100644 index dc6e5092e04c..000000000000 --- a/changelogs/fragments/8481.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add logic to poll for async query result ([#8481](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8481)) \ No newline at end of file diff --git a/changelogs/fragments/8483.yml b/changelogs/fragments/8483.yml deleted file mode 100644 index 97a7721ed260..000000000000 --- a/changelogs/fragments/8483.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix inconsistent i18n key names in workspace and examples ([#8483](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8483)) \ No newline at end of file diff --git a/changelogs/fragments/8484.yml b/changelogs/fragments/8484.yml deleted file mode 100644 index db6872321d0e..000000000000 --- a/changelogs/fragments/8484.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Remove workspace name populate after use case selected ([#8484](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8484)) \ No newline at end of file diff --git a/changelogs/fragments/8486.yml b/changelogs/fragments/8486.yml deleted file mode 100644 index be90a964870b..000000000000 --- a/changelogs/fragments/8486.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Add WorkspaceCollaboratorTypesService and AddCollaboratorsModal ([#8486](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8486)) \ No newline at end of file diff --git a/changelogs/fragments/8489.yml b/changelogs/fragments/8489.yml deleted file mode 100644 index 6e31211c8efd..000000000000 --- a/changelogs/fragments/8489.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Update border style when new left nav expanded ([#8489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8489)) \ No newline at end of file diff --git a/changelogs/fragments/8490.yml b/changelogs/fragments/8490.yml deleted file mode 100644 index 27a70b422eb7..000000000000 --- a/changelogs/fragments/8490.yml +++ /dev/null @@ -1,7 +0,0 @@ -security: -- [CVE-2024-39338] Bump axios from 1.7.2 to 1.7.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) -- [SNYK-JS-MOCHA-2863123] Bump mocha from 10.1.0 to 10.7.3 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) -- [CVE-2024-42459][CVE-2024-42460][CVE-2024-42461] Bump elliptic from 6.5.4 to 6.5.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) - -chore: -- Bump chokidar from 3.5.3 to 3.6.0 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) \ No newline at end of file diff --git a/changelogs/fragments/8492.yml b/changelogs/fragments/8492.yml deleted file mode 100644 index 49f8b1690b43..000000000000 --- a/changelogs/fragments/8492.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Updated DataSource Management to redirect to Discover as well as display the type of the DataSource ([#8492](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8492)) \ No newline at end of file diff --git a/changelogs/fragments/8500.yml b/changelogs/fragments/8500.yml deleted file mode 100644 index 63e3a509aed0..000000000000 --- a/changelogs/fragments/8500.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Introducing workspace level ui settings and hide non-global ui settings from advance settings page ([#8500](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8500)) \ No newline at end of file diff --git a/changelogs/fragments/8501.yml b/changelogs/fragments/8501.yml deleted file mode 100644 index bf37aaa28f7d..000000000000 --- a/changelogs/fragments/8501.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add collaborator table to workspace detail page ([#8501](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8501)) \ No newline at end of file diff --git a/changelogs/fragments/8503.yml b/changelogs/fragments/8503.yml deleted file mode 100644 index 3895767e7323..000000000000 --- a/changelogs/fragments/8503.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Pass hide local cluster flag to data source menu in sample data page ([#8503](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8503)) \ No newline at end of file diff --git a/changelogs/fragments/8504.yml b/changelogs/fragments/8504.yml deleted file mode 100644 index 3ccc6590581d..000000000000 --- a/changelogs/fragments/8504.yml +++ /dev/null @@ -1,6 +0,0 @@ -feat: -- Allow hiding the TSVB axis for time series visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) -- Allow setting scale of each axis for TSVB time series ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) - -fix: -- Compress non-OUI input fields in TSVB visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) \ No newline at end of file diff --git a/changelogs/fragments/8520.yml b/changelogs/fragments/8520.yml deleted file mode 100644 index f0883088331f..000000000000 --- a/changelogs/fragments/8520.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Remove collaborators in workspace creation page ([#8520](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8520)) \ No newline at end of file diff --git a/changelogs/fragments/8524.yml b/changelogs/fragments/8524.yml deleted file mode 100644 index 695d9cb57b06..000000000000 --- a/changelogs/fragments/8524.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace]Analytics use case overview and essential use case overview crashed ([#8524](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8524)) \ No newline at end of file diff --git a/changelogs/fragments/8529.yml b/changelogs/fragments/8529.yml deleted file mode 100644 index 4f57759a9e40..000000000000 --- a/changelogs/fragments/8529.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update the title of header recent menu ([#8529](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8529)) \ No newline at end of file diff --git a/changelogs/fragments/8531.yml b/changelogs/fragments/8531.yml deleted file mode 100644 index e23c5eba1faa..000000000000 --- a/changelogs/fragments/8531.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Display duplicate collaborators error in add collaborators modal ([#8531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8531)) \ No newline at end of file diff --git a/changelogs/fragments/8537.yml b/changelogs/fragments/8537.yml deleted file mode 100644 index 1afbb41a42e0..000000000000 --- a/changelogs/fragments/8537.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [MDS] Mute the non-mds endpoints for direct query data connections ([#8537](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8537)) \ No newline at end of file diff --git a/changelogs/fragments/8538.yml b/changelogs/fragments/8538.yml deleted file mode 100644 index 31ccc192392d..000000000000 --- a/changelogs/fragments/8538.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace] Add global search bar into left nav ([#8538](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8538)) \ No newline at end of file diff --git a/changelogs/fragments/8540.yml b/changelogs/fragments/8540.yml deleted file mode 100644 index c0008c804319..000000000000 --- a/changelogs/fragments/8540.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Replace connections copy with data sources ([#8540](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8540)) \ No newline at end of file diff --git a/changelogs/fragments/8541.yml b/changelogs/fragments/8541.yml deleted file mode 100644 index 5b1b2457bc34..000000000000 --- a/changelogs/fragments/8541.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- The workspace selector jump that occurs when hovering and clicking. ([#8541](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8541)) \ No newline at end of file diff --git a/changelogs/fragments/8543.yml b/changelogs/fragments/8543.yml deleted file mode 100644 index 06bade085a1d..000000000000 --- a/changelogs/fragments/8543.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- Update workspace collaborator table UI ([#8543](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8543)) \ No newline at end of file diff --git a/changelogs/fragments/8544.yml b/changelogs/fragments/8544.yml deleted file mode 100644 index 71d1d815e6dc..000000000000 --- a/changelogs/fragments/8544.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Direct query connections fit and finish fixes ([#8544](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8544)) \ No newline at end of file diff --git a/changelogs/fragments/8545.yml b/changelogs/fragments/8545.yml deleted file mode 100644 index ba972ec51e7c..000000000000 --- a/changelogs/fragments/8545.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Refactor data source list page to include data source association features for workspace ([#8545](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8545)) \ No newline at end of file diff --git a/changelogs/fragments/8554.yml b/changelogs/fragments/8554.yml deleted file mode 100644 index 3c72872e1c0f..000000000000 --- a/changelogs/fragments/8554.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix new home page small screen display issues ([#8554](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8554)) \ No newline at end of file diff --git a/changelogs/fragments/8555.yml b/changelogs/fragments/8555.yml deleted file mode 100644 index 8314c88c1872..000000000000 --- a/changelogs/fragments/8555.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Refactored polling logic to poll for results once current request completes ([#8555](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8555)) \ No newline at end of file diff --git a/changelogs/fragments/8557.yml b/changelogs/fragments/8557.yml deleted file mode 100644 index 7a9fb57b7f60..000000000000 --- a/changelogs/fragments/8557.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add ACL auditor ([#8557](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8557)) \ No newline at end of file diff --git a/changelogs/fragments/8564.yml b/changelogs/fragments/8564.yml deleted file mode 100644 index bc745037679c..000000000000 --- a/changelogs/fragments/8564.yml +++ /dev/null @@ -1,2 +0,0 @@ -chore: -- Update oui to 1.16 ([#8564](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8564)) \ No newline at end of file diff --git a/changelogs/fragments/8565.yml b/changelogs/fragments/8565.yml deleted file mode 100644 index c555535dcf51..000000000000 --- a/changelogs/fragments/8565.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Adds editor footer to single line editor on focus ([#8565](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8565)) \ No newline at end of file diff --git a/changelogs/fragments/8570.yml b/changelogs/fragments/8570.yml deleted file mode 100644 index e967ac10c560..000000000000 --- a/changelogs/fragments/8570.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix workspace update issue ([#8570](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8570)) \ No newline at end of file diff --git a/changelogs/fragments/8574.yml b/changelogs/fragments/8574.yml deleted file mode 100644 index 72c73d09947a..000000000000 --- a/changelogs/fragments/8574.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Show add collaborators modal until collaborators added ([#8574](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8574)) \ No newline at end of file diff --git a/changelogs/fragments/8581.yml b/changelogs/fragments/8581.yml deleted file mode 100644 index 5b352fc31fca..000000000000 --- a/changelogs/fragments/8581.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Disable cope all button when there is no saved objects in assets page ([#8581](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8581)) \ No newline at end of file diff --git a/changelogs/fragments/8587.yml b/changelogs/fragments/8587.yml deleted file mode 100644 index 259c99b7fd22..000000000000 --- a/changelogs/fragments/8587.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add support for otel sample data - logs, traces and metrics ([#8587](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8587)) \ No newline at end of file diff --git a/changelogs/fragments/8592.yml b/changelogs/fragments/8592.yml deleted file mode 100644 index fd4fae271865..000000000000 --- a/changelogs/fragments/8592.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Workspace selector style alignment ([#8592](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8592)) \ No newline at end of file diff --git a/changelogs/fragments/8594.yml b/changelogs/fragments/8594.yml deleted file mode 100644 index cd572c3ffe25..000000000000 --- a/changelogs/fragments/8594.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add workspace collaborators page ([#8594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8594)) \ No newline at end of file diff --git a/changelogs/fragments/8600.yml b/changelogs/fragments/8600.yml deleted file mode 100644 index d1e8a5c00480..000000000000 --- a/changelogs/fragments/8600.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix padding and responsive behavior of page header ([#8600](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8600)) \ No newline at end of file diff --git a/changelogs/fragments/8603.yml b/changelogs/fragments/8603.yml deleted file mode 100644 index 38c4ceea441b..000000000000 --- a/changelogs/fragments/8603.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data ([#8603](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8603)) \ No newline at end of file diff --git a/changelogs/fragments/8604.yml b/changelogs/fragments/8604.yml deleted file mode 100644 index 0b186eaa5ef1..000000000000 --- a/changelogs/fragments/8604.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace]Keep confirm modal and disable confirm button during collaborators operation ([#8604](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8604)) \ No newline at end of file diff --git a/changelogs/fragments/8606.yml b/changelogs/fragments/8606.yml deleted file mode 100644 index 463958814145..000000000000 --- a/changelogs/fragments/8606.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [workspace]fix content management render dashboard with duplicate visualizations ([#8606](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8606)) \ No newline at end of file diff --git a/changelogs/fragments/8607.yml b/changelogs/fragments/8607.yml deleted file mode 100644 index 3aadf45899b5..000000000000 --- a/changelogs/fragments/8607.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Limit workspace colors ([#8607](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8607)) \ No newline at end of file diff --git a/changelogs/fragments/8609.yml b/changelogs/fragments/8609.yml deleted file mode 100644 index eebae8882550..000000000000 --- a/changelogs/fragments/8609.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Discover 2.0 support for S3 fields ([#8609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8609)) \ No newline at end of file diff --git a/changelogs/fragments/8614.yml b/changelogs/fragments/8614.yml deleted file mode 100644 index 0f57ef1e86ca..000000000000 --- a/changelogs/fragments/8614.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update content and styling of use case getting started cards ([#8614](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8614)) \ No newline at end of file diff --git a/changelogs/fragments/8616.yml b/changelogs/fragments/8616.yml deleted file mode 100644 index aa41137d4968..000000000000 --- a/changelogs/fragments/8616.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Adds sample queries and saved queries to Discover no results page ([#8616](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8616)) \ No newline at end of file diff --git a/changelogs/fragments/8617.yml b/changelogs/fragments/8617.yml deleted file mode 100644 index 9ffdf7a19145..000000000000 --- a/changelogs/fragments/8617.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- [Workspace] Update default OSD admin config permission and support wildcard. ([#8617](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8617)) \ No newline at end of file diff --git a/changelogs/fragments/8619.yml b/changelogs/fragments/8619.yml deleted file mode 100644 index 59118814a798..000000000000 --- a/changelogs/fragments/8619.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- Fine-tune workspace list page compressed style to align with compressed table ([#8619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8619)) \ No newline at end of file diff --git a/changelogs/fragments/8620.yml b/changelogs/fragments/8620.yml deleted file mode 100644 index 0bddae141f95..000000000000 --- a/changelogs/fragments/8620.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add data-connection type support for association modal ([#8620](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8620)) \ No newline at end of file diff --git a/changelogs/fragments/8624.yml b/changelogs/fragments/8624.yml deleted file mode 100644 index f6cc0838d746..000000000000 --- a/changelogs/fragments/8624.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- (contentManagement) Add a Page API to allow remove section ([#8624](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8624)) \ No newline at end of file diff --git a/changelogs/fragments/8640.yml b/changelogs/fragments/8640.yml deleted file mode 100644 index 5a91c5a2ecfb..000000000000 --- a/changelogs/fragments/8640.yml +++ /dev/null @@ -1,2 +0,0 @@ -chore: -- Update oui to 1.17 ([#8640](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8640)) \ No newline at end of file diff --git a/changelogs/fragments/8641.yml b/changelogs/fragments/8641.yml deleted file mode 100644 index db81be375e22..000000000000 --- a/changelogs/fragments/8641.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- [Workspace] Response forbidden error for not permitted workspace ([#8641](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8641)) \ No newline at end of file diff --git a/changelogs/fragments/8648.yml b/changelogs/fragments/8648.yml deleted file mode 100644 index 84cc02108e2d..000000000000 --- a/changelogs/fragments/8648.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace] Workspace assets page crashed after library_write permission revoked ([#8648](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8648)) \ No newline at end of file diff --git a/changelogs/fragments/8649.yml b/changelogs/fragments/8649.yml deleted file mode 100644 index 1a3a2d6dbf66..000000000000 --- a/changelogs/fragments/8649.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Finetune search bar and workspace selector style ([#8649](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8649)) \ No newline at end of file diff --git a/changelogs/fragments/8650.yml b/changelogs/fragments/8650.yml deleted file mode 100644 index 3f53ba7a41fa..000000000000 --- a/changelogs/fragments/8650.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix random big number when loading in query result ([#8650](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8650)) \ No newline at end of file diff --git a/changelogs/fragments/8651.yml b/changelogs/fragments/8651.yml deleted file mode 100644 index 0baf8f35105c..000000000000 --- a/changelogs/fragments/8651.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Update the appearance of Discover ([#8651](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8651)) \ No newline at end of file diff --git a/changelogs/fragments/8659.yml b/changelogs/fragments/8659.yml deleted file mode 100644 index 7b007d454736..000000000000 --- a/changelogs/fragments/8659.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Discover UI stuck on searching after failing to find deleted index pattern ([#8659](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8659)) \ No newline at end of file diff --git a/changelogs/fragments/8674.yml b/changelogs/fragments/8674.yml deleted file mode 100644 index 748d45a3dcec..000000000000 --- a/changelogs/fragments/8674.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fixed unsupported language is used from localStorage ([#8674](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8674)) \ No newline at end of file diff --git a/changelogs/fragments/8675.yml b/changelogs/fragments/8675.yml deleted file mode 100644 index b0b6e31ce008..000000000000 --- a/changelogs/fragments/8675.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace] Fix non-workspace admin update defaultIndex ([#8675](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8675)) \ No newline at end of file diff --git a/changelogs/fragments/8680.yml b/changelogs/fragments/8680.yml deleted file mode 100644 index 3dc79aa5aa9d..000000000000 --- a/changelogs/fragments/8680.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- Update change access modal display name ([#8680](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8680)) \ No newline at end of file diff --git a/changelogs/fragments/8693.yml b/changelogs/fragments/8693.yml deleted file mode 100644 index 1e62413015f6..000000000000 --- a/changelogs/fragments/8693.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Update OTEL sample data description with compatible OS version ([#8693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8693)) \ No newline at end of file diff --git a/changelogs/fragments/8706.yml b/changelogs/fragments/8706.yml deleted file mode 100644 index 5d4977a48129..000000000000 --- a/changelogs/fragments/8706.yml +++ /dev/null @@ -1,2 +0,0 @@ -feat: -- Add support for async ppl to discover ([#8706](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8706)) \ No newline at end of file diff --git a/changelogs/fragments/8707.yml b/changelogs/fragments/8707.yml deleted file mode 100644 index 2966d00ae17a..000000000000 --- a/changelogs/fragments/8707.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Ensure save query loaded properly from asset ([#8707](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8707)) \ No newline at end of file diff --git a/changelogs/fragments/8708.yml b/changelogs/fragments/8708.yml deleted file mode 100644 index 4d221331899f..000000000000 --- a/changelogs/fragments/8708.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Discover] Modify the search bar info box content for sql/ppl #8708 ([#8708](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8708)) \ No newline at end of file diff --git a/changelogs/fragments/8712.yml b/changelogs/fragments/8712.yml deleted file mode 100644 index 0a92c99dc9d0..000000000000 --- a/changelogs/fragments/8712.yml +++ /dev/null @@ -1,2 +0,0 @@ -refactor: -- [discover] query editor and language selector state fixes ([#8712](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8712)) \ No newline at end of file diff --git a/changelogs/fragments/8713.yml b/changelogs/fragments/8713.yml deleted file mode 100644 index 547b7a044bf1..000000000000 --- a/changelogs/fragments/8713.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: --[Enhancement] Update auto-complete-api-with-mds ([#8713](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8713)) \ No newline at end of file diff --git a/changelogs/fragments/8718.yml b/changelogs/fragments/8718.yml deleted file mode 100644 index ab810877cf9c..000000000000 --- a/changelogs/fragments/8718.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- [Workspace] [Bug] Fix index pattern issue. ([#8718](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8718)) \ No newline at end of file diff --git a/changelogs/fragments/8719.yml b/changelogs/fragments/8719.yml deleted file mode 100644 index e0e6d17e26a4..000000000000 --- a/changelogs/fragments/8719.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Generate short url with workspace info ([#8719](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8719)) \ No newline at end of file diff --git a/changelogs/fragments/8724.yml b/changelogs/fragments/8724.yml deleted file mode 100644 index 7fb10bee75cd..000000000000 --- a/changelogs/fragments/8724.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Polling for PPL results; Saved dataset to saved queries ([#8724](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8724)) \ No newline at end of file diff --git a/changelogs/fragments/8742.yml b/changelogs/fragments/8742.yml deleted file mode 100644 index ae56990a837e..000000000000 --- a/changelogs/fragments/8742.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- [CVE-2024-48948] Bump `elliptic` from 6.5.7 to 6.6.0 ([#8742](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8742)) \ No newline at end of file diff --git a/changelogs/fragments/8743.yml b/changelogs/fragments/8743.yml deleted file mode 100644 index 4ef81b73020b..000000000000 --- a/changelogs/fragments/8743.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix error handling in query enhancement facet ([#8743](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8743)) \ No newline at end of file diff --git a/changelogs/fragments/8749.yml b/changelogs/fragments/8749.yml deleted file mode 100644 index 9963e9cf771a..000000000000 --- a/changelogs/fragments/8749.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Updates query and language if language is not supported by query data ([#8749](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8749)) \ No newline at end of file diff --git a/changelogs/fragments/8755.yml b/changelogs/fragments/8755.yml deleted file mode 100644 index e98fda5ea131..000000000000 --- a/changelogs/fragments/8755.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix time field wrapping overlap on language change in Discover table ([#8755](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8755)) \ No newline at end of file diff --git a/changelogs/fragments/8771.yml b/changelogs/fragments/8771.yml deleted file mode 100644 index f923975aface..000000000000 --- a/changelogs/fragments/8771.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Fix error handling for ppl jobs API ([#8771](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8771)) \ No newline at end of file diff --git a/release-notes/opensearch-dashboards.release-notes-2.18.0.md b/release-notes/opensearch-dashboards.release-notes-2.18.0.md new file mode 100644 index 000000000000..618e4dbeb737 --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-2.18.0.md @@ -0,0 +1,216 @@ +# VERSION 2.18.0 Release Note + +### 💥 Breaking Changes + +### Deprecations + +### 🛡 Security + + - [CVE-2017-16100] Use a patched version for the `dns-sync` dependency ([#7811](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7811)) + - Bump `micromatch` from 4.0.7 to 4.0.8 ([#8026](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8026)) + - [CVE-2024-45296] Bump `path-to-regexp` to 1.9.0, 3.3.0, and 6.3.0 ([#8197](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8197)) + - [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) + - [CVE-2024-48948] Bump `elliptic` from 6.5.7 to 6.6.0 ([#8742](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8742)) + - [CVE-2024-39338] Bump axios from 1.7.2 to 1.7.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + - [SNYK-JS-MOCHA-2863123] Bump mocha from 10.1.0 to 10.7.3 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + - [CVE-2024-42459][CVE-2024-42460][CVE-2024-42461] Bump elliptic from 6.5.4 to 6.5.7 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + + +### 📈 Features/Enhancements + + - Change dev tools to a modal ([#7938](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7938)) + - [Experimental] Support user personal settings ([#7953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7953)) + - Keep Autocomplete suggestion window open and put user hints below the suggestion window ([#7991](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7991)) + - [MDS]Add MDS support for Integration ([#8008](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8008)) + - Integrate workspace with data connections in front end ([#8013](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8013)) + - [navigation] Add `sample data` menu back ([#8076](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8076)) + - Add data summary panel in discover ([#8186](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8186)) + - Update workspace server to support data connection type ([#8200](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8200)) + - Add loading indicator and counter to query result ([#8212](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8212)) + - [Workspace]Add tooltip in workspace settings top delete button ([#8213](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8213)) + - Add last updated time and cache refresh button to Discover Advanced Dataset Selector ([#8214](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8214)) + - Adjust semantics and sizing of page titles in application headers ([#8227](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8227)) + - Support data connections and multi-select table in dataset picker ([#8255](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8255)) + - Validate if the workspaces param is valid or not when consume it in the wrapper. ([#8268](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8268)) + - [navigation] remember state when expand / collapse left nav ([#8286](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8286)) + - Update sample data page UI when useUpdatedUX enabled ([#8291](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8291)) + - [Workspace]Update details panel UI in workspace create page ([#8375](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8375)) + - Refactor collaborators panel at workspace create ([#8382](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8382)) + - Refactor data source association panel ([#8383](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8383)) + - Ignore missing `formats` while checking locale files ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Add help text and description to `i18n-check` ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - [Workspace]Refactor use case selector in workspace creation page ([#8413](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8413)) + - Support use case populate for workspace create and list page ([#8422](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8422)) + - Add some preliminary translations ([#8424](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8424)) + - [Workspace]Restrict at least one data source in workspace creation page ([#8461](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8461)) + - Enhances the saved query UX ([#8469](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8469)) + - Add logic to poll for async query result ([#8481](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8481)) + - [Workspace]Remove workspace name populate after use case selected ([#8484](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8484)) + - [Workspace]Add WorkspaceCollaboratorTypesService and AddCollaboratorsModal ([#8486](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8486)) + - Update border style when new left nav expanded ([#8489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8489)) + - Introducing workspace level ui settings and hide non-global ui settings from advance settings page ([#8500](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8500)) + - Add collaborator table to workspace detail page ([#8501](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8501)) + - Allow hiding the TSVB axis for time series visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - Allow setting scale of each axis for TSVB time series ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - [Workspace]Remove collaborators in workspace creation page ([#8520](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8520)) + - [Workspace]Display duplicate collaborators error in add collaborators modal ([#8531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8531)) + - [Workspace] Add global search bar into left nav ([#8538](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8538)) + - [Workspace]Replace connections copy with data sources ([#8540](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8540)) + - Refactor data source list page to include data source association features for workspace ([#8545](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8545)) + - Add ACL auditor ([#8557](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8557)) + - Adds editor footer to single line editor on focus ([#8565](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8565)) + - [Workspace]Show add collaborators modal until collaborators added ([#8574](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8574)) + - Add support for otel sample data - logs, traces and metrics ([#8587](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8587)) + - Add workspace collaborators page ([#8594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8594)) + - [Workspace]Keep confirm modal and disable confirm button during collaborators operation ([#8604](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8604)) + - Limit workspace colors ([#8607](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8607)) + - Adds sample queries and saved queries to Discover no results page ([#8616](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8616)) + - Add data-connection type support for association modal ([#8620](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8620)) + - (contentManagement) Add a Page API to allow remove section ([#8624](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8624)) + - [Workspace] Response forbidden error for not permitted workspace ([#8641](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8641)) + - Update the appearance of Discover ([#8651](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8651)) + - Add support for async ppl to discover ([#8706](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8706)) + - [navigation] Refactor: flatten left nav in Analytics(all) use case ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) + +### 🐛 Bug Fixes + + - Truncate height of table cell in legacy discover ([#7178](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7178)) + - Dataset nav to load external connections and update namespace ([#7609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7609)) + - Make left nav compatible with small screen. ([#7962](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7962)) + - Order of query editor extensions not working ([#8045](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8045)) + - Fix row rendering in Discover infinite scroll ([#8060](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8060)) + - [Workspace]Fix workspace description error when name invalid ([#8079](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8079)) + - [Discover]Fix infinite loop cause discover hang ([#8082](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8082)) + - [Workspace]Fix page display errors and add loading status ([#8086](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8086)) + - PPL Autocomplete functions, fields, & table suggestion ([#8087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8087)) + - Remove unsupported languages for dataset ([#8100](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8100)) + - Correct the size of disabled ValidatedDualRange components in InputControl visualizations ([#8108](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8108)) + - Necessary functions are missing from data source permission saved object wrapper ([#8118](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8118)) + - Fix fit & finish for workspace overview getting started and assets section ([#8139](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8139)) + - Remove workspace detail title in navigation when new nav is disabled ([#8151](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8151)) + - [Workspace]Disable "Save changes" button on character limit exceeded ([#8153](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8153)) + - Config related issues ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) + - Dedup the category ([#8160](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8160)) + - Fixes UI issues in Discover and data configurator ([#8166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8166)) + - Discover Embeddable not showing _source when all other column are removed ([#8167](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8167)) + - Sync query and filter when refreshing discover page ([#8168](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8168)) + - Fix bug when dynamic config index and alias are checked ([#8184](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8184)) + - [Workspace]Fix workspace detail UI bugs ([#8188](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8188)) + - Current nav group will be mapped to global system nav group even if user is in a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) + - Current nav group will be mapped to a nav group even when user is out of a workspace. ([#8189](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8189)) + - Fix: use workspace type icons and compressed input ([#8215](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8215)) + - Add tooltips for sidebar icon buttons ([#8216](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8216)) + - Fix initial page UI issues ([#8217](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8217)) + - Remove nav group for dev tools ([#8218](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8218)) + - Update data explorer ui to use compressed components ([#8222](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8222)) + - Fix overlay offsets on pages with feature header ([#8223](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8223)) + - Update the version post release 2.17 ([#8225](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8225)) + - Remove unused enhancements APIs, clean up, and error handling ([#8226](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8226)) + - Use @osd/std to prettify objects for display ([#8232](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8232)) + - [Workspace] drop user personal settings page ([#8236](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8236)) + - Expose method to register search strategy routes in query enhancement ([#8245](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8245)) + - Run recent query button work properly ([#8252](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8252)) + - [Workspace]Fix workspace assets page UI bugs ([#8265](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8265)) + - Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) + - Expose datasets and data_frames directories for specific imports ([#8299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8299)) + - [Workspace] prepend workspace name and icon to breadcrumbs ([#8303](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8303)) + - Hide delete button for non osd admins in workspace list ([#8315](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8315)) + - Fix workspace detail page issues ([#8317](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8317)) + - Update osd to respect new oui breakpoints ([#8320](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8320)) + - Keyboard shortcut for running queries ([#8322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8322)) + - Redirect sample data link to the page in the same workspace ([#8330](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8330)) + - Discover query input background not shrink when window resize ([#8331](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8331)) + - Fix HeaderControl not rendered if not mount in initial rendering ([#8335](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8335)) + - Prevent too many queries sent from dataset selector ([#8347](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8347)) + - Add discover summary error info and button click logic enhancement ([#8352](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8352)) + - Data.search() should not ignore the strategy passed as parameter ([#8368](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8368)) + - Fix dynamic uses of i18n in core ([#8392](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8392)) + - Fix dynamic uses of i18n and correct duplicate i18n identifiers in console plugin ([#8393](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8393)) + - Fix dynamic and correct unprefixed and duplicate i18n identifiers in dataSourceManagement plugin ([#8394](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8394)) + - Fix dynamic uses of i18n in discover plugin ([#8396](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8396)) + - Fix dynamic uses of i18n and correct unprefixed i18n identifiers in queryEnhancements plugin ([#8397](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8397)) + - Fix dynamic uses of i18n in indexPatternManagement plugin ([#8398](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8398)) + - Fix unprefixed i18n identifiers in dashboard plugin ([#8401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8401)) + - Fix incorrect use of TopNavControlDescriptionData in dataSourceManagement plugin ([#8402](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8402)) + - Fix dynamic uses of i18n in home plugin ([#8403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8403)) + - Fix dynamic uses of i18n in opensearchDashboardsReact plugin ([#8404](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8404)) + - Fix unprefixed i18n identifiers in visTypeVega plugin ([#8406](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8406)) + - Fix duplicate i18n identifiers in visualize plugin ([#8407](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8407)) + - Fix unprefixed i18n identifiers in management plugin ([#8408](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8408)) + - Fix unprefixed and duplicate i18n identifiers in visAugmenter plugin ([#8409](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8409)) + - Fix malformed translations ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Fix unprefixed i18n identifiers in examples ([#8412](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8412)) + - [Workspace]Remove what's new card in workspace overview page ([#8435](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8435)) + - [Workspace]Fix use case hidden features not accessible ([#8445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8445)) + - Replace segmented button with tabs for OpenSearch connections and Direct query connections ([#8460](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8460)) + - Fix inconsistent i18n key names in workspace and examples ([#8483](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8483)) + - Pass hide local cluster flag to data source menu in sample data page ([#8503](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8503)) + - Compress non-OUI input fields in TSVB visualizations ([#8504](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8504)) + - [Workspace]Analytics use case overview and essential use case overview crashed ([#8524](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8524)) + - Update the title of header recent menu ([#8529](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8529)) + - [MDS] Mute the non-mds endpoints for direct query data connections ([#8537](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8537)) + - The workspace selector jump that occurs when hovering and clicking. ([#8541](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8541)) + - Direct query connections fit and finish fixes ([#8544](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8544)) + - Fix new home page small screen display issues ([#8554](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8554)) + - Refactored polling logic to poll for results once current request completes ([#8555](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8555)) + - Fix workspace update issue ([#8570](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8570)) + - Disable cope all button when there is no saved objects in assets page ([#8581](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8581)) + - Workspace selector style alignment ([#8592](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8592)) + - Fix padding and responsive behavior of page header ([#8600](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8600)) + - Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data ([#8603](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8603)) + - [workspace]fix content management render dashboard with duplicate visualizations ([#8606](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8606)) + - Discover 2.0 support for S3 fields ([#8609](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8609)) + - Update content and styling of use case getting started cards ([#8614](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8614)) + - [Workspace] Workspace assets page crashed after library_write permission revoked ([#8648](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8648)) + - Finetune search bar and workspace selector style ([#8649](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8649)) + - Fix random big number when loading in query result ([#8650](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8650)) + - Discover UI stuck on searching after failing to find deleted index pattern ([#8659](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8659)) + - Fixed unsupported language is used from localStorage ([#8674](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8674)) + - [Workspace] Fix non-workspace admin update defaultIndex ([#8675](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8675)) + - Update OTEL sample data description with compatible OS version ([#8693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8693)) + - Ensure save query loaded properly from asset ([#8707](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8707)) + - [Discover] Modify the search bar info box content for sql/ppl #8708 ([#8708](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8708)) + - [Enhancement] Update auto-complete-api-with-mds ([#8713](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8713)) + - [Workspace] [Bug] Fix index pattern issue. ([#8718](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8718)) + - Generate short url with workspace info ([#8719](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8719)) + - Polling for PPL results; Saved dataset to saved queries ([#8724](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8724)) + - Fix error handling in query enhancement facet ([#8743](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8743)) + - Updates query and language if language is not supported by query data ([#8749](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8749)) + - Fix time field wrapping overlap on language change in Discover table ([#8755](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8755)) + - Fix error handling for ppl jobs API ([#8771](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8771)) + - Fix dynamic uses of i18n and correct unprefixed and duplicate i18n identifiers in visBuilder plugin ([#8399](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8399)) + - Updated DataSource Management to redirect to Discover as well as display the type of the DataSource ([#8492](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8492)) + +### 🚞 Infrastructure + + - Add i18n checks to PR workflows ([#8411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8411)) + - Add precommit hook to validate i18n ([#8423](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8423)) + - Switch OSD build cache to rely on file hashes instead of `mtime`s ([#8472](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8472)) + - [chore] Bump chokidar from 3.5.3 to 3.6.0 ([#8490](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8490)) + + +### 📝 Documentation + + - Add Hailong-am as maintainer ([#8415](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8415)) + +### 🛠 Maintenance + + - Update oui to 1.13 ([#8246](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8246)) + - Update oui to 1.14 ([#8372](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8372)) + - Update oui to 1.15 and consume $ouiSideNavBackgroundColor ([#8480](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8480)) + - Update oui to 1.16 ([#8564](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8564)) + - Update oui to 1.17 ([#8640](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8640)) + +### 🪛 Refactoring + + - [Look&Feel] Updated Discover No Results panel ([#7891](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7891)) + - Move the render of query extension control buttons to extension component ([#8334](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8334)) + - [Workspace] Refactor summary panel in workspace create page. ([#8381](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8381)) + - [Workspace] Refactor new home page. ([#8467](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8467)) + - Update workspace collaborator table UI ([#8543](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8543)) + - [Workspace] Update default OSD admin config permission and support wildcard. ([#8617](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8617)) + - Fine-tune workspace list page compressed style to align with compressed table ([#8619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8619)) + - Update change access modal display name ([#8680](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8680)) + - [discover] query editor and language selector state fixes ([#8712](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8712)) + +### 🔩 Tests \ No newline at end of file