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: ahoy-cli/ahoy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: ahoy-cli/ahoy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2-alpha
Choose a head ref
  • 17 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 17, 2022

  1. fix!: [#4] Show overwrite warning for ahoy init

    Shows a warning and a confirmation prompt when running `ahoy init`
    if an `.ahoy.yml` file already exists in the current directory and
    would otherwise be overwritten.
    
    BREAKING CHANGE: The warning prompt requires user input, so this may
    require updating of e.g. scripted calls to `ahoy init`. The prompt
    can be overruled by passing the "force" flag, e.g.
    `ahoy init --force`
    Drew Robinson committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7971148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef784eb View commit details
    Browse the repository at this point in the history
  3. chore: Fix two typos in comments

    Drew Robinson committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    92d4c76 View commit details
    Browse the repository at this point in the history
  4. chore: Fix some typos in test file

    Also theoretically improve cross platform testing,
    and replace deprecated `ioutil.*` functions as required.
    Drew Robinson committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7a1c793 View commit details
    Browse the repository at this point in the history
  5. chore: Realign binary naming & ldflags

    Bring binary naming in Makefile in line with previous releases
    (i.e. make a bare binary, named with suffixes, not in a tar.gz file).
    
    Use Makefile foreach to reduce repetition.
    
    Make ldflags more similar to Homebrew Go standard ldflags so
    binaries downloaded from GH or built with Homebrew are more
    closely aligned.
    Drew Robinson committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    064559d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. docs: Update README (#98)

    * docs: Update README
    
    Fixed some typos, adjusted headings, cleaned up a little.
    
    * Fix typo and add feature from docs
    
    * Changed release download URL to always point to latest
    
    Co-authored-by: Drew Robinson <drew.robinson@gaiaresources.com.au>
    ocean and Drew Robinson authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    0043c15 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    3a0a285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d467c74 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    c012893 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from ocean/init-overwrite-warning

    fix!: [#4] Show overwrite warning for `ahoy init`
    ocean authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8fc2fd0 View commit details
    Browse the repository at this point in the history
  3. tests: Add a BATS test to cross compile binaries and test they exist …

    …afterwards
    Drew Robinson committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    40c0d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83481eb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

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

Commits on Aug 1, 2022

  1. Merge pull request #99 from ocean/reorganise-makefile

    chore: Realign binary naming & ldflags
    ocean authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8ae52e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    a562009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2a36f View commit details
    Browse the repository at this point in the history
  3. chore: clean out modules

    ocean committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e534326 View commit details
    Browse the repository at this point in the history
Loading