-
Notifications
You must be signed in to change notification settings - Fork 71
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
[RFC] 0008 Resource Tagging During Build #243
Merged
Merged
+145
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RandomByte
added a commit
to SAP/ui5-fs
that referenced
this pull request
Jul 20, 2020
Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-fs
that referenced
this pull request
Jul 20, 2020
Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Jul 20, 2020
…/fs.ResourceTagCollection Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-fs
that referenced
this pull request
Jul 20, 2020
Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Jul 23, 2020
Flexibility changes files that are bundled are not part of the build result anymore. This feature is using the new resource tagging as per RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Jul 23, 2020
Flexibility changes files that are bundled are not part of the build result anymore. This feature is using the new resource tagging as per RFC 0008: SAP/ui5-tooling#243
matz3
added a commit
to SAP/ui5-project
that referenced
this pull request
Jul 28, 2020
- Allows custom task extensions to use the new `taskUtil` API. - No structural changes to the ui5.yaml schema RFC: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-fs
that referenced
this pull request
Jul 30, 2020
Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Jul 30, 2020
…/fs.ResourceTagCollection Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Jul 30, 2020
Flexibility changes files that are bundled are not part of the build result anymore. This feature is using the new resource tagging as per RFC 0008: SAP/ui5-tooling#243
matz3
approved these changes
Jul 31, 2020
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Aug 11, 2020
…/fs.ResourceTagCollection Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Aug 11, 2020
Flexibility changes files that are bundled are not part of the build result anymore. This feature is using the new resource tagging as per RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Aug 11, 2020
…/fs.ResourceTagCollection Based on proposed RFC 0008: SAP/ui5-tooling#243
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Aug 11, 2020
Flexibility changes files that are bundled are not part of the build result anymore. This feature is using the new resource tagging as per RFC 0008: SAP/ui5-tooling#243
RandomByte
pushed a commit
to SAP/ui5-project
that referenced
this pull request
Aug 11, 2020
- Allows custom task extensions to use the new `taskUtil` API. - No structural changes to the ui5.yaml schema RFC: SAP/ui5-tooling#243
This has been released with Example usage in the UI5 Tooling: https://github.com/SAP/ui5-builder/blob/master/lib/tasks/bundlers/generateFlexChangesBundle.js#L94 Example usage in a custom task: https://github.com/SAP/openui5-sample-app/blob/resource-tagging-example/omit-files-task.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Provide a functionality to store simple information for a resource during the build process. This information should be accessible to all build tasks and a small set of follow up tasks.
Read: RFC 0008 Resource Tagging During Build