Skip to content

Commit

Permalink
address comments&add CHANGLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yibow98 committed Oct 4, 2022
1 parent 6ed39c5 commit 8dd3132
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

* [MD] Support legacy client for data source ([#2204](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2204))
* [Plugin Helpers] Facilitate version changes ([#2398](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2398))
* [MD] UI/UX refactor for datasource management creation page ([#2051](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2501))

### 🐛 Bug Fixes
* [Vis Builder] Fixes auto bounds for timeseries bar chart visualization ([2401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2401))
Expand Down
6 changes: 6 additions & 0 deletions src/plugins/data_source_management/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ export type DataSourceManagementContextValue = OpenSearchDashboardsReactContextV
DataSourceManagementContext
>;

export interface UpdatePasswordFormType {
oldPassword: string;
newPassword: string;
confirmNewPassword: string;
}

/* Datasource types */
export enum AuthType {
NoAuth = 'no_auth',
Expand Down

0 comments on commit 8dd3132

Please sign in to comment.