-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add playground make target. * Add playground make target. * Add links to the playground installation instructions. * Update index.html * Update to Ubuntu Lateset for CI workflows.
- Loading branch information
1 parent
b681fe0
commit cd3f0e8
Showing
6 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ env: | |
jobs: | ||
test-authentication: | ||
if: contains(github.event.pull_request.labels.*.name, 'release') | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Ping remote | ||
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
build-backend: | ||
needs: [check-publishable-versions,test-authentication] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Build and save docker image | ||
|
@@ -70,7 +70,7 @@ jobs: | |
|
||
update-frontend: | ||
needs: build-backend | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
env: | ||
AQUASCOPE_SERVER: "https://aquascope.willcrichton.net" | ||
steps: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
|
||
update-server: | ||
needs: update-frontend | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Restart server | ||
|
@@ -103,7 +103,7 @@ jobs: | |
|
||
publish-crates: | ||
needs: [update-frontend,update-server] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions-rs/[email protected] | ||
|
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 |
---|---|---|
|
@@ -67,6 +67,12 @@ Then add an Aquascope code block to one of your Markdown source files like this: | |
|
||
Further documentation on the syntax and configuration of Aquascope blocks will be provided once the interface is more stable. | ||
|
||
### Local Playground | ||
|
||
Running the provided [playground](https://cognitive-engineering-lab.github.io/aquascope/) locally is also easy. First, you'll need to follow the above *from source* installation instructions. Then, you can launch the server by running `cargo make playground` and navigate to [`localhost:5173`](http://localhost:5173/) to explore. | ||
|
||
> Note, the local playground **does not** run the tool within a sandbox. This makes the local version quicker, but don't run any malicious programs. | ||
<!-- | ||
### Available visualizations | ||
|
@@ -188,4 +194,4 @@ Visualizing permission steps can be quite intrusive but oftentimes you may want | |
|
||
## Having trouble? | ||
|
||
If you want to use Aquascope but are having trouble finding the relevant information, please leave an issue or email us at <[email protected]> and <gagray@ethz.ch>. | ||
If you want to use Aquascope but are having trouble finding the relevant information, please leave an issue or email us at <[email protected]> and <gavin.gray@inf.ethz.ch>. |
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