-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix(app-config-writer): wrong prerequisites check in convert preview-config #2922
base: main
Are you sure you want to change the base?
fix(app-config-writer): wrong prerequisites check in convert preview-config #2922
Conversation
🦋 Changeset detectedLatest commit: 0907b8e The changes in this PR will be included in the next version bump. This PR includes changesets to release 41 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 |
The new sonar issue seems to be a false positive because casting to |
…eview-prerequisites' into fix/app-config-writer/convert-preview-prerequisites
…s and use in app-config-writer
Co-authored-by: Klaus Keller <[email protected]>
…eview-prerequisites' into fix/app-config-writer/convert-preview-prerequisites
@Klaus-Keller ...and yes w.r.t. the failing unit test I might need your help. The cards-editor-middleware unit test fails because https://cloud.nx.app/runs/OEWcAt6JIL/task/%40sap-ux%2Fcards-editor-middleware%3Atest |
…eview-prerequisites' into fix/app-config-writer/convert-preview-prerequisites
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.
Thanks @heimwege!
- code changes and moving of CDS check look good
- all my comments have been addressed
- changeset exists
- code coverage is good
- visual review, no manual testing done
Approved from my side.
|
cds-plugin-ui5
is currently being searched inpackage.json
of the app to be converted but must be searched for in CAP rootpackage.json
.This fix currently leads to an exception in project-access checkFilesInSrvFolder in case the CAP srv folder contains sub folders. (fixed in #2923) ✅
Depends on #2926 being merged ✅