这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: cirruslabs/tart

Tags

2.27.3

Toggle 2.27.3's commit message
tart exec: do not limit RPC call duration to 1 second

2.27.2

Toggle 2.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Delay Sentry initialization until after we parse the CLI arguments (#…

…1085)

2.27.1

Toggle 2.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update sentry (#1079)

2.27.0

Toggle 2.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce "tart exec" command as an alternative to SSH (#1074)

* Introduce "tart exec" command as an alternative to SSH

* Simplify control socket machinery by using NIO async/await primitives

* No reason to print the "vm" object directly, just refer to it as "VM"

* Log to Apple’s Unified Logging System

2.26.1

Toggle 2.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unescaped commas in generated ArgumentParser completions (#1066)

* Fix unescaped commas in generated ArgumentParser completions

* Improve completion hints

2.26.0

Toggle 2.26.0's commit message
Update docs, examples and CI to Sequoia

2.25.0

Toggle 2.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `--no-trackpad` option to disable trackpad on macOS VMs (#1060)

* Add --no-trackpad option to disable trackpad on macOS VMs

* Cleanup after AI

2.24.1

Toggle 2.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make tart set --random-serial no-nop for Linux VMs (#1027)

2.24.0

Toggle 2.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix #1004: Wrong binary path in distro (#1005)

2.23.0

Toggle 2.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart run: introduce --net-softnet-expose (#990)

* tart run: introduce --net-softnet-expose

* --net-softnet-expose: add discussion

* --net-softnet-expose: add a note about Softnet restrictions

...and how to disable them.

* LAN → local network

* Better clarify what --net-softnet does

And how --net-softnet-allow can change that behavior.