-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pierremtb/shell-dry-run-validation-on-select…
…ions-and-extra-arguments
- Loading branch information
Showing
315 changed files
with
12,692 additions
and
2,061 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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
NODE_ENV=production | ||
DEV=false | ||
VITE_KC_API_WS_MODELING_URL=wss://api.zoo.dev/ws/modeling/commands | ||
VITE_KC_API_BASE_URL=https://api.zoo.dev | ||
VITE_KC_SITE_BASE_URL=https://zoo.dev | ||
VITE_KC_SITE_APP_URL=https://app.zoo.dev | ||
VITE_KC_SKIP_AUTH=false | ||
VITE_KC_CONNECTION_TIMEOUT_MS=15000 |
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 |
---|---|---|
|
@@ -134,8 +134,6 @@ jobs: | |
max_attempts: 3 | ||
command: yarn install | ||
|
||
- run: yarn tronb:vite | ||
|
||
- name: Prepare certificate and variables (Windows only) | ||
if: ${{ (env.IS_RELEASE == 'true' || env.IS_NIGHTLY == 'true') && matrix.os == 'windows-2022' }} | ||
run: | | ||
|
@@ -165,8 +163,8 @@ jobs: | |
- name: Build the app (debug) | ||
if: ${{ env.IS_RELEASE == 'false' && env.IS_NIGHTLY == 'false' }} | ||
# electron-builder doesn't have a concept of release vs debug, | ||
# this is just not doing any codesign or release yml generation | ||
run: yarn electron-builder --config | ||
# this is just not doing any codesign or release yml generation, and points to dev infra | ||
run: yarn tronb:package:dev | ||
|
||
- name: Build the app (release) | ||
if: ${{ env.IS_RELEASE == 'true' || env.IS_NIGHTLY == 'true' }} | ||
|
@@ -185,7 +183,7 @@ jobs: | |
with: | ||
timeout_minutes: 10 | ||
max_attempts: 3 | ||
command: yarn electron-builder --config --publish always | ||
command: yarn tronb:package:prod | ||
|
||
- name: List artifacts in out/ | ||
run: ls -R out | ||
|
@@ -246,7 +244,7 @@ jobs: | |
with: | ||
timeout_minutes: 10 | ||
max_attempts: 3 | ||
command: yarn electron-builder --config --publish always | ||
command: yarn tronb:package:prod | ||
|
||
- uses: actions/upload-artifact@v4 | ||
if: ${{ env.IS_RELEASE == 'true' }} | ||
|
@@ -390,19 +388,19 @@ jobs: | |
- name: Authenticate to Google Cloud | ||
if: ${{ env.IS_NIGHTLY == 'true' }} | ||
uses: 'google-github-actions/[email protected].7' | ||
uses: 'google-github-actions/[email protected].8' | ||
with: | ||
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' | ||
|
||
- name: Set up Google Cloud SDK | ||
if: ${{ env.IS_NIGHTLY == 'true' }} | ||
uses: google-github-actions/[email protected].2 | ||
uses: google-github-actions/[email protected].4 | ||
with: | ||
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} | ||
|
||
- name: Upload nightly files to public bucket | ||
if: ${{ env.IS_NIGHTLY == 'true' }} | ||
uses: google-github-actions/[email protected].1 | ||
uses: google-github-actions/[email protected].2 | ||
with: | ||
path: out | ||
glob: '*' | ||
|
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 |
---|---|---|
|
@@ -108,17 +108,17 @@ jobs: | |
run: yarn files:set-notes | ||
|
||
- name: Authenticate to Google Cloud | ||
uses: 'google-github-actions/[email protected].7' | ||
uses: 'google-github-actions/[email protected].8' | ||
with: | ||
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' | ||
|
||
- name: Set up Google Cloud SDK | ||
uses: google-github-actions/[email protected].2 | ||
uses: google-github-actions/[email protected].4 | ||
with: | ||
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} | ||
|
||
- name: Upload release files to public bucket | ||
uses: google-github-actions/[email protected].1 | ||
uses: google-github-actions/[email protected].2 | ||
with: | ||
path: out | ||
glob: '*' | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Oops, something went wrong.