Nikolay Edigaryev
afbc2e0764
tart ip: keep waiting for the /var/db/dhcpd_leases file to appear ( #254 )
2022-09-22 10:24:14 -04:00
Fedor Korotkov
0229138bd5
Fixed wait delay for IP command ( #250 )
...
I initially wanted a one-second wait but made a human mistake.
Fixes #249
2022-09-19 21:44:14 +04:00
Nikolay Edigaryev
4d08e6365e
Set line-buffered output for stdout and introduce --graphics for tart run ( #248 )
...
* Set line-buffered output for stdout
* tart run: introduce --graphics
* Update Sources/tart/Commands/Run.swift
Co-authored-by: Pete Goldsmith <peter.n.goldsmith@gmail.com>
* Update Sources/tart/Commands/Run.swift
Co-authored-by: Pete Goldsmith <peter.n.goldsmith@gmail.com>
Co-authored-by: Pete Goldsmith <peter.n.goldsmith@gmail.com>
2022-09-19 21:43:37 +04:00
Nikolay Edigaryev
8cd68ea8ef
Revert com.apple.vm.networking entitlement ( #247 )
2022-09-14 11:01:16 -04:00
Fedor Korotkov
f9001304c8
Fixed packaging
2022-09-14 10:06:22 -04:00
Nikolay Edigaryev
4e20ea8f72
tart run: introduce --net-bridged ( #245 )
...
* tart run: introduce --net-bridged
* tart.entitlements: add com.apple.vm.networking
2022-09-14 17:53:04 +04:00
Nikolay Edigaryev
678ce0a55a
Introduce "tart rename" command to rename VMs ( #246 )
...
* Introduce "tart rename" command to rename VMs
* Remove unused SystemConfiguration import
* Update Sources/tart/Commands/Rename.swift
Co-authored-by: Pete Goldsmith <peter.n.goldsmith@gmail.com>
Co-authored-by: Pete Goldsmith <peter.n.goldsmith@gmail.com>
2022-09-14 17:44:26 +04:00
Fedor Korotkov
8273ae66e1
Update Developer Certificates ( #242 )
...
* Update Developer Certificates
Now the signature will state `Cirrus Labs, Inc.` and not `Fedor Korotkov`.
* Updated identity
2022-09-13 09:36:35 -04:00
Fedor Korotkov
4a9316a377
[skip ci] Add sponsorship option ( #241 )
2022-09-13 16:30:26 +04:00
Fedor Korotkov
6321d547cf
Improve available capacity checking ( #240 )
...
* Improve available capacity checking
* Fixed expression
2022-09-12 21:55:25 +04:00
Nikolay Edigaryev
f241e21614
Self-hosted temporary directory ( #238 )
2022-09-12 20:56:52 +04:00
Nikolay Edigaryev
0eca923604
Document NAT subnet change procedure ( #236 )
2022-09-08 16:26:40 +04:00
Pete Goldsmith
87f29cc11f
Clarify requirements for `dir` argument ( #231 )
2022-09-07 09:02:46 -04:00
Pete Goldsmith
90d1393137
Handle tilde in path for directory share ( #233 )
...
* Expand Tilde in path
* Expand tilde in disk paths
2022-09-07 08:15:29 -04:00
Nikolay Edigaryev
625d431d10
Revert "Improve RemoteName parser ( #225 )" ( #230 )
...
This reverts commit ae7018c31f .
2022-09-06 22:13:30 +04:00
Nikolay Edigaryev
4648e1aea1
tart clone: clone VM and generate MAC under a file lock ( #215 )
...
* tart clone: clone VM and generate MAC under a file lock
* Lock concurrent "tart pull"'s for the same host
* Config: ensure Tart's home and cache directories always exist
2022-09-06 21:33:51 +04:00
Fedor Korotkov
4b62b73015
Document Adopters ( #229 )
...
* Document early adopters
Related to #208
* Use HTML
2022-09-06 21:25:22 +04:00
Nikolay Edigaryev
ae7018c31f
Improve RemoteName parser ( #225 )
...
* Improve RemoteName parser
* Remove Parsing import
* Permit namespace components to contain separators, but no more than one
* Add testNoPathTraversal
2022-09-06 17:28:49 +04:00
Pete Goldsmith
e54c89da0c
Clarify if guest or host is unsupported ( #228 )
2022-09-06 09:23:41 -04:00
Nikolay Edigaryev
9a0ec3e6b0
Fix cache reclaimed bytes calculation ( #223 )
2022-09-01 16:12:48 -04:00
Fedor Korotkov
400f85a493
Check Tart Home for auto-pruning ( #220 )
...
Otherwise it's weird we check $TMP but prune $TART_HOME
2022-09-01 15:44:19 -04:00
Fedor Korotkov
0105280b5d
Support plaintext auths from Docker config ( #219 )
2022-09-01 23:10:52 +04:00
Fedor Korotkov
c063c5bdc2
Include version in installer ( #218 )
2022-09-01 19:42:50 +04:00
Fedor Korotkov
8a2b0151e0
Create Apple Installer in dist folder ( #217 )
...
Seems goreleaser reset git state before submitting and therefore removes Tart.pkg
2022-09-01 18:04:43 +04:00
Fedor Korotkov
2eea51d6ec
Create Apple Installer ( #216 )
...
The installer will install tart binary to `/usr/local/bin/tart`
Fixes #153
2022-08-31 18:36:28 -04:00
Fedor Korotkov
1890909d28
Sign release binaries ( #207 )
...
* Sign release binaries
Should fix #184
* Use VMs for building
* Test release
* Fixed password
* Revert testing
2022-08-30 16:26:06 -04:00
Nikolay Edigaryev
0cad2e454c
Directory sharing support ( #211 )
2022-08-30 10:26:16 +04:00
Nikolay Edigaryev
17dcf942c1
Terminate VM on GUI window close ( #210 )
2022-08-30 02:41:58 +04:00
Nikolay Edigaryev
6296df7c0c
Credential helpers: "credHelpers" map is optional in Docker's config ( #209 )
2022-08-29 16:38:51 -04:00
Fedor Korotkov
c54b140750
Support Docker Helpers ( #205 )
...
Fixes #167
2022-08-29 20:26:53 +04:00
Fedor Korotkov
048a5506df
Support trackpad on macOS and clipboard sharing on Linux ( #202 )
...
Fixes #66
Relates to #14 since fixes on Linux
2022-08-27 20:05:45 +04:00
Nikolay Edigaryev
553b36349b
README.md: clarify "Pulling a Remote Image" section ( #196 )
2022-08-25 15:43:30 +04:00
Fedor Korotkov
d0bf286aa1
Document Linux VM image creation ( #193 )
2022-08-24 23:21:50 +04:00
Nikolay Edigaryev
195a4b3a72
Make UnsupportedOSError more user-friendly ( #192 )
...
* Make UnsupportedOSError more user-friendly
* tart prune: allow only specifying a --gc flag
2022-08-24 15:03:54 -04:00
Nikolay Edigaryev
59393df2e1
Linux support ( #190 )
...
* Linux support
* Support macOS 12
* Improve readability a bit
* Remove useless variable
2022-08-23 22:38:50 +04:00
Nikolay Edigaryev
732c8244a4
Run garbage collection after each symlink and expose --gc in tart prune ( #191 )
2022-08-23 17:31:02 +04:00
Nikolay Edigaryev
9e69c8c161
testGetAndSetAccessTime: fix flakiness ( #187 )
2022-08-18 14:42:54 -04:00
Nikolay Edigaryev
e4ac2275b9
tart ip: show a warning when DHCP lease and ARP cache entries mismatch ( #186 )
2022-08-18 22:25:02 +04:00
Nikolay Edigaryev
1a1f19e169
Implement garbage collection when deleting cached OCI VMs ( #185 )
...
* Properly calculate remotely-retrieved manifest digests
* Implement garbage collection when deleting cached OCI VMs
2022-08-18 17:13:06 +04:00
Nikolay Edigaryev
fea916dacc
OCI blob compression: fix Data memory leak when using InputFilter ( #183 )
...
* OCI blob compression: fix Data memory leak when using InputFilter
* Rename mappedDiskOffset to mappedDiskReadOffset
* Update progress.completedUnitCount differently
2022-08-17 12:57:39 -04:00
Fedor Korotkov
b1be9730c7
Build and release from Ventrura ( #182 )
...
Might be related to #180
2022-08-17 17:42:24 +04:00
Nikolay Edigaryev
14059a1d6f
tart {pull,clone}: add missing --insecure support ( #181 )
...
Co-authored-by: Nikolay Edigaryev <edi@microsun.local>
2022-08-17 01:31:19 +04:00
Nikolay Edigaryev
440681320a
Introduce "tart prune" command ( #164 )
2022-08-12 16:43:04 +03:00
Fedor Korotkov
a80954c888
Do not include Content-Range for monolithic uploads ( #179 )
...
* Do not include Content-Range for monolithic uploads
Some registries still assumes it's a chunked upload and verifies the "chunk" size which is too big.
* Update Sources/tart/OCI/Registry.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2022-08-12 16:33:15 +03:00
Nikolay Edigaryev
cc8201dee6
OCI: support insecure registries and custom ports ( #174 )
2022-08-12 16:24:14 +03:00
Fedor Korotkov
2cab49b3f1
Use Ventura APIs for recovery mode ( #175 )
2022-08-12 08:02:44 +03:00
Fedor Korotkov
131827802a
Friendly error message on Intel ( #177 )
...
In case someone tries to install Tart. Fixes #176
2022-08-10 11:13:21 -04:00
Fedor Korotkov
e2b7f12388
Support chunked uploads ( #159 )
...
* Support chunked uploads
* Rebase fixes
* Bump swift http client
2022-08-08 10:16:47 -04:00
Fedor Korotkov
617a5d02dc
Fixed potential infinity auth ( #173 )
...
Follow up to an attempt in #169
2022-08-08 16:50:13 +03:00
Nikolay Edigaryev
b83bce4544
tart login: read whole stdin contents instead of just a line ( #170 )
2022-08-02 16:52:35 +03:00