-
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.
Complete migration to monorepo architecture
- Loading branch information
Showing
346 changed files
with
17,870 additions
and
322 deletions.
There are no files selected for viewing
This file was deleted.
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*[Briefly describe the overall purpose of the included changes and their effect on the overall project.]* | ||
|
||
This PR resolves #*[XXXX]*, ... *[Remove this block if no issues are related.]* | ||
|
||
## **Changes:** | ||
|
||
This PR makes the following changes: | ||
|
||
* *[Provide a brief descriptive statement for each change, e.g. "Adds `react-hooks/rules-of-hooks` to ESLint for verifying React Rule of Hooks"]* | ||
* *[Include as many descriptive statements as necessary to describe all proposed changes]* |
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,14 @@ | ||
# Configurations for GitHub Dependabot | ||
|
||
version: 2 | ||
updates: | ||
# Maintain dependencies for npm | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
target-branch: "main" | ||
labels: | ||
- "dependencies" | ||
open-pull-requests-limit: 7 | ||
rebase-strategy: "disabled" |
This file was deleted.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ on: | |
workflow_call: | ||
inputs: | ||
dry-run: | ||
description: 'Compiles the app but not upload artifacts to distribution server' | ||
description: 'Compiles the app and uploads to GitHub Pages' | ||
default: false | ||
required: false | ||
type: boolean | ||
|
@@ -26,40 +26,32 @@ jobs: | |
|
||
strategy: | ||
fail-fast: true | ||
matrix: | ||
os: [ macos-latest, ubuntu-latest, windows-latest ] | ||
|
||
runs-on: ${{ matrix.os }} | ||
# Important: Conveyor must be run from Linux. | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
cache: 'npm' | ||
cache: 'yarn' | ||
|
||
- run: npm ci | ||
env: | ||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 | ||
|
||
- run: npm run build | ||
|
||
- name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }} | ||
# I use this action because it is capable of retrying multiple times if there are any issues with the distribution server | ||
uses: nick-fields/retry@v2 | ||
with: | ||
timeout_minutes: 15 | ||
max_attempts: 6 | ||
retry_wait_seconds: 15 | ||
retry_on: error | ||
shell: 'bash' | ||
# Due to this issue https://github.com/electron-userland/electron-builder/issues/6411 the build with npx when rebuilding native dependencies hangs forever | ||
# see https://github.com/cawa-93/vite-electron-builder/pull/953 | ||
command: ./node_modules/.bin/electron-builder --config .electron-builder.config.js --publish ${{ inputs.dry-run && 'never' || 'always' }} | ||
env: | ||
# Code Signing params | ||
# See https://www.electron.build/code-signing | ||
# CSC_LINK: '' | ||
# CSC_KEY_PASSWORD: '' | ||
# Publishing artifacts | ||
GH_TOKEN: ${{ secrets.github_token }} # GitHub token, automatically provided (No need to define this secret in the repo settings) | ||
- run: yarn build | ||
|
||
- name: Release Agent | ||
run: echo "Release Agent" | ||
|
||
# - name: Run Conveyor | ||
# uses: hydraulic-software/conveyor/actions/[email protected] | ||
# env: | ||
# # secrets.GITHUB_TOKEN is automatically setup by GitHub | ||
# OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# command: make copied-site | ||
# extra_flags: -f ci.conveyor.conf | ||
# signing_key: ${{ secrets.SIGNING_KEY }} | ||
# agree_to_license: 1 |
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 |
---|---|---|
|
@@ -7,4 +7,6 @@ package-lock.json | |
.electron-vendors.cache.json | ||
|
||
.github | ||
.idea | ||
.idea | ||
|
||
LICENSE |
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 @@ | ||
{} |
Binary file added
BIN
+13.6 KB
.yarn/cache/@dnd-kit-accessibility-npm-3.0.1-78bf91a820-0afc2c0fce.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+57.8 KB
.yarn/cache/@emotion-babel-plugin-npm-11.11.0-c1dcc4c884-6b363edccc.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.5 KB
.yarn/cache/@emotion-is-prop-valid-npm-1.2.1-794afe6a94-8f42dc573a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.86 KB
.yarn/cache/@emotion-use-insertion-effect-with-fallbacks-npm-1.0.1-730758c66c-700b6e5bbb.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.81 KB
.yarn/cache/@emotion-weak-memoize-npm-0.3.1-bfc18213af-b2be47caa2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+16.7 KB
.yarn/cache/@floating-ui-react-dom-npm-2.0.2-6bf24b7b13-4797e1f7a1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.02 KB
.yarn/cache/@mui-core-downloads-tracker-npm-5.14.14-bec8c16552-93a1f16141.zip
Binary file not shown.
Binary file added
BIN
+14.2 MB
.yarn/cache/@mui-icons-material-npm-5.14.14-89cef08b5f-f69689a2c4.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+202 KB
.yarn/cache/@mui-private-theming-npm-5.14.14-57951f488f-c6ed9b757f.zip
Binary file not shown.
Binary file added
BIN
+203 KB
.yarn/cache/@mui-private-theming-npm-5.14.15-47df1c9ccd-e4f1365d06.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+53.7 KB
.yarn/cache/@reactflow-background-npm-11.3.4-4f54f24df9-2e3e79311b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+61.4 KB
.yarn/cache/@reactflow-node-resizer-npm-2.2.4-00186b7169-4581f935f9.zip
Binary file not shown.
Binary file added
BIN
+54 KB
.yarn/cache/@reactflow-node-toolbar-npm-1.3.4-82d68fb450-cd98ccf2a9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.86 KB
.yarn/cache/@types-d3-interpolate-npm-3.0.3-c93ace7b35-57b6c83f10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.2 KB
.yarn/cache/@types-d3-scale-chromatic-npm-3.0.1-7a451bf6c3-6e3c3f5dca.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.86 KB
.yarn/cache/@types-d3-time-format-npm-4.0.2-a7db6d65ad-56b362a217.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.5 KB
.yarn/cache/@types-git-config-path-npm-2.0.3-bea2a3e4aa-cb5ef95ced.zip
Binary file not shown.
Binary file added
BIN
+3.48 KB
.yarn/cache/@types-hoist-non-react-statics-npm-3.3.4-2b56a922a3-dee430941a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.25 KB
.yarn/cache/@types-parse-git-config-npm-3.0.3-d7cc27dcec-0b2daa846c.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.3 KB
.yarn/cache/@types-react-transition-group-npm-4.4.8-71648dd045-ad7ba2bce9.zip
Binary file not shown.
Binary file added
BIN
+3.66 KB
.yarn/cache/@types-use-sync-external-store-npm-0.0.3-875a91a914-161ddb8eec.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.4 KB
.yarn/cache/hoist-non-react-statics-npm-3.3.2-e7b709e6c1-b153827042.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+75.1 KB
.yarn/cache/react-transition-group-npm-4.4.5-98ea4ef96e-7560284010.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+19.8 KB
.yarn/cache/use-sync-external-store-npm-1.2.0-44f75d2564-5c639e0f8d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.