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: magefile/mage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: magefile/mage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.1
Choose a head ref
  • 11 commits
  • 15 files changed
  • 9 contributors

Commits on Jan 3, 2021

  1. fix test for go 1.16 (#330)

    * fix test for 1.16
    natefinch authored Jan 3, 2021
    1 Configuration menu
    Copy the full SHA
    de7ca6c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. make -h work with imported targets (#335)

    fixes #249
    Forgot to allow help to be called on imported targets. Kinda useful, eh?
    natefinch authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    4cf3cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. fix: deterministic compiled mainfile (#348)

    * fix: determanistic compiled mainfile
    
    sort template data so resulting mainfile is consistantly reproducible,
    which is important to leverage build cache and results in a consistent
    build id on output (given identical build parameters, e.g. ldflags,
    output file name, etc.)
    
    Result of `mage -compile ./mage_static && go tool buildid ./mage_static`
    should now always be identical on repeated invocation.
    
    Results in a probably imperceptible build time quickening, but solves a
    minor peave of mine, and adds a test as protection from regression :)
    
    * fix: poorly spelled test
    
    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    
    * Update parse/parse.go
    
    got caught out not using vim's spellcheck
    
    Co-authored-by: Paul Burlumi <paul@burlumi.com>
    
    * Update mage/main.go
    
    got caught out not using vim's spellcheck
    
    Co-authored-by: Paul Burlumi <paul@burlumi.com>
    
    * fix spelling
    
    Co-authored-by: Paul Burlumi <paul@burlumi.com>
    
    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    Co-authored-by: Paul Burlumi <paul@burlumi.com>
    Co-authored-by: Nate Finch <natefinch@github.com>
    4 people authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d9e2e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

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

Commits on Oct 27, 2021

  1. #378 bump travisci go16 (#379)

    mirogta authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    80953f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. #288 add brew and scoop install to docs (#376)

    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    mirogta and natefinch authored Nov 1, 2021
    1 Configuration menu
    Copy the full SHA
    e84bbc1 View commit details
    Browse the repository at this point in the history
  2. Add asdf installation instructions to docs (#383)

    * Add asdf installation instructions to docs
    
    * Update site/content/index.md
    
    Co-authored-by: Nate Finch <natefinch@github.com>
    
    * Clean up asdf installation instructions
    
    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    Co-authored-by: Nate Finch <natefinch@github.com>
    3 people authored Nov 1, 2021
    1 Configuration menu
    Copy the full SHA
    0c5affe View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. sh.run(): quoted strings before join (#306)

    * sh.run(): quoted strings before join
    
    Co-authored-by: shouldsee <shouldsee@qq.com>
    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    3 people authored Dec 14, 2021
    1 Configuration menu
    Copy the full SHA
    404c119 View commit details
    Browse the repository at this point in the history
  2. Fix the rollback mechanism for tags during a release (#392)

    * this fixes the rollback mechanism for tags during a release
    * check for goreleaser before we do anything else
    natefinch authored Dec 14, 2021
    1 Configuration menu
    Copy the full SHA
    fd5011e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. 1 Configuration menu
    Copy the full SHA
    fe9f942 View commit details
    Browse the repository at this point in the history
  2. ci: migrate from travis to github action (#391)

    * ci: add github action workflow
    * remove travis
    * drop go1.10.x and go1.9.x
    * add go1.17
    chenrui333 authored Dec 15, 2021
    1 Configuration menu
    Copy the full SHA
    2f1ec40 View commit details
    Browse the repository at this point in the history
Loading