Skip to content

Commit 3226372

Browse files
msivasubramaniaanunknown
andauthored
Serverless create, build and run functions in OpenShift (#3003)
* added serverless functions view and UI Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * updated UI and added create fuction API Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * added build API and UI imporovements Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * added run API Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * add terminal view for build and run commands Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * UI imporvements Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * added vscodeMessage Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * updated tools.json Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * updated tools.json Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * fix for test failures Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * send name and path after building Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * added error dialog Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * moved weview to context menu Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * reverted CLI Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * reverted Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * fixed filter component folder while selection Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * UI updated Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * UI changes Signed-off-by: unknown <msivasub@win.redhat.com> * changed UI and added deploy function Signed-off-by: unknown <msivasub@win.redhat.com> * added icon on dropdown Signed-off-by: unknown <msivasub@win.redhat.com> * reverted to func v1.10.0 and removed deploy functionality Signed-off-by: unknown <msivasub@win.redhat.com> --------- Signed-off-by: msivasubramaniaan <msivasub@redhat.com> Signed-off-by: unknown <msivasub@win.redhat.com> Co-authored-by: unknown <msivasub@win.redhat.com>
1 parent b41b3da commit 3226372

37 files changed

+2399
-95
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ src/webview/welcome
1717
src/webview/git-import
1818
src/webview/helm-chart
1919
src/webview/feedback
20+
src/webview/serverless-function
2021
test/sandbox-registration

build/esbuild.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const webviews = [
1717
'log',
1818
'welcome',
1919
'feedback',
20+
'serverless-function',
2021
'add-service-binding',
2122
];
2223

images/serverlessfunctions/go.svg

Lines changed: 495 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

images/title/dark/icon-refresh.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)