-
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
Add a simple HTTP resolver #7250
Add a simple HTTP resolver #7250
Conversation
/kind feature |
ba9d269
to
9bd4350
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-beta-integration-tests (seems like a fluke of kind) |
The following is the coverage report on the affected files.
|
9bd4350
to
032f274
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
032f274
to
e5fffe5
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
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.
please add an example which would also serve as an e2e test
example: https://github.com/tektoncd/pipeline/blob/main/examples/v1/pipelineruns/beta/git-resolver.yaml
e5fffe5
to
3c08ba9
Compare
The following is the coverage report on the affected files.
|
/retest |
The following is the coverage report on the affected files.
|
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! Just have some minor questions.
Shall we create an issue to track potential future work as you mentioned in the pr description?
thanks for the review, yes i am planning to fill/tackle those issues when this is merged ! |
3c08ba9
to
6ca1535
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
Is it possible that we add an example as @jerop suggested, before we merge this PR? 🙏 |
6ca1535
to
47754c2
Compare
@Yongxuanzhang I didn't see @jerop comment, thanks! I just pushed it! |
Thanks! |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
This adds a simple HTTP resolver that can fetch a file from a remote HTTP(S) URL. Only fetch timeout configuration for now is supported. This is kept simple for now, and does not support any kind of HTTP authentication, custom TLS or any other features. Something we can improve on later. Signed-off-by: Chmouel Boudjnah <[email protected]>
47754c2
to
de2f5d8
Compare
de2f5d8
to
a292732
Compare
The CI failure was a yaml whitespace errors 🍤
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/lgtm |
This adds a simple HTTP resolver that can fetch a file from a remote HTTP(S) URL.
Only fetch timeout configuration for now is supported.
This is kept simple for now, and does not support any kind of HTTP authentication, custom TLS or any other features. Something we can improve on later.
Fixes #6920
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind feature