-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Manual][Backport 2.x]Add sidecar service (#5920) #6157
[Manual][Backport 2.x]Add sidecar service (#5920) #6157
Conversation
* feat: sidecar poc Signed-off-by: tygao <tygao@amazon.com> * update sidecar Signed-off-by: tygao <tygao@amazon.com> * update mouseevent Signed-off-by: tygao <tygao@amazon.com> * update type Signed-off-by: tygao <tygao@amazon.com> * update service mock Signed-off-by: tygao <tygao@amazon.com> * update sidecar config mode type Signed-off-by: tygao <tygao@amazon.com> * update docked mode enum Signed-off-by: tygao <tygao@amazon.com> * update resizable button style Signed-off-by: tygao <tygao@amazon.com> * doc: add changelog Signed-off-by: tygao <tygao@amazon.com> * test: update snapshots Signed-off-by: tygao <tygao@amazon.com> * fix typo Signed-off-by: tygao <tygao@amazon.com> * doc: update readme Signed-off-by: tygao <tygao@amazon.com> * test: add test for resizable button and service Signed-off-by: tygao <tygao@amazon.com> * test: add test for create react overlays and app container Signed-off-by: tygao <tygao@amazon.com> * test: add tests for service and components Signed-off-by: tygao <tygao@amazon.com> * test: update tests for resizable button Signed-off-by: tygao <tygao@amazon.com> * fix: update enum usage Signed-off-by: tygao <tygao@amazon.com> * update Signed-off-by: tygao <tygao@amazon.com> * fix wrong change Signed-off-by: tygao <tygao@amazon.com> * add prefix for resizableButton Signed-off-by: tygao <tygao@amazon.com> --------- Signed-off-by: tygao <tygao@amazon.com> (cherry picked from commit c2c4f53)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6157 +/- ##
==========================================
+ Coverage 67.11% 67.15% +0.03%
==========================================
Files 3316 3321 +5
Lines 64093 64198 +105
Branches 10241 10257 +16
==========================================
+ Hits 43019 43115 +96
- Misses 18582 18589 +7
- Partials 2492 2494 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@raintygao We may need backport the |
As i see other backport PRs to 2.x, they all remove changelog changes, and there is also no features part content in changelog of 2.x branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confused on the CHANGELOG, but it seems many commit pushed to 2.x do not have CHANGELOG.md either.
Confused too, so I will keep consistent with other backport PRs to 2.x for now. |
This is cherry pick of c2c4f53 from #5920