Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3ea04c6
added serverless functions view and UI
msivasubramaniaan Jul 3, 2023
a511e98
updated UI and added create fuction API
msivasubramaniaan Jul 4, 2023
c5523fd
added build API and UI imporovements
msivasubramaniaan Jul 5, 2023
7ec2fe6
added run API
msivasubramaniaan Jul 6, 2023
2ce3ef3
add terminal view for build and run commands
msivasubramaniaan Jul 9, 2023
c0a6a3c
UI imporvements
msivasubramaniaan Jul 10, 2023
7a14355
added vscodeMessage
msivasubramaniaan Jul 10, 2023
2c6f702
updated tools.json
msivasubramaniaan Jul 10, 2023
6324a4c
updated tools.json
msivasubramaniaan Jul 10, 2023
77362ea
fix for test failures
msivasubramaniaan Jul 10, 2023
9c95381
send name and path after building
msivasubramaniaan Jul 10, 2023
f78368a
added error dialog
msivasubramaniaan Jul 13, 2023
397d3c8
Merge branch 'main' into 2993-implement-serverless-functions-into-ope…
msivasubramaniaan Jul 13, 2023
bab07d6
moved weview to context menu
msivasubramaniaan Jul 17, 2023
cc2df9e
reverted CLI
msivasubramaniaan Jul 17, 2023
e9a1274
reverted
msivasubramaniaan Jul 17, 2023
bcfb9c0
Merge branch 'main' into 2993-implement-serverless-functions-into-ope…
msivasubramaniaan Jul 17, 2023
c5d9571
fixed filter component folder while selection
msivasubramaniaan Jul 18, 2023
c1ddb15
UI updated
msivasubramaniaan Jul 18, 2023
998bbf6
UI changes
Jul 20, 2023
30408d1
changed UI and added deploy function
Jul 21, 2023
50c5935
added icon on dropdown
Jul 24, 2023
2243514
reverted to func v1.10.0 and removed deploy functionality
Jul 24, 2023
fc02ab4
Merge branch 'main' into 2993-implement-serverless-functions-into-ope…
msivasubramaniaan Jul 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ src/webview/welcome
src/webview/git-import
src/webview/helm-chart
src/webview/feedback
src/webview/serverless-function
test/sandbox-registration
1 change: 1 addition & 0 deletions build/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const webviews = [
'log',
'welcome',
'feedback',
'serverless-function',
'add-service-binding',
];

Expand Down
495 changes: 495 additions & 0 deletions images/serverlessfunctions/go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/node.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/quarkus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/rust.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/spring boot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/serverlessfunctions/typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions images/title/dark/icon-refresh.svg

This file was deleted.

53 changes: 0 additions & 53 deletions images/title/light/icon-refresh.svg

This file was deleted.

Loading