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: mroth/deepclean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: mroth/deepclean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 18 commits
  • 19 files changed
  • 3 contributors

Commits on Oct 1, 2023

  1. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7518c18 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump goreleaser/goreleaser-action from 4 to 5

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    746eb37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from mroth/dependabot/github_actions/actions/ch…

    …eckout-4
    
    build(deps): bump actions/checkout from 3 to 4
    mroth authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    51aff3f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #3 from mroth/dependabot/github_actions/goreleaser…

    …/goreleaser-action-5
    
    build(deps): bump goreleaser/goreleaser-action from 4 to 5
    mroth authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    dc60a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. build(deps): bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    d1810b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from mroth/dependabot/github_actions/actions/se…

    …tup-go-5
    
    build(deps): bump actions/setup-go from 4 to 5
    mroth authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    fec191b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. ci: always build on just stable

    mroth committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    2cee8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ccf29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350cb85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ec7af3 View commit details
    Browse the repository at this point in the history
  5. docs: add SECURITY.md

    mroth committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    6790e47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f18015 View commit details
    Browse the repository at this point in the history
  7. refactor: operate on fs.FS

    mroth committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    d7ee803 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

  1. Configuration menu
    Copy the full SHA
    f659dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60be592 View commit details
    Browse the repository at this point in the history
  3. docs: fix homebrew URL

    mroth committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    e3970ac View commit details
    Browse the repository at this point in the history
  4. perf: bound max concurrency for detail stat workers

    These are likely I/O bound, and concurrency is more to provide "snappy"
    feeling streaming results by not having a large directory hold up all.
    mroth committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    96038de View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from mroth/2025-cleanup

    Build maintenance and modernization for 2025
    mroth authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    7250872 View commit details
    Browse the repository at this point in the history
Loading