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.2
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.33.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 3 contributors

Commits on Mar 14, 2025

  1. Configure pre-commit

    We're not currently compliant with go fmt, so this will help us
    gradually get there.
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    905685f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Organize talismanrc files (#468)

    * Remove unnecessary switch
    * Reset file reader after mocking it in test
    * Consolidate private methods for managing .talismanrc
    * Consolidate tests that cover reading from RC file
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    df7b564 View commit details
    Browse the repository at this point in the history
  2. Remove unused hasher reference (#469)

    * Remove unnecessary checksum calculation
    * Remove unused hasher
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    486825b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Reference version that uses executable from pre-commit

    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    bccf09c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Remove unnecessary override from pre-commit example

    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    a7a57f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. #416 Fix - Files of the same name in sub-folders will be considered a… (

    #455)
    
    * #416 Fix - Files of the same name in sub-folders will be considered as different files
    
    * #416 Fix - Adding more testcases and covering all possible special characters
    
    ---------
    
    Co-authored-by: Owen Nelson <58788812+tw-owen-nelson@users.noreply.github.com>
    deepthirera and tw-owen-nelson authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    655d27c View commit details
    Browse the repository at this point in the history
Loading