Skip to content
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

Merged
merged 5 commits into from
Aug 21, 2023

Conversation

RandomByte
Copy link
Member

@RandomByte RandomByte commented Aug 10, 2023

Based on #623 but with the component type removed again.

JIRA: CPOUI5FOUNDATION-561

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
@coveralls
Copy link

coveralls commented Aug 10, 2023

Coverage Status

coverage: 95.835% (+0.003%) from 95.832% when pulling 20b6781 on add-specVersion-3.1 into 42f7651 on main.

@RandomByte RandomByte changed the title [FEATURE] Add specVersion 3.1 and build excludes for modules [FEATURE] Add specVersion 3.1 and builder resource excludes for modules Aug 10, 2023
RandomByte added a commit that referenced this pull request Aug 10, 2023
@RandomByte RandomByte requested a review from a team August 11, 2023 07:47
RandomByte added a commit to SAP/ui5-tooling that referenced this pull request Aug 11, 2023
d3xter666
d3xter666 previously approved these changes Aug 14, 2023
Copy link
Contributor

@d3xter666 d3xter666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@flovogt flovogt left a 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

lib/specifications/types/Library.js Outdated Show resolved Hide resolved
lib/specifications/SpecificationVersion.js Outdated Show resolved Hide resolved
@flovogt flovogt requested a review from matz3 August 17, 2023 07:38
Comment on lines +431 to +436
"resources": {
"excludes": [
"/resources/some/project/name/test_results/**",
"!/test-resources/some/project/name/demo-app/**"
]
}
Copy link
Member

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already works. Nevermind..

Comment on lines +195 to +197
"settings": {
"$ref": "../project.json#/definitions/builder-settings"
}
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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>
Comment on lines +431 to +436
"resources": {
"excludes": [
"/resources/some/project/name/test_results/**",
"!/test-resources/some/project/name/demo-app/**"
]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already works. Nevermind..

Comment on lines +195 to +197
"settings": {
"$ref": "../project.json#/definitions/builder-settings"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I missed that.

@RandomByte RandomByte merged commit 2ac053e into main Aug 21, 2023
14 checks passed
@RandomByte RandomByte deleted the add-specVersion-3.1 branch August 21, 2023 10:21
RandomByte added a commit to SAP/ui5-tooling that referenced this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants