8000 Comparing v0.8.0...v0.8.1 · dn-vm/dnvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: dn-vm/dnvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: dn-vm/dnvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 4 commits
  • 26 files changed
  • 2 contributors

Commits on Apr 9, 2025

  1. Remove commandlinearguments record (#204)

    It was mostly duplicated with the actual serialize/deserialize command object.
    If a particular command still needed a lot of options, a new options class
    was created in the command's class. Otherwise, the args now live in the
    former Command classes.
    agocke authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    906ee12 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Add --local flag to restore (#191)

    * Changed the existing default behavior of `restore` to install SDK to global install location
    * Added new command-line options `--local`, `--force`, and `--verbose` to the `RestoreArgs` class. These options allow users to install the SDK locally, force installation even if already installed, and enable verbose logging, respectively.
    * Updated unit tests for the new options, and adjusted existing tests
    MattKotsenas authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    1e7d187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e312c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #206 from agocke/backport-to-stable

    Backport fixes to stable
    agocke authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    c21240c View commit details
    Browse the repository at this point in the history
Loading
0