-
Notifications
You must be signed in to change notification settings - Fork 11
feat(app): per-container CF SSH tunnel for VS Code panel #434
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
skulidropek
wants to merge
20
commits into
ProverCoderAI:main
Choose a base branch
from
skulidropek:issue-428
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
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
421ddaa
feat(app): URL-based container access sharing (issue #428)
skulidropek 8550858
fix(app): VS Code open in share link — direct hostName URI + anchor tag
skulidropek 781fe34
feat(api): per-share-link SSH cloudflared tunnel for VS Code Remote SSH
skulidropek e24edb0
feat(share-link): SSH password auth — no key needed for share link ac…
skulidropek 26c967d
feat(share-link): wildcard CF SSH setup — one config for all containers
skulidropek 49179e6
feat(app): per-container CF SSH tunnel for VS Code panel (#428)
skulidropek 18aea42
feat(app): show SSH password in VS Code CF tunnel panel
skulidropek 85ddedb
fix(app): SSH command opens targetDir on connect
skulidropek 6a49c57
fix(app): SSH config shows specific hostname, not wildcard
skulidropek 46f6880
fix(app): SSH config includes RemoteCommand for auto cd into project
skulidropek 99ddb61
feat(app): auto-restart CF tunnel when process dies + refresh button
skulidropek ef4b61f
fix(api): store SSH password in tunnel record, return stable password
skulidropek 95d30e3
fix(app): restore inline ProxyCommand in SSH connect command
skulidropek d455535
fix(app): remove remote command from inline SSH — conflicts with conf…
skulidropek eb1e0cf
fix(app): remove RemoteCommand from SSH config — breaks VS Code Remot…
skulidropek 02a5bd2
fix(app): add User to SSH config block — VS Code used local Windows u…
skulidropek 658a11e
feat(app): direct SSH (local network) section in VS Code panel
skulidropek ef931d8
feat(app): show password + auto-cd in Direct SSH section
skulidropek 9132fdc
fix(pr-434): address CodeRabbit review issues
skulidropek 0847b71
fix(ci): resolve all ESLint max-lines, max-params, and complexity vio…
skulidropek 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
Large diffs are not rendered by default.
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
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.
🧩 Analysis chain
🏁 Script executed:
Repository: ProverCoderAI/docker-git
Length of output: 50380
Даунгрейд
vitestдо^3.2.0нарушает peer dependency requirement@effect/vitestи создаёт критический риск.Версия
@effect/vitest@0.29.0(используется всеми пакетами, включая api) требуетvitest@4.1.0как peer dependency. Изменениеpackages/api/package.jsonнаvitest@^3.2.0конфликтует с этим требованием и приведёт к сбоям при запуске тестов (все test-файлы вpackages/api/tests/импортируют из@effect/vitest). Кроме того, это нарушает консистентность версий в монорепо, где все остальные пакеты используютvitest@^4.1.9.Либо вернуть
vitest@^4.1.9с объяснением почему это не удалось, либо обновить@effect/vitestна совместимую версию и задокументировать причину миграции.🤖 Prompt for AI Agents
Source: Coding guidelines