add port number support#3292
Conversation
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3292 +/- ##
==========================================
- Coverage 37.14% 36.25% -0.89%
==========================================
Files 77 77
Lines 5333 5359 +26
Branches 1024 1033 +9
==========================================
- Hits 1981 1943 -38
- Misses 3352 3416 +64
☔ View full report in Codecov by Sentry. |
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
|
@datho7561 Thanks for your review. I just addressed the review comments and pushed the code. Can you please have a look on the latest code? |
datho7561
left a comment
There was a problem hiding this comment.
Looks good, and works well. Thanks, Muthu!
|
It seems like there are linter errors |
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Fixed lint errors |
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
|
@msivasubramaniaan can you please share the gif/video of how it behaves. |
|
Here's a small bug I found:
|
|
The integration tests seem to be failing. |
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
|
@mohitsuman Here is the demo gif: |
|
It's actually only in the "from template" case. I think it's okay to not show the option there, since the port is also set in the sample code, so it's misleading to set the port in the devfile but provide the code with the old port. |
datho7561
left a comment
There was a problem hiding this comment.
Looks good! Feel free to merge after rebasing
|
@datho7561 Thanks for your review. |



Fixes: #2781