-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.x] [Workspace] Update workspace list page table #7761
Conversation
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7761 +/- ##
==========================================
- Coverage 63.90% 63.90% -0.01%
==========================================
Files 3657 3657
Lines 81260 81290 +30
Branches 12952 12956 +4
==========================================
+ Hits 51929 51948 +19
- Misses 26148 26157 +9
- Partials 3183 3185 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Close this PR as CI failed, @Qxisylolo will help to raise a PR with 2 commits id combined(the original commit and the unit test fix commit) |
* the table basically works Signed-off-by: Qxisylolo <qianxisy@amazon.com> * the table basically works new Signed-off-by: Qxisylolo <qianxisy@amazon.com> * This time I achieve the functionality and apprearence of the workLists table Signed-off-by: Qxisylolo <qianxisy@amazon.com> * This time I achieve the functionality and apprearence of the workLists table, add tests Signed-off-by: Qxisylolo <qianxisy@amazon.com> * This time I achieve the functionality and apprearence of the workLists table, add tests Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Achieve the functionality and apprearence of the workLists table, and add tests Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Changeset file for PR #7640 created/updated * Changeset file for PR #7640 created/updated * Changeset file for PR #7640 created/updated * Achieve the functionality and apprearence of the work List table page, add tests, and refine based the comments Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Achieve the functionality and apprearence of the work List table page, add tests, and update based the comments Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Achieve the functionality and apprearence of the work List table page, add tests, and update based the comment-1 Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Achieve the functionality and apprearence of the work List table page, add tests, and update based the comment-1 Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Enable multiple deletion and correct the code based on comments Signed-off-by: Qxisylolo <qianxisy@amazon.com> * Enable multiple deletion and correct the code based on comments Signed-off-by: Qxisylolo <qianxisy@amazon.com> * set the advanced date format Signed-off-by: Qxisylolo <qianxisy@amazon.com> * set advanced time format and tests Signed-off-by: Qxisylolo <qianxisy@amazon.com> --------- Signed-off-by: Qxisylolo <qianxisy@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit e70bfad) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
76bffcb
to
361be76
Compare
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Backport e70bfad from #7640.