-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEATURE] Add specVersion 3.1 and builder resource excludes for modules #639
Conversation
Basically a copy of the 'application' type but with the same path mappings as 'library' (directories: 'src' and 'test') and a namespaced runtime path. JIRA: CPOUI5FOUNDATION-27
Might not be part of specVersion 3.1
c75bb03
to
9e1e665
Compare
This configuration will enabled by SAP/ui5-project#639
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.
LGTM
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.
Well done. Awesome improvement! Only minor comments
"resources": { | ||
"excludes": [ | ||
"/resources/some/project/name/test_results/**", | ||
"!/test-resources/some/project/name/demo-app/**" | ||
] | ||
} |
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.
What about settings
? They are now also allowed. Was this intended?
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.
Already works. Nevermind..
"settings": { | ||
"$ref": "../project.json#/definitions/builder-settings" | ||
} |
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.
I think this also makes sense to add, but we never talked about it, right?
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.
Settings were already allowed before. See https://github.com/SAP/ui5-project/pull/639/files#diff-7b0836b8d51420484c25fc8977caba9234b6efc7193d3f0507731f291f8362beR183 and https://github.com/SAP/ui5-project/pull/639/files#diff-a21c72474996eb0b320d874991042a771b23940e75ce1ce9344261143d8bf875R184
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. I missed that.
Co-authored-by: Florian Vogt <florian.vogt@sap.com>
"resources": { | ||
"excludes": [ | ||
"/resources/some/project/name/test_results/**", | ||
"!/test-resources/some/project/name/demo-app/**" | ||
] | ||
} |
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.
Already works. Nevermind..
"settings": { | ||
"$ref": "../project.json#/definitions/builder-settings" | ||
} |
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. I missed that.
This configuration will enabled by SAP/ui5-project#639
Based on #623 but with the component type removed again.
JIRA: CPOUI5FOUNDATION-561