-
Notifications
You must be signed in to change notification settings - Fork 54
refactor: Enhance XML Fragment context menu control with addXMLPlugin Integration #3091
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
Conversation
🦋 Changeset detectedLatest commit: 998384e The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…pen-ux-tools into feat/consume-addxml-plugin
…pen-ux-tools into feat/consume-addxml-plugin
testojs
left a comment
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.
- change looks good
- changeset OK
- good test coverage
- did not tested manually
packages/preview-middleware-client/test/unit/adp/add-fragment.test.ts
Outdated
Show resolved
Hide resolved
packages/preview-middleware-client/src/adp/controllers/AddFragment.controller.ts
Show resolved
Hide resolved
packages/preview-middleware-client/src/cpe/additional-change-info/add-xml-additional-info.ts
Show resolved
Hide resolved
packages/preview-middleware-client/src/adp/controllers/AddFragment.controller.ts
Show resolved
Hide resolved
packages/preview-middleware-client/test/unit/adp/controllers/AddFragment.controller.test.ts
Outdated
Show resolved
Hide resolved
packages/preview-middleware-client/src/flp/enableFakeConnector.ts
Outdated
Show resolved
Hide resolved
...eview-middleware-client/test/unit/cpe/additional-change-info/add-xml-additional-info.test.ts
Outdated
Show resolved
Hide resolved
packages/preview-middleware-client/test/unit/utils/additional-change-info.test.ts
Outdated
Show resolved
Hide resolved
packages/preview-middleware-client/src/utils/additional-change-info.ts
Outdated
Show resolved
Hide resolved
voicis
left a comment
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.
- Good test coverage
- Review comments addressed
- Tested manually
testojs
left a comment
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.
re-approve
|
… Integration (#3091) * feat: consume AddXMLPlugin * fix: set default plugins * fix: set default plugins * feat: consume ExtendController plugin * fix: types * fix: controller extension handler function * chore: temporary disabled unit tests * feat: consume addXMLPlugin * fix: add removed empty line * fix: change required ui5 version * Linting auto fix commit * chore: create changeset * test: add missing rta method * test: enabled table columns tests * fix: remove unneeded subscribe function * fix: remove unneeded imports * fix: wrong return type * refactor: static methods in AddFragmentService class * fix: remove unneeded action * test: stabilize current tests * test: add tests for add-fragment * test: enhance init-dialogs tests * fix: ehnahce AddFragment controlle tests * test: uncovered branches * chore: remove changeset module * chore: update changeset description * fix: pass templateName to plugin * refactor: simplify add-fragment * fix: remove unneeded variable * fix: cycling dependency * refactor: create extended change object and set it in Session Storage * fix: return type * refacor: move additional info in utils * fix: return type * fix: rename parameters * test: stabilize current tests * fix: lint issues * fix: get additional change info in connector service * fix: lint issues * refactor: use map instead of sessionStorage * test: fix tests * test: add coverage * fix: sonar issue * fix: review comments * chore: update patchset * fix: address review comments * fix: wrong class name * test: fix mock * fix: address review comments * test: remove unneeded mocks --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>



#3093
addXMLPluginis used.