mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-29 12:29:31 +00:00
Remove Daytona cloud provider from codebase (#2261)
Simplify the cloud matrix by removing Daytona. All Daytona-specific code, scripts, tests, and configuration have been removed. Daytona has been moved to "Previously Considered" in the Cloud Provider Wishlist (#1183) and can be revived on community demand. Closes #2260 Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
50397f19a3
commit
035e4bf830
26 changed files with 21 additions and 1578 deletions
|
|
@ -24,12 +24,10 @@ describe("validateConnectionIP", () => {
|
|||
|
||||
it("should accept special sentinel values", () => {
|
||||
expect(() => validateConnectionIP("sprite-console")).not.toThrow();
|
||||
expect(() => validateConnectionIP("daytona-sandbox")).not.toThrow();
|
||||
expect(() => validateConnectionIP("localhost")).not.toThrow();
|
||||
});
|
||||
|
||||
it("should accept valid hostnames", () => {
|
||||
expect(() => validateConnectionIP("ssh.app.daytona.io")).not.toThrow();
|
||||
expect(() => validateConnectionIP("example.com")).not.toThrow();
|
||||
expect(() => validateConnectionIP("sub.domain.example.com")).not.toThrow();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue