-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Workspace]Refactor workspace form UI (#7133)
* Make create workspace and update workspace full width Signed-off-by: Lin Wang <[email protected]> * Refactor user permissions input Signed-off-by: Lin Wang <[email protected]> * Add workspace form call out Signed-off-by: Lin Wang <[email protected]> * Fix permissions input unit tests Signed-off-by: Lin Wang <[email protected]> * Update gaps Signed-off-by: Lin Wang <[email protected]> * Update error callout Signed-off-by: Lin Wang <[email protected]> * Update user permission current user and number of changes Signed-off-by: Lin Wang <[email protected]> * Fix changes Signed-off-by: Lin Wang <[email protected]> * Fix owner order Signed-off-by: Lin Wang <[email protected]> * Add ut for form error callout Signed-off-by: Lin Wang <[email protected]> * Fix unit tests in workspace Signed-off-by: Lin Wang <[email protected]> * Mark first user row required Signed-off-by: Lin Wang <[email protected]> * Update section title Signed-off-by: Lin Wang <[email protected]> * Add validate for owner missing Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #7133 created/updated * Fix unit tests for workspace form utils Signed-off-by: Lin Wang <[email protected]> * Fix unit tests for form error callout Signed-off-by: Lin Wang <[email protected]> * Add unit test for transfer current user placeholder Signed-off-by: Lin Wang <[email protected]> * Fix unit tests in workspace permission setting panel Signed-off-by: Lin Wang <[email protected]> * Fix unit test in useWorkspaceForm Signed-off-by: Lin Wang <[email protected]> * Add missing unit tests for workspace form utils Signed-off-by: Lin Wang <[email protected]> * Add unit tests for getNumberOfErrors Signed-off-by: Lin Wang <[email protected]> * Add more ut for workspace form error callout Signed-off-by: Lin Wang <[email protected]> * Fix error code Signed-off-by: Lin Wang <[email protected]> * Fix failed unit test Signed-off-by: Lin Wang <[email protected]> * Add back color picker Signed-off-by: Lin Wang <[email protected]> * Address UX comments Signed-off-by: Lin Wang <[email protected]> * Fix empty user no workspace owner Signed-off-by: Lin Wang <[email protected]> * Change to Associate data source Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit c5946b9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a2b10fc
commit e1c12da
Showing
26 changed files
with
1,462 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
feat: | ||
- [Workspace] Refactor workspace form UI ([#7133](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7133)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.