Nikolay Edigaryev
e2d6c13ed0
DHCP MAC-address resolver: handle duplicate leases ( #740 )
2024-02-23 16:49:06 +04:00
Nikolay Edigaryev
3f17884ac2
Introduce "tart fqn" command ( #735 )
...
* tart pull: experimental --json-digest option
* Introduce "tart fqn" command
* Revert "tart pull: experimental --json-digest option"
This reverts commit 842052f5bd .
2024-02-19 21:13:45 +00:00
Fedor Korotkov
7dcebf9c04
Allow to override VirtioFS tag for shared directories ( #733 )
2024-02-19 20:51:25 +00:00
Tor Arne Vestbø
f6c56ed8eb
Add option to disable audio pass-though ( #728 )
2024-02-19 12:26:31 -05:00
Fedor Korotkov
a48f4d4ec9
Do not magically set `--no-graphics` when `--vnc` is passed ( #732 )
...
From a discussion in #728 it appeared that having both `--graphics` and `--no-graphics` is a bit confusing.
`--graphics` was introduced in #248 to support having both VNC and UI for debugging Packer plugin in cirruslabs/packer-plugin-tart#21 . This is because `--vnc` flag has a side effect of hiding UI which I think was wrong in retrospective. One can run `tart run --vnc --no-graphics`. In most of the cases this is automated via Alfred or something like that.
Now we have so many arguments that IMO it's worth to remove `--graphics` for overall consistency in arguments: everything is enabled by default and can be disabled via `--no-*` flags.
2024-02-19 08:47:27 -05:00
Noah Martin
9bb71a4051
Improve rename error message ( #723 )
2024-01-30 10:01:42 -05:00
Fedor Korotkov
18d462dd3d
Build x86 binary ( #716 )
...
* Build x86 binary
To support Linux VMs on Intel aka x86_64
* Fixed paths and formatting
* Unique IDs
* Fixed Goreleaser
* Skip creation integration test for now
* import
* Reenable create test
* Revert "Reenable create test"
This reverts commit 4c947c1f0e .
* Reenable create test
2024-01-26 13:09:05 +00:00
Fedor Korotkov
cd6a97f842
Some SEO optimizations ( #720 )
...
Removed Anka mentions and Codemagic/Testingbot since we don't know if they still use Tart.
2024-01-24 12:15:06 -05:00
Fedor Korotkov
3e4bc73ff0
[docs] Deprioritize Anna ( #714 )
2024-01-20 15:58:52 +04:00
Fedor Korotkov
89fff42d0a
[docs] Resize linux images after cloning ( #712 )
...
* [docs] Resize linux images after cloning
Fixes #711
* Update quick-start.md
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update quick-start.md
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
---------
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2024-01-20 05:35:41 -05:00
Evan Martin
7bb50b5e4b
fix typo in FAQ ( #713 )
2024-01-20 10:51:05 +04:00
Nikolay Edigaryev
b5cbf67ee6
Document default admin/admin credentials ( #709 )
2024-01-20 02:34:21 +04:00
Fedor Korotkov
090a8232fc
[docs] Improved table of content for `licensing.md` ( #705 )
2024-01-17 19:00:15 +04:00
Fedor Korotkov
306ace792c
Added a testimonial from Mitchell Hashimoto ( #704 )
2024-01-15 12:55:27 +04:00
Nikolay Edigaryev
96f6f94fa7
tart set: make --disk-size change idempotent ( #698 )
...
...when the size is not changed.
2024-01-08 14:34:13 +00:00
Nikolay Edigaryev
fbc481250d
tart run: disable dynamic display reconfiguration for Linux ( #697 )
2024-01-08 14:25:56 +00:00
Nikolay Edigaryev
35538c2c5d
tart set: fix typo in --disk-size help ( #695 )
2024-01-04 01:09:25 +00:00
Nikolay Edigaryev
4c33064916
tart set: bring back the --disk-size command-line argument ( #694 )
...
* tart set: bring back the --disk-size command-line argument
* Add a --disk-size explainer
2024-01-04 00:34:55 +04:00
Nikolay Edigaryev
1a267d4a39
tart create --linux: allow scaling VM down to 1 CPU and 256 MiB ( #693 )
...
* tart create --linux: allow scaling VM down to 1 CPU and 256 MiB
* Revert "tart create --linux: allow scaling VM down to 1 CPU and 256 MiB"
This reverts commit 7a31443eea .
* Check minimum CPU and memory sizes in "tart set"
2024-01-03 19:48:13 +04:00
Nikolay Edigaryev
36c54d95cb
Document how to unlock the Keychain over SSH ( #691 )
...
* Document how to unlock the Keychain over SSH
* Fix MD028 markdown linter error
* Add link to Keychain page in Wiki
2023-12-19 15:36:56 +01:00
Nikolay Edigaryev
1d8bfafde5
tart create --from-ipsw: expand tilde (~) in path ( #688 )
2023-12-18 13:05:48 -05:00
Nikolay Edigaryev
537f0ae5db
OCI storage: unconditionally remove the old link when link()'ing ( #686 )
2023-12-08 17:20:49 +04:00
Fedor Korotkov
02f1ff5238
Fixed image url
2023-12-08 03:23:54 -05:00
Fedor Korotkov
9c9bcd586e
Highlight AWS Marketplace availability ( #683 )
...
* Highlight AWS Marketplace availability
* Updated image
* Changed height
2023-12-08 10:44:41 +04:00
Fedor Korotkov
60f0eac7a8
Cache only non-empty archives ( #685 )
...
Fixes #684 . But I'm not sure how it got into this state in the first place. `URLSession.shared.data` should've throw.
2023-12-08 10:43:43 +04:00
Andrew Malchuk
35377a3475
Fix the filesystem corruption on Linux VMs ( #675 )
...
* Use NVMe drive, cached mode and full synchronization mode on Linux
* Inline getting storage device attachment
2023-12-01 15:56:58 +00:00
Nikolay Edigaryev
dda4e91a91
Document Buildkite Tart Plugin ( #677 )
...
* Document Buildkite Tart Plugin
* Fix cropped screenshot
2023-12-01 15:35:45 +00:00
Nikolay Edigaryev
ac5f794e6d
tart delete: prevent the deletion of running VMs ( #676 )
...
And introduce a VMDirectory.lock() method to avoid duplication of
the PIDLock(lockURL: vmDir.configURL) snippet.
2023-12-01 09:33:01 -05:00
Nikolay Edigaryev
5bcbc77249
Document available VM images on the website ( #674 )
...
* Document available VM images on the website
* Fix indents
2023-11-28 16:31:39 +00:00
Fedor Korotkov
bf03873c8d
Validate that a disk is not amd64 ( #673 )
...
To improve UX for cases like #672
2023-11-28 14:55:34 +00:00
Nikolay Edigaryev
bad37b129c
DiskV2: write layers sparsely to avoid unnecessary disk usage ( #671 )
2023-11-27 23:27:07 +04:00
Nikolay Edigaryev
0f47cca746
MAC address resolver: skip expired leases ( #669 )
2023-11-27 10:12:36 -05:00
Fedor Korotkov
d70eca4484
Document Cirrus Runners Discounts ( #663 )
2023-11-22 20:00:45 +04:00
Fedor Korotkov
25887b075f
Use ssh from our tap ( #662 )
...
Fixes #661
2023-11-20 20:01:57 +00:00
Simon B. Støvring
8c011623be
Adds Shape logo to README ( #658 )
2023-11-15 14:51:10 +00:00
Fedor Korotkov
2dccdfb306
Document ECR Public Mirror ( #656 )
...
Fixes https://github.com/cirruslabs/tart/discussions/652
2023-11-13 18:18:51 +00:00
Fedor Korotkov
aca768a838
Print put errors from Docker Helpers ( #654 )
...
* Print put errors from Docker Helpers
* Update Sources/tart/Credentials/DockerConfigCredentialsProvider.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Check output data is not empty
---------
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2023-11-10 22:44:51 +04:00
Tor Arne Vestbø
68b3557747
Hide dock icon in no graphics mode ( #653 )
...
* Package tart binary into app bundle when running via run-signed.sh
This is what happens when installing the tart application package
as built by CI. We should stay as close as possible to the install
situation during development, so that we get bug/behavior parity.
For example, an app bundle behaves differently than a standalone
executable when it comes to bringing up a Dock icon for the app.
* Set activation policy to prohibited when starting in no graphics mode
This ensures that the Dock icon is hidden.
2023-11-10 09:05:20 -05:00
Fedor Korotkov
b2c923f2fe
Properly enter main even loop in headless mode ( #651 )
...
Fixes #638
2023-11-09 00:05:00 +04:00
Fedor Korotkov
c75009e46f
Introduce `--capture-system-keys` flag ( #650 )
...
To allow guest to capture things like Cmd+Tab.
Fixes #636
2023-11-08 20:21:55 +04:00
Riain Condon
43e74ab769
fix docs to specify inside VM for gitlab runner ( #649 )
...
just adds specifically VM in the gitlab runner docs to avoid confusion of where the build and cache dirs are
2023-11-08 09:05:19 -05:00
Fedor Korotkov
1338864ed6
Don't install Sentry CLI via brew ( #648 )
...
Seems it installas 1.x version instead of 2.x. Sentry's documentation [recommends to use their script](https://docs.sentry.io/product/cli/installation/?original_referrer=https%3A%2F%2Fwww.google.com%2F#automatic-installation ).
2023-11-07 16:23:20 +00:00
Nikolay Edigaryev
70040b633c
Introduce AuthenticationKeeper actor to serialize authn modification ( #647 )
2023-11-06 14:58:23 -05:00
Nikolay Edigaryev
f4bc02d175
DiskV2.push(): map disk into memory to avoid large allocations ( #645 )
2023-11-03 17:13:10 +04:00
Fedor Korotkov
6c24aa639a
[blog] New dashboard with insights into performance of Cirrus Runners ( #644 )
2023-11-03 12:17:40 +04:00
Nikolay Edigaryev
d8b69de52d
Fetcher.fetchViaFile(): use an mmap(2)-ed file, similarly to DiskV1 ( #641 )
...
* Fetcher.fetchViaFile(): use an mmap(2)-ed file, similarly to DiskV1
* No need to convert Data to Data
2023-11-01 15:00:48 +04:00
Nikolay Edigaryev
c4c2bfeded
tart-dev.entitlements: add "com.apple.security.get-task-allow" ( #642 )
2023-11-01 14:35:55 +04:00
Fedor Korotkov
b95585b56b
Don't forget to finalize output stream ( #640 )
...
There is a suspicion that this might leak memory
2023-11-01 12:19:11 +04:00
Fedor Korotkov
8d5574ed3f
Removed usage of deprecated APIs ( #628 )
...
See https://developer.apple.com/documentation/virtualization/vzmacauxiliarystorage/3816043-init
2023-10-11 17:05:49 -04:00
Fedor Korotkov
457c2bc7db
Adjusted live installation counter ( #627 )
2023-10-11 20:55:51 +00:00