-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cloud Foundry receiver step 2 - implementation #5543
Cloud Foundry receiver step 2 - implementation #5543
Conversation
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@pellared can you review? @agoallikmaa please rebase |
@dmitryax Can you please check if my comments make sense (as this is my first "real" review in this repository)? Feel free to resolve the irrelevant ones or add comments if you think that some of them are minor ("nice to address"). |
b5b2b65
to
9f357e6
Compare
Can you also please add some screenshots/logs from E2E testing after you are done with all your changes? Moreover, I think we should also great to add some documentation on how to do the E2E testing e.g. with Tanzu Application Service. It can be as a separate PR. |
f15a9cc
to
ce574be
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.
A left a few last minor comments. But it is great as it is. Nice work 👍
Mostly looks good, just a couple small comments remaining. |
f5542f0
to
888a200
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@tigrannajaryan Can you review it again, please? |
888a200
to
35d4fc7
Compare
@agoallikmaa needs a rebase @tigrannajaryan friendly ping to give a final review |
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.
Can be merged once rebased.
35d4fc7
to
00cfed5
Compare
Description: Adds implementation to the Cloud Foundry receiver skeleton merged in #4626 .
Link to tracking Issue: #5320
Testing: Some implementation parts have been unit tested, the rest will be added as integration tests, in a separate PR which tests against a local HTTP server which will respond with prerecorded responses (recorded from running it against Tanzu Application Service).
Documentation: Configuration was updated in documentation to reflect using
HTTPClientSettings
instead of custom fields.