Serverless create, build and run functions in OpenShift#3003
Conversation
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3003 +/- ##
==========================================
- Coverage 35.34% 34.35% -1.00%
==========================================
Files 64 71 +7
Lines 4255 4687 +432
Branches 840 909 +69
==========================================
+ Hits 1504 1610 +106
- Misses 2751 3077 +326
☔ View full report in Codecov by Sentry. |
|
I'm deleting my previous comments to make my feedback more concise, and since some of the things I said were because I didn't know what I was doing. After playing around with the feature a bit more, I figured out the following things, which helped me get through the "Create", "Build", and "Run" steps of the UI:
Things we can improve:
|
|
I can't reproduce this issue, my bad
You can run |
Regarding the error dialog and empty workspace added I will push the code. Please have a look |
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
…nshift-toolkit-extension
"Build" doesn't seem to be working any more, there is no output in the terminal. It works from the command line (
Okay, the issue where it adds
I don't think that changing the name of the container image is that common, since if other people are pulling the image from a container registry, they expect the name of the container image to remain the same. I think that
What do think about having a context menu item "Build and Run"? So we could have these context items:
|
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: unknown <msivasub@win.redhat.com>
datho7561
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks, Muthu!
Signed-off-by: unknown <msivasub@win.redhat.com>
mohitsuman
left a comment
There was a problem hiding this comment.
Reviewed the wordings and UX changes.
Signed-off-by: unknown <msivasub@win.redhat.com>
Signed-off-by: unknown <msivasub@win.redhat.com>
…nshift-toolkit-extension
|
|
oh |
#3049 will fix the mentioned issue |
Fixes: #2993
Currently This PR covers the Create, Build and Run functionalities of func cli and the Deploy, invoke function will be covered by #3010