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: thoughtworks/talisman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.1
Choose a base ref
...
head repository: thoughtworks/talisman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. Reference hook revision with modern stage names

    pre-commit version 3.2.0 (March 2023) introduced new stage names
    'pre-commit' and 'pre-push' in favor of 'commit' and 'push'. Older
    versions of pre-commit will fail to parse these new stage names and
    users should upgrade to a more current version of pre-commit.
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    7167d6b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Use name tool builds as when installed from source

    This enables using pre-commit's native golang support to install
    and manage talisman instead of requiring users to install it on their
    systems. Ideally we should fix talisman to build an executable named
    'talisman' rather than 'cmd'.
    
    ref: https://stackoverflow.com/a/68803356
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    6f47876 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#466)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.
    - [Commits](golang/crypto@v0.17.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    ef73909 View commit details
    Browse the repository at this point in the history
Loading