Commit Graph

16 Commits (3e069a707e56e97c951649c730e6e6189494a94f)

Author SHA1 Message Date
Simon Aronsson 1b3db5ed5d remove dead code and goverage dependency 5 years ago
Simon Aronsson bfae38dbf8
Feat/lifecycle hooks (#351)
* feat(update): add lifecycle hooks to the update action

* fix(ci): add bash tests for lifecycle-hooks to the ci workflow

* fix(ci): move integration tests to an isolated step

* fix(ci): fix malformed all-contributors json

* fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
5 years ago
Simon Aronsson b4846ef158 turn on publish filter again 5 years ago
Simon Aronsson 0e268a247e change fingerprint 5 years ago
Simon Aronsson 79bf0bda56 inject ssh key during publish 5 years ago
Simon Aronsson 76fdabfe6d add githubs fingerprint to known host for mkdocs 5 years ago
Simon Aronsson 37069d51df resolve pip issue 5 years ago
Simon Aronsson 34b765960c move documentation from readme to gh pages 5 years ago
Simon Aronsson 3c38437b93 send coverage to codacy 5 years ago
Simon Aronsson 10031052b2 add additional login due to manifest shenanigans 5 years ago
Simon Aronsson 0e29029cb9 fix tag splitting 5 years ago
Simon Aronsson 93d47c7bd6 strip v. from tag when creating manifests 5 years ago
Simon Aronsson 09ddabd01c utilize goreleaser builtins and reformat code 5 years ago
thelamer 9dd80681c7 additional release logic to try to push manifested releases on publish 5 years ago
Simon Aronsson 6157c50e4f fix some minor issues 5 years ago
Simon Aronsson 1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
5 years ago