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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cirruslabs/tart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: cirruslabs/tart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on May 26, 2022

  1. Auto-detect screen DPI (#106)

    * Auto-detect screen DPI
    
    Fixes #104
    
    * Added a comment
    fkorotkov authored May 26, 2022
    Configuration menu
    Copy the full SHA
    afa6b7b View commit details
    Browse the repository at this point in the history
  2. tart login: verify credentials (#102)

    * tart login: verify credentials
    
    * Make DictionaryCredentialsProvider fileprivate to Login.swift
    edigaryev authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f3068b9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. tart pull: introduce --populate-cache flag (#103)

    * tart pull: introduce --populate-cache flag
    
    * VMStorageOCI: introduce cache() method
    
    * Review comments (#107)
    
    * Rename SetCommand back to Set
    
    Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
    edigaryev and fkorotkov authored May 29, 2022
    Configuration menu
    Copy the full SHA
    5446164 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Atomic tart {create,clone,pull} operations using rename(2) (#109)

    * tart clone: always re-generate MAC-address
    
    This is not really an issue for non-enterprise users[1].
    
    [1]: #20 (comment)
    
    * Atomic tart {create,clone,pull} operations using rename(2)
    
    * Print a nicer error message when attempting to double-run a VM
    
    * tart clone: bring back the old MAC-address generation logic
    
    * Ensure VMDirectory.temporary() will be deleted on failure
    edigaryev authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    63329ef View commit details
    Browse the repository at this point in the history
Loading