This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add integration with drawbridge
- Rewrite much of the frontend scripting code. - Change some messaging around file limits. - Create a more interactive experience preparing workloads. - Add handling code for drawbridge, including pulling a Enarx.toml preview. - Add server code for pulling Enarx.toml if the frontend fails to do it. - Add some initial examples (some of which are broken at the moment). - Change the "Deploy workload" positioning, size, and color. Signed-off-by: Nicholas Farshidmehr <[email protected]>
- Loading branch information
1 parent
aecf0c8
commit ae678ea
Showing
10 changed files
with
571 additions
and
107 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
examples/cryptle-rust:0.1.0 | ||
examples/echo-tcp-rust-mio:0.1.0 | ||
examples/echo-tcp-rust-tokio:0.1.0 | ||
examples/fibonacci-c:0.2.0 | ||
examples/fibonacci-cpp:0.2.0 | ||
examples/fibonacci-go:0.2.0 | ||
examples/fibonacci-rust:0.2.0 | ||
examples/fibonacci-zig:0.3.0 | ||
examples/greenhouse-monitor-csharp:0.1.0 | ||
examples/http-rust-tokio:0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.