-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Websocket communicate with backend (#41)
- Loading branch information
1 parent
5a64010
commit 9a3227b
Showing
67 changed files
with
1,988 additions
and
666 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -73,7 +73,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build armv7 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -95,7 +95,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -113,7 +113,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build arm64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -134,7 +134,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -152,7 +152,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -172,7 +172,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -190,7 +190,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -269,7 +269,7 @@ jobs: | |
github.event.inputs.build_latest_as_test == '' ) | ||
runs-on: ${{ matrix.platform }} | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
|
||
- name: setup node | ||
uses: actions/[email protected] | ||
|
@@ -298,7 +298,7 @@ jobs: | |
# - name: install frontend dependencies | ||
# run: yarn install # change this to npm, pnpm or bun depending on which one you use. | ||
|
||
- uses: tauri-apps/[email protected].5 | ||
- uses: tauri-apps/[email protected].6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Pull markdownlint/markdownlint:latest Image | ||
run: docker pull markdownlint/markdownlint:latest | ||
- name: Run markdownlint against *.md files | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
name: "Linting: hadolint" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Pull hadolint/hadolint:latest Image | ||
run: docker pull hadolint/hadolint:latest | ||
- name: Run hadolint against Dockerfiles | ||
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -77,7 +77,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build armv7 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -99,7 +99,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -117,7 +117,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build arm64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -139,7 +139,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -157,7 +157,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -178,7 +178,7 @@ jobs: | |
needs: [test_rust_functionality] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -196,7 +196,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -283,7 +283,7 @@ jobs: | |
|
||
runs-on: ${{ matrix.platform }} | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
|
||
- name: setup node | ||
uses: actions/[email protected] | ||
|
@@ -312,7 +312,7 @@ jobs: | |
# - name: install frontend dependencies | ||
# run: yarn install # change this to npm, pnpm or bun depending on which one you use. | ||
|
||
- uses: tauri-apps/[email protected].5 | ||
- uses: tauri-apps/[email protected].6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
update: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- uses: vrslev/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
name: Run yamllint against YAML files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: yaml-lint | ||
uses: ibiqlik/[email protected] | ||
with: | ||
|
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
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.