[go: up one dir, main page]

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.14.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.15.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 6 contributors

Commits on Nov 29, 2022

  1. mage: cancel context on SIGINT (#313)

    * mage: cancel context on SIGINT
    
    On receiving an interrupt signal, mage cancels the context allowing the magefile
    to perform any cleanup before exiting.
    
    A second interrupt signal will kill the magefile process without delay.
    
    The behaviour for a timeout remains unchanged (context is cancelled and the magefile
    exits).
    
    * mage: add cleanup timeout to cancel
    
    Co-authored-by: Nate Finch <nate.finch@gmail.com>
    pmcatominey and natefinch authored Nov 29, 2022
    1 Configuration menu
    Copy the full SHA
    a920604 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 26, 2023

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

Commits on Mar 6, 2023

  1. fix erroneous docstring of sh.Exec() (#452)

    sh.Exec() uses the passed in stderr io.Writer to write the stderr output
    not "piping its stderr to mage's stderr".
    omarkohl authored Mar 6, 2023
    1 Configuration menu
    Copy the full SHA
    9199872 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Update CI (#466)

    * update ci a bit
    natefinch authored May 11, 2023
    1 Configuration menu
    Copy the full SHA
    9e91a03 View commit details
    Browse the repository at this point in the history
Loading