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: garden-rs/garden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: garden-rs/garden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 20 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    2fe9375 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    193c7de View commit details
    Browse the repository at this point in the history
  2. model: upgrade to strum 0.26

    davvid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9269660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84e8e8d View commit details
    Browse the repository at this point in the history
  4. nix: update flake.lock

    davvid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    88124ee View commit details
    Browse the repository at this point in the history
  5. garden v1.7.1-beta0

    davvid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    55c00bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42 from davvid/upgrade-deps

    * davvid/upgrade-deps:
      garden v1.7.1-beta0
      nix: update flake.lock
      changelog: upgrade dependencies
      model: upgrade to strum 0.26
      cargo: upgrade which and yaml-rust
      tree-wide: upgrade to yansi 1.0
    davvid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2981889 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    5384ad2 View commit details
    Browse the repository at this point in the history
  2. list: use the string! macro

    davvid committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a761cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d672fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from davvid/ls-reverse

    * ls-reverse:
      ls: add a --reverse | -r option to print trees in reverse order
    davvid committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    03c1ace View commit details
    Browse the repository at this point in the history
  5. ls: code style

    davvid committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9ae6f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. ci: upgrade to mdbook v0.4.40

    davvid committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d56f4e1 View commit details
    Browse the repository at this point in the history
  2. ci: unpin cargo-deny to fix build errors

    Older versions of cargo-deny depend on a yanked version of "bytes".
    davvid committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    6fdfdc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. cargo deny: allow MPL-2.0 for "options-ext" via "dirs"

    * MPL-2.0 - Mozilla Public License 2.0:
    ├   - OSI approved
    ├   - FSF Free/Libre
    ├   - Copyleft
    ├ option-ext v0.2.0
    └── dirs-sys v0.4.1
        └── dirs v5.0.1
            ├── garden-tools v1.7.1-beta0
            └── shellexpand v3.1.0
                └── garden-tools v1.7.1-beta0 (*)
    davvid committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1a0f9ac View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    d0792bd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. cmd: teach garden to run commands in parallel

    "garden cmd" and custom commands can now run multiple commands in
    parallel using rayon.
    
    Garden will  use all available cores when "--jobs=0" is used.
    The paradigm we are using is that the ApplicationContext must
    be cloned per-thread in order to allow concurrent evaluation.
    
    Closes: #43
    Suggested-by: Johannes Rueschel @chbndrhnns on github.com
    davvid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c105077 View commit details
    Browse the repository at this point in the history
  2. cmd: allow "-j" / "--jobs" to take zero arguments

    Default to "--jobs=0" (all cores) when only "-j" is specified.
    This makes the "-j" option behavior more closely to "make".
    davvid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    47990d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from davvid/parallel

    * davvid/parallel:
      cmd: allow "-j" / "--jobs" to take zero arguments
      cmd: teach garden to run commands in parallel
      cargo deny: add commentary detailing why MPL-2.0 is present
    davvid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    09c77c4 View commit details
    Browse the repository at this point in the history
  4. garden v1.8.0

    davvid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    47bba3f View commit details
    Browse the repository at this point in the history
Loading