-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TEP-0118: Added Matrix.Include field in preview mode #6188
TEP-0118: Added Matrix.Include field in preview mode #6188
Conversation
94f4cf4
to
c180c61
Compare
c180c61
to
4a61ad8
Compare
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.
thank you @EmmaMunley 👍 Exciting to have this feature implemented ... 🎉
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.
Thank you @EmmaMunley!
Requesting some docs changes, otherwise looks good to me
4a61ad8
to
302867f
Compare
@EmmaMunley please fix the commits, its messed up with 14 commits 😞 |
9f31ef9
to
ac225de
Compare
/Reopen |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pritidesai The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pritidesai The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2d33d95
to
54c0bda
Compare
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.
@EmmaMunley changes look good to me, but please update the commit message with more detail - https://github.com/tektoncd/community/blob/main/standards.md#commit-messages
In this change, we add the matrix.Include field to the matrix specification and documentation the API change - we will incrementally add further details as we iterate on the implementation of TEP-0118 to allow specify specific combinations or explicit combinations for Matrix Parameters. Validation and implementation logic will be added in subsequent PRs.
54c0bda
to
43c0d69
Compare
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
Changes
TEP-0118 proposed adding include as a new field within matrix
In this change, we add the
matrix.Include
field to the matrix specification and documentation the API change - we will incrementally add further details as we iterate on the implementation of TEP-0118 to allow specify specific combinations or explicit combinations for Matrix Parameters. Validation and implementation logic will be added in subsequent PRs.Note: This PR is to only add the new
Matrix.Include
field and update the documentation in "Preview Mode". No functionality has been added at this time./kind feature
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes