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: gobuffalo/release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: gobuffalo/release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jun 24, 2019

  1. version bump: v1.8.1

    markbates committed Jun 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c9d07ac View commit details
  2. version bump: v1.8.2

    markbates committed Jun 24, 2019
    Copy the full SHA
    abe5267 View commit details

Commits on Jun 28, 2019

  1. version bump: v1.8.3

    markbates committed Jun 28, 2019
    Copy the full SHA
    1ba288a View commit details
  2. Copy the full SHA
    a764fbf View commit details

Commits on Aug 29, 2019

  1. updates a few things

    markbates committed Aug 29, 2019
    Copy the full SHA
    b1581ad View commit details
  2. version bump: v1.9.0

    markbates committed Aug 29, 2019
    Copy the full SHA
    a8f298d View commit details
  3. generated goreleaser

    markbates committed Aug 29, 2019
    Copy the full SHA
    f289a13 View commit details
  4. version bump: v1.9.0

    markbates committed Aug 29, 2019
    Copy the full SHA
    ed8b8d8 View commit details
  5. generated goreleaser

    markbates committed Aug 29, 2019
    Copy the full SHA
    92a3ef1 View commit details
  6. version bump: 1.10.0

    markbates committed Aug 29, 2019
    Copy the full SHA
    3e140f9 View commit details
  7. version bump: v1.11.0

    markbates committed Aug 29, 2019
    Copy the full SHA
    8bb0d42 View commit details

Commits on Sep 6, 2019

  1. version bump: v1.12.0

    markbates committed Sep 6, 2019
    Copy the full SHA
    ddbe369 View commit details

Commits on Sep 7, 2019

  1. version bump: v1.13.0

    markbates committed Sep 7, 2019
    Copy the full SHA
    39c211e View commit details
  2. version bump: v1.13.1

    markbates committed Sep 7, 2019
    Copy the full SHA
    7f02c38 View commit details
  3. version bump: v1.13.2

    markbates committed Sep 7, 2019
    Copy the full SHA
    45d0e0f View commit details

Commits on Oct 15, 2019

  1. version bump: v1.13.3

    markbates committed Oct 15, 2019
    Copy the full SHA
    ce78965 View commit details
  2. version bump: v1.13.4

    markbates committed Oct 15, 2019
    Copy the full SHA
    fd928cf View commit details

Commits on Oct 18, 2019

  1. version bump: v1.14.0

    markbates committed Oct 18, 2019
    Copy the full SHA
    820fad6 View commit details

Commits on Nov 12, 2019

  1. version bump: v1.15.0

    markbates committed Nov 12, 2019
    Copy the full SHA
    02692fa View commit details

Commits on Dec 4, 2019

  1. Moving to github actions

    paganotoni committed Dec 4, 2019
    Copy the full SHA
    b92abc2 View commit details
  2. changing badge

    paganotoni committed Dec 4, 2019
    Copy the full SHA
    599fb82 View commit details

Commits on Dec 7, 2019

  1. Merge pull request #13 from gobuffalo/task-move-to-actions

    Moving to github actions
    paganotoni authored Dec 7, 2019
    Copy the full SHA
    6f54eaf View commit details
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests
on: [push]
jobs:

tests-on:
name: ${{matrix.go-version}} ${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout Code
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Test
run: |
go mod tidy -v
go test -race ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

<p align="center">
<a href="https://godoc.org/github.com/gobuffalo/release"><img src="https://godoc.org/github.com/gobuffalo/release?status.svg" alt="GoDoc" /></a>
<a href="https://dev.azure.com/markbates/buffalo/_build?definitionId=3"><img src="https://dev.azure.com/markbates/buffalo/_apis/build/status/gobuffalo.release?branchName=master" alt="CI" /></a>
<a href=""><img src="https://github.com/gobuffalo/release/workflows/Tests/badge.svg" alt="Build Status" /></a>
<a href="https://goreportcard.com/report/github.com/gobuffalo/release"><img src="https://goreportcard.com/badge/github.com/gobuffalo/release" alt="Go Report Card" /></a>
</p>

142 changes: 142 additions & 0 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
@@ -5,22 +5,164 @@ github.com/gobuffalo/release does not try to reinvent the wheel! Instead, it use
Thank you to the following **GIANTS**:


* [github.com/BurntSushi/toml](https://godoc.org/github.com/BurntSushi/toml)

* [github.com/Masterminds/semver](https://godoc.org/github.com/Masterminds/semver)

* [github.com/armon/consul-api](https://godoc.org/github.com/armon/consul-api)

* [github.com/coreos/etcd](https://godoc.org/github.com/coreos/etcd)

* [github.com/coreos/go-etcd](https://godoc.org/github.com/coreos/go-etcd)

* [github.com/coreos/go-semver](https://godoc.org/github.com/coreos/go-semver)

* [github.com/cpuguy83/go-md2man](https://godoc.org/github.com/cpuguy83/go-md2man)

* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew)

* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs)

* [github.com/fsnotify/fsnotify](https://godoc.org/github.com/fsnotify/fsnotify)

* [github.com/gobuffalo/attrs](https://godoc.org/github.com/gobuffalo/attrs)

* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy)

* [github.com/gobuffalo/flect](https://godoc.org/github.com/gobuffalo/flect)

* [github.com/gobuffalo/genny](https://godoc.org/github.com/gobuffalo/genny)

* [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown)

* [github.com/gobuffalo/gogen](https://godoc.org/github.com/gobuffalo/gogen)

* [github.com/gobuffalo/helpers](https://godoc.org/github.com/gobuffalo/helpers)

* [github.com/gobuffalo/here](https://godoc.org/github.com/gobuffalo/here)

* [github.com/gobuffalo/licenser](https://godoc.org/github.com/gobuffalo/licenser)

* [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger)

* [github.com/gobuffalo/mapi](https://godoc.org/github.com/gobuffalo/mapi)

* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd)

* [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2)

* [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush)

* [github.com/gobuffalo/plushgen](https://godoc.org/github.com/gobuffalo/plushgen)

* [github.com/gobuffalo/shoulders](https://godoc.org/github.com/gobuffalo/shoulders)

* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx)

* [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags)

* [github.com/gobuffalo/uuid](https://godoc.org/github.com/gobuffalo/uuid)

* [github.com/gobuffalo/validate](https://godoc.org/github.com/gobuffalo/validate)

* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid)

* [github.com/golang/protobuf](https://godoc.org/github.com/golang/protobuf)

* [github.com/hashicorp/hcl](https://godoc.org/github.com/hashicorp/hcl)

* [github.com/hpcloud/tail](https://godoc.org/github.com/hpcloud/tail)

* [github.com/inconshreveable/mousetrap](https://godoc.org/github.com/inconshreveable/mousetrap)

* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv)

* [github.com/karrick/godirwalk](https://godoc.org/github.com/karrick/godirwalk)

* [github.com/konsorten/go-windows-terminal-sequences](https://godoc.org/github.com/konsorten/go-windows-terminal-sequences)

* [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty)

* [github.com/kr/pty](https://godoc.org/github.com/kr/pty)

* [github.com/kr/text](https://godoc.org/github.com/kr/text)

* [github.com/magiconair/properties](https://godoc.org/github.com/magiconair/properties)

* [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer)

* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe)

* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday)

* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir)

* [github.com/mitchellh/mapstructure](https://godoc.org/github.com/mitchellh/mapstructure)

* [github.com/onsi/ginkgo](https://godoc.org/github.com/onsi/ginkgo)

* [github.com/onsi/gomega](https://godoc.org/github.com/onsi/gomega)

* [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml)

* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)

* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)

* [github.com/rogpeppe/go-internal](https://godoc.org/github.com/rogpeppe/go-internal)

* [github.com/russross/blackfriday](https://godoc.org/github.com/russross/blackfriday)

* [github.com/serenize/snaker](https://godoc.org/github.com/serenize/snaker)

* [github.com/sergi/go-diff](https://godoc.org/github.com/sergi/go-diff)

* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus)

* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate)

* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight)

* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero)

* [github.com/spf13/cast](https://godoc.org/github.com/spf13/cast)

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)

* [github.com/spf13/jwalterweatherman](https://godoc.org/github.com/spf13/jwalterweatherman)

* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag)

* [github.com/spf13/viper](https://godoc.org/github.com/spf13/viper)

* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)

* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)

* [github.com/ugorji/go/codec](https://godoc.org/github.com/ugorji/go/codec)

* [github.com/xordataexchange/crypt](https://godoc.org/github.com/xordataexchange/crypt)

* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto)

* [golang.org/x/net](https://godoc.org/golang.org/x/net)

* [golang.org/x/sync](https://godoc.org/golang.org/x/sync)

* [golang.org/x/sys](https://godoc.org/golang.org/x/sys)

* [golang.org/x/text](https://godoc.org/golang.org/x/text)

* [golang.org/x/tools](https://godoc.org/golang.org/x/tools)

* [golang.org/x/xerrors](https://godoc.org/golang.org/x/xerrors)

* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1)

* [gopkg.in/errgo.v2](https://godoc.org/gopkg.in/errgo.v2)

* [gopkg.in/fsnotify.v1](https://godoc.org/gopkg.in/fsnotify.v1)

* [gopkg.in/tomb.v1](https://godoc.org/gopkg.in/tomb.v1)

* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2)
71 changes: 0 additions & 71 deletions azure-pipelines.yml

This file was deleted.

19 changes: 0 additions & 19 deletions azure-tests.yml

This file was deleted.

55 changes: 25 additions & 30 deletions genny/azure/templates/azure-pipelines.yml.plush
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variables:
GOPROXY: "https://proxy.golang.org"
GOBIN: "$(GOPATH)/bin" # Go binaries path
GOPATH: "$(system.defaultWorkingDirectory)/gopath" # Go workspace path
modulePath: "$(GOPATH)/src/github.com/$(build.repository.name)" # Path to the module"s code
@@ -9,19 +10,17 @@ jobs:
vmImage: "vs2017-win2016"
strategy:
matrix:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11.5"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11.5"
GO111MODULE: "off"
go 1.12 (on):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "on"
go 1.12 (off):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "off"
go 1.13.4 (on):
go_version: "1.13.4"
GO111MODULE: "on"
go 1.13.4 (off):
go_version: "1.13.4"
GO111MODULE: "off"
steps:
- template: azure-tests.yml
@@ -31,19 +30,17 @@ jobs:
vmImage: "macOS-10.13"
strategy:
matrix:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11.5"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11.5"
GO111MODULE: "off"
go 1.12 (on):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "on"
go 1.12 (off):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "off"
go 1.13.4 (on):
go_version: "1.13.4"
GO111MODULE: "on"
go 1.13.4 (off):
go_version: "1.13.4"
GO111MODULE: "off"
steps:
- template: azure-tests.yml
@@ -53,19 +50,17 @@ jobs:
vmImage: "ubuntu-16.04"
strategy:
matrix:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11.5"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11.5"
GO111MODULE: "off"
go 1.12 (on):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "on"
go 1.12 (off):
go_version: "1.12"
go_version: "1.12.13"
GO111MODULE: "off"
go 1.13.4 (on):
go_version: "1.13.4"
GO111MODULE: "on"
go 1.13.4 (off):
go_version: "1.13.4"
GO111MODULE: "off"
steps:
- template: azure-tests.yml
4 changes: 1 addition & 3 deletions genny/git/templates/-dot-gitignore.plush
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
doc
tmp
pkg
*.gem
*.pid
coverage
coverage.data
@@ -14,8 +13,6 @@ build/*
profile
.console_history
.sass-cache/*
.rake_tasks~
*.log.lck
solr/
.jhw-cache/
jhw.*
@@ -27,3 +24,4 @@ generated/
bin/*
gin-bin
.idea/
.vscode
Loading