-
-
Notifications
You must be signed in to change notification settings - Fork 30
Dc6 buddybackup #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bbrungardt02
wants to merge
35
commits into
EdgeTX:main
Choose a base branch
from
bbrungardt02:dc6_buddybackup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dc6 buddybackup #115
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0554db0
rough rough draft
bbrungardt02 f7cd31c
style fixes
bbrungardt02 39cb4aa
more refinement of under the hood logic
bbrungardt02 673f04c
added export etx
bbrungardt02 639394e
cosmetic touch ups
bbrungardt02 3f10160
fix: re-create yarn.lock
raphaelcoeffic d93920e
fix tests
bbrungardt02 509f4d9
fix e2e testing version
bbrungardt02 d3f6c35
removed generated code added to package json
bbrungardt02 2e73808
debug checksum electron node gyp
bbrungardt02 2850b9e
debug checksum electron node gyp again
bbrungardt02 cbc2ab6
debug checksum electron node gyp again
bbrungardt02 8b19d6e
attempt #10820497478392 fix electron node gyp
bbrungardt02 c0f3d96
attempt #2398758236823 fix electron node gyp
bbrungardt02 e6abfec
updated workflow to use local yarn barry
bbrungardt02 9725d9e
explicitly use local yarn berry
bbrungardt02 c35867b
make barry the yarn binary git workflow
bbrungardt02 3fd8cdd
fix: update @electron/node-gyp checksum for CI (Linux)
bbrungardt02 7744a6f
yarn lock generated on linux
bbrungardt02 ed50e51
github workflow issue
bbrungardt02 81c40f8
Merge branch 'dc6_buddybackup' of github.com:bbrungardt02/buddy into …
bbrungardt02 256fb86
workflow issue
bbrungardt02 ad4b847
Enable manual runs via workflow_dispatch
bbrungardt02 22e7190
Fix @electron/node-gyp checksum mismatch issue
bbrungardt02 d014058
Fix GitHub Actions pipeline checksum issues
bbrungardt02 0fe6c20
Fix Yarn Berry checksum issues with correct YARN_CHECKSUM_BEHAVIOR
bbrungardt02 eabe8f8
Skip Cloudflare deployment for forks
bbrungardt02 e6cae23
updated checksum correction
bbrungardt02 21a0da3
Merge branch 'main' into dc6_buddybackup
bbrungardt02 b9d497d
removed extra pipeline
bbrungardt02 7ecfce2
Merge branch 'dc6_buddybackup' of github.com:bbrungardt02/buddy into …
bbrungardt02 715a71e
added many tests to pass the coverage test
bbrungardt02 f4a9bd4
added many tests to pass the coverage test
bbrungardt02 68effd8
added more coverage tests
bbrungardt02 536d567
updated yarn checksum behavior to update
bbrungardt02 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -75,11 +75,14 @@ | |
| "graphql": "16.5.0", | ||
| "graphql-subscriptions": "^2.0.0", | ||
| "graphql-tag": "^2.12.6", | ||
| "graphql-type-json": "^0.3.2", | ||
| "i18next": "^21.10.0", | ||
| "i18next-browser-languagedetector": "^8.0.2", | ||
| "is-mobile": "^3.1.1", | ||
| "iso-639-1": "^3.1.2", | ||
| "js-file-download": "^0.4.12", | ||
| "js-yaml": "^4.1.0", | ||
| "jszip": "^3.10.1", | ||
| "ky": "^1.2.3", | ||
| "markdown-to-jsx": "7.4.6", | ||
| "md5": "^2.3.0", | ||
|
|
@@ -88,8 +91,9 @@ | |
| "p-limit": "^3.1.0", | ||
| "p-map": "^5.5.0", | ||
| "react": "^17.0.2", | ||
| "react-diff-viewer-continued": "^3.4.0", | ||
| "react-dom": "^17.0.2", | ||
| "react-ga": "^3.3.0", | ||
| "react-ga": "^3.3.1", | ||
| "react-i18next": "^11.15.4", | ||
| "react-router-dom": "^6.0.2", | ||
| "semver": "^7.3.5", | ||
|
|
@@ -162,6 +166,7 @@ | |
| "@testing-library/user-event": "^13.5.0", | ||
| "@types/debounce": "^1.2.1", | ||
| "@types/is-ci": "^3.0.4", | ||
| "@types/js-yaml": "^4.0.9", | ||
| "@types/md5": "^2.3.5", | ||
| "@types/node": "^20.12.5", | ||
| "@types/range-parser": "^1.2.7", | ||
|
|
@@ -187,7 +192,7 @@ | |
| "dotenv": "^10.0.0", | ||
| "electron": "^29.3.0", | ||
| "electron-builder": "^24.13.3", | ||
| "electron-devtools-installer": "^3.2.0", | ||
| "electron-devtools-installer": "^3.2.1", | ||
| "esbuild-loader": "^2.21.0", | ||
| "eslint": "^8.4.1", | ||
| "eslint-config-airbnb": "^19.0.2", | ||
|
|
@@ -216,7 +221,7 @@ | |
| "native-ext-loader": "^2.3.0", | ||
| "nock": "^14.0.0-beta.5", | ||
| "node-bindings-loader": "^1.5.0", | ||
| "playwright": "^1.29.1", | ||
| "playwright": "1.29.1", | ||
| "prettier": "^2.8.8", | ||
| "range-parser": "^1.2.1", | ||
| "react-dev-utils": "^11.0.4", | ||
|
|
@@ -243,6 +248,8 @@ | |
| "[email protected]": "patch:graphql@npm:16.5.0#.yarn/patches/graphql-npm-16.5.0-348f68b718", | ||
| "@types/[email protected]": "patch:@types/testing-library__jest-dom@npm:5.14.3#.yarn/patches/@types-testing-library__jest-dom-npm-5.14.3-0aa35d2c00.patch", | ||
| "[email protected]": "patch:snapshot-diff@npm:0.9.0#.yarn/patches/snapshot-diff-npm-0.9.0-44279ef523", | ||
| "styled-components": "^5" | ||
| "styled-components": "^5", | ||
| "hoist-non-react-statics/@types/react": "17.x", | ||
| "@types/react": "17.x" | ||
| } | ||
| } | ||
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be necessary (see here).