-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(windows): make pnpm dev:app:win work behind TLS-inspecting proxies #2449
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
Merged
+261
−57
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f7684f9
fix(tls): use native TLS for core HTTP clients
M3gA-Mind 36c7417
fix(tls): switch WebSocket TLS to native-tls
M3gA-Mind 3b7eb02
fix(run-dev-win): prepend workspace node_modules/.bin to PATH
M3gA-Mind 8413582
fix(run-dev-win): invoke cargo-tauri.exe directly, skip pnpm wrapper
M3gA-Mind 118ed82
fix(run-dev-win): pin pnpm dir on PATH for cargo-tauri's beforeDevCom…
M3gA-Mind 9055ee2
fix(run-dev-win): override tauri beforeDevCommand with absolute pnpm …
M3gA-Mind 005a190
fix(run-dev-win): drop literal quotes from beforeDevCommand override
M3gA-Mind 57c54c8
fix(run-dev-win): invoke vite directly in beforeDevCommand, skip pnpm
M3gA-Mind e96fd25
fix(run-dev-win): wrap beforeDevCommand in space-free .bat shim
M3gA-Mind 68aa44e
fix(run-dev-win): wrapper bat invokes node.exe + vite.js directly
M3gA-Mind 2d74ccd
fix(tls): force native TLS on runtime proxy clients
M3gA-Mind e37428e
fix(tls): gate native-tls swap to Windows; preserve rustls everywhere…
M3gA-Mind 8b17919
chore: regenerate Cargo.lock after tokio-tungstenite feature swap
M3gA-Mind 57f837f
Merge remote-tracking branch 'upstream/main' into sync/window-upstream
M3gA-Mind 456d4ef
fix(run-dev-win): guard against spaces in TEMP-derived vite wrapper path
M3gA-Mind be9b0d7
refactor(tls): extract shared tls_client_builder() helper; fix fallba…
M3gA-Mind 01ad003
fix(tls): apply platform TLS on Client::new() fallback paths in compa…
M3gA-Mind 8bf383f
fix(tls): apply platform TLS to composio DELETE client and proxy time…
M3gA-Mind 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.