Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
goreleaser
Deliver Go binaries as fast and easily as possible
Collective -
Host: opensource -
https://opencollective.com/goreleaser
- Website: https://goreleaser.com
- Code: https://github.com/goreleaser
Remove some paths from the code where you can shoot yourself in the
foot.
Improve tests to check...
Add test for AddChecksum
github.com/goreleaser/goreleaser - d72c70a71b2266129b56caabc9218f0aa813b238 authored about 7 years ago by Frank Schroeder <[email protected]>
The unit tests needs a test key to work with. I have tried to create a
test keyring on the fly a...
This patch adds a generic artifact signing pipeline.
Fixes #166
github.com/goreleaser/goreleaser - 7b95e1e342e58fe7181706f9e56a44919f16325f authored about 7 years ago by Frank Schroeder <[email protected]>github.com/goreleaser/users - 68c9c31a466a5436b9938c0299bf059c14934ef2 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
github.com/goreleaser/users - be1c7f06b6df325cb68dcd3ba3fcaf7cd306effd authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
github.com/goreleaser/users - e0f15677d142c82d904d478e96bacbd0a3272ac7 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
github.com/goreleaser/users - fa1bfc396745a5f3ba324608e392e14e2af25ab9 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
github.com/goreleaser/godownloader - 77971934a4b4ea3649634671c9f6eef9049f77c7 authored about 7 years ago by Andrew Vorobyov <[email protected]>
chore: checking markdown with prettier/prettier
github.com/goreleaser/goreleaser - 3ea8bc097f35e91338da3400194496aa7d8d35f1 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Based on prettier/prettier
github.com/goreleaser/goreleaser - 10416862623da39210ba672fdf9f96e1158f237c authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Based on prettier/prettier
github.com/goreleaser/goreleaser - 5345aadd0de7caa5e98127f7e3c7c9c0597dc21e authored about 7 years ago by Carlos Alexandro Becker <[email protected]>So they are all equally formated
github.com/goreleaser/goreleaser - d7da2c295abb9e9342a5d16188d63896bd6aa9f9 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>So they are all equally formated
github.com/goreleaser/goreleaser - b1ccfbc6c2fa88aa30a6f1a65e24b1d32cdda18b authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
We were deploying only on tags, but sometimes
we need to change the docs without tagging and
...
Artifactory docs should be closer to docker and others.
github.com/goreleaser/goreleaser - e8e28fead68e95f530691aac67fa2f82d009a414 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/homebrew-tap - ce4b79f3c6a677ea8156b875225c223d1ccbfd38 authored about 7 years ago by goreleaserbot <[email protected]>
Artifactory: Added basic support to push binaries to an Artifactory store
github.com/goreleaser/goreleaser - e82994f878667a2da7828bc0f7c7db07584c1089 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
* master:
fix: lint warnings
test: fixed tests
test: added tests to effective config pipe
...
github.com/goreleaser/homebrew-tap - fcd21ea40756f8d4bfac0bab76814638784c8523 authored about 7 years ago by goreleaserbot <[email protected]>
added nosec for a mkdir 0755
github.com/goreleaser/goreleaser - 36015b472437960043bbf0a6beb617ed53bdec2c authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Writes the actual config file (with defaults
merged, etc) into the dist folder.
Can be useful f...
github.com/goreleaser/goreleaser - 06ddedf12a0408e179311488fffc2dd124ef3a21 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Also renamed the pipe from finalconfig to effectiveconfig
github.com/goreleaser/goreleaser - f3fcb489832091ba7120889935f15287fd767549 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>broken because of dist not being removed anymore
github.com/goreleaser/goreleaser - 07c04b33f832af391a5db85491150ff89648a4b2 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser offers a ctx.Env map to access env variables.
os.GetEnv and os.Setenv usages where re...
- if l := len(ctx.Config.Artifactories); l == 0 {
+ if len(ctx.Config.Artifactories)...
New tests added:
- TestRunPipe_TargetTemplateError
- TestRunPipe_UnparsableErrorResponse
- TestR...
The unit test TestArtifactoriesWithInvalidMode was not testing
what it should be. The publish pa...
Added a couple of new unit tests, e.g. to test
- Defaults
- Mode: archive
uploadBinary and uploadArchive where nearly the same code.
We generalized uploadAssetAndLog() to...
vetshadow throwed two warnings of shadows declaration of err
github.com/goreleaser/goreleaser - 51bc617d324af0727eadcfa5e3e40e24fc2e04f2 authored about 7 years ago by Andy Grunwald <[email protected]>
The Artifactory pipeline now supports two different
types of upload modes:
- binary: Only the r...
github.com/goreleaser/goreleaser - d875dd0dd5f803577626211e8a8141396ac6d590 authored about 7 years ago by Andy Grunwald <[email protected]>
This introduced a new property per Artifactory instance: Name
With this name we are able to
a) ...
github.com/goreleaser/goreleaser - 27a9abc73be1cf9de8a1c5ef740afbd90f60006b authored about 7 years ago by Andy Grunwald <[email protected]>
* master:
fix: remove brew taps listing from release notes
fix: tests should pass now
styl...
github.com/goreleaser/homebrew-tap - 2cf49033173b6dfe088686da15a3e9418a8a2ddb authored about 7 years ago by goreleaserbot <[email protected]>
It never worked, because the brew pipe is the last
to run.
Either way, it is not a really usefu...
github.com/goreleaser/goreleaser - bb5e27b0c45a89957ed58c7910ad3385814de9c7 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/homebrew-tap - e5488757f8b6d8f7266040b0380bbe3cb06451f2 authored about 7 years ago by goreleaserbot <[email protected]>
- Added paddings
- Added total time taken by the release
Closes #441
github.com/goreleaser/goreleaser - 29d9ae587833da2982be56ec01da4727ac89145c authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Make the code more safe
github.com/goreleaser/goreleaser - 5636313d7c9cfbd9f48578fd104771d65eae9720 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
* master: (47 commits)
docs: add docs for env vars in name_template
test: add test for name_...
github.com/goreleaser/homebrew-tap - b07180208ad79598a482ddbb9c7204b2c798cf0a authored about 7 years ago by goreleaserbot <[email protected]>
Add docs for using env vars in name_template.
github.com/goreleaser/goreleaser - 5a199e50d28a786e92fd33654a542f4d9096eff4 authored about 7 years ago by Frank Schroeder <[email protected]>
This patch adds support to use env vars for the
archive.name_template parameter.
Add a test for name_template with an env var.
github.com/goreleaser/goreleaser - 904d4455f4f25c91c16f98a22e6a77fe767dad22 authored about 7 years ago by Frank Schroeder <[email protected]>upgrade to match latest goreleaser versions
github.com/goreleaser/godownloader - d949af3e0065f1566e2fc31f310109b8fdc8e627 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/godownloader - 10a008bf94e4240f61ce451a269b550f2197f569 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
github.com/goreleaser/godownloader - 99bdcce2fe6f04bfcc028b96faabf43754a7c864 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
The old taps URL 404s out; I updated it to the new URL.
github.com/goreleaser/goreleaser - b2e0895ec09e9f437b108331f278595d3f8d39e7 authored about 7 years ago by Nathaniel Kofalt <[email protected]>
It was showing the last build, which may be from
a broken PR.
github.com/goreleaser/users - 804cf0711122d7fdc81912cd22d9ed09e2e68114 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Also simplified imports
github.com/goreleaser/goreleaser - a8ce65013e7d2983155b1e3b34c9a1bccdc22097 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/homebrew-tap - 504860cf551da797b01ba07ac02bf3638fdeb7ae authored about 7 years ago by goreleaserbot <[email protected]>
- Added homebrew taps
- Docker pull commands instead of list of docker imgs
Setting up the TODO bot.
https://github.com/jasonetco/todo
github.com/goreleaser/goreleaser - 0efbe336e384e81a54fa273bfa568eb38126a657 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>It's the configuration for the stale probot.
https://github.com/probot/stale
github.com/goreleaser/goreleaser - 46eaa193a207547c135f600d6af0d18ff90c66fe authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/homebrew-tap - 043635a1706b25f2f53fcd1799ec64a41222bd15 authored about 7 years ago by goreleaserbot <[email protected]>
Docs are using master instead of gh-pages.
github.com/goreleaser/goreleaser - b0aa533a4f584ddc1f6f9bdc7b02cbc286584dd5 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>GoReleaser will fail to run on a non-empty dist
github.com/goreleaser/goreleaser - 94481dfbe2993b78b13ee455844c9ed49bb8e73c authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Should work better than hacky scripts
github.com/goreleaser/goreleaser - da61f77dff1b912155a636cef6e9c5fd66d6f3b2 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>So we guarantee that docs wont break on change
github.com/goreleaser/goreleaser - 5e2cca2eb1d09e2f2bed772542c18d4914237ba9 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Auto-deploy docs on releases.
Should test it first, though.
Travis cant clone it via ssh since it doesnt
have the ssh key
Ensure that the git log output is not decorated. Otherwise, the format
changes and the tests fai...
Making the static task commit and push
the changes
github.com/goreleaser/homebrew-tap - 871c336248f121a2080bfbf77adc9dfee922ce79 authored about 7 years ago by goreleaserbot <[email protected]>
The loadEnv() function was splitting env vars on all `=` characters
which is not correct. Env va...
In preparation to support env vars for Docker tag_template and also to
simplify the tests by not...
Add env var support for the Docker tag_template field incl. test.
github.com/goreleaser/goreleaser - 25e1cddc1b1198e89ed38f02ba2879447f765977 authored about 7 years ago by Frank Schroeder <[email protected]>Update docs for tag_template.
github.com/goreleaser/goreleaser - c92932078257fbcd3819453d85a1a44376a65aa6 authored about 7 years ago by Frank Schroeder <[email protected]>github.com/goreleaser/homebrew-tap - df0ac96a895fdc5a07f6e052be8b97ec13b1ceda authored about 7 years ago by goreleaserbot <[email protected]>
VSCode used alecthomas/template instead of text/template
automatically, tests begin to fail when...
Allow to template docker tags.
Closes #433
github.com/goreleaser/goreleaser - 14d1347ed9c463afb68c29b0844a328abcc2dd73 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>New feature recently added
github.com/goreleaser/goreleaser - 8d9245d4d389ee0999ff6bd45294f4643ca7fb87 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Using the tag instead of the version
github.com/goreleaser/goreleaser - 8f5cf8a102b2dc7954a45824b1f64918b918a5f1 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
VSCode used alecthomas/template instead of
text/template automatically
I was using my own fork, but its getting
hard to maintain that. Lets use the
default version.
github.com/goreleaser/homebrew-tap - bbcbbb6d0d8df3acd0ed852e136cc9b8704b0e90 authored about 7 years ago by goreleaserbot <[email protected]>
Supports passing environment variables to ldflags by using .Env.VARNAME.
Closes #426
github.com/goreleaser/goreleaser - d5c7af1db95e3d139ff95290d42c75feb26047c9 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>github.com/goreleaser/homebrew-tap - 89fc18bb64dbd0e10a7844850e9e092b2b20680d authored about 7 years ago by goreleaserbot <[email protected]>
Added tests for release defaulter
github.com/goreleaser/goreleaser - a3a10fab371967e3381da40ab8ddc985dfcfc57b authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Each pipe now does its own templating
github.com/goreleaser/goreleaser - eb19e2b5d9ffc56b0771dd55bf9fa512c12200ea authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Added tests for snapshot defaulter
github.com/goreleaser/goreleaser - f9cdb2df04f24c0b7b25d8e7c9c6059f1ed10687 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Dunno why vscode did not removed it
github.com/goreleaser/goreleaser - 66e8f987358dfaddae21440957cbd95ab4cd9532 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>I changed it, dunno why. Lets keep changes minumum
github.com/goreleaser/goreleaser - 8c86228e427112e4b0afc4c0c2f1e157e8e40ca3 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Moved tests from defaults to build pipe, as it
doesnt make sense to be there.
Added more tests to cover defaulter.
github.com/goreleaser/goreleaser - 2dfdb4cd613f222864c8b19fdbf4193f4498ef0d authored about 7 years ago by Carlos Alexandro Becker <[email protected]>I messed up the name template, tests save me
github.com/goreleaser/goreleaser - 278026992bbb1d4644053ccb3344d55a0d0d2947 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Added tests for archive defaulter
github.com/goreleaser/goreleaser - 8535ed38113f98c8864c2dfe34de25b21de79f05 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Added more tests to cover defaulter.
github.com/goreleaser/goreleaser - a432839ad44a28531f4ffe2b1cb41e36a95b5126 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Added more tests to cover defaulter. Also moved
some code around.
An if statement was wrong, fixed it and added tests
github.com/goreleaser/goreleaser - 3fd9e0f306dc1c3c490f626ba309c3b431676854 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Was using a constant that no longer exists
github.com/goreleaser/goreleaser - 65a8e96779b4fa52204690bba24ef357b53e0ca4 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Right now the code looks weird because the defaults
of a pipe are far away of the implementation...
As suggested by @jorin
github.com/goreleaser/goreleaser - 2b42a7346fa78593f9e190342f28cd6c06cbd001 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Readded it for now. Should remove it someday as it is deprecated
github.com/goreleaser/goreleaser - 0d9da86624faa99d93cdeac7943787c4baddf168 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>Added tests for docker defaulter
github.com/goreleaser/goreleaser - b702adfc61f368da8ff5dba4fb11e2f1931fc7ee authored about 7 years ago by Carlos Alexandro Becker <[email protected]>I was shadowing binaryName
github.com/goreleaser/goreleaser - 208ab4df23f9683e254794afeb900a00242d5084 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>We use fmt.Stringer now
github.com/goreleaser/goreleaser - 44d01ceccbf5e42cdfe731aa9d01c28c3d93039b authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
- Renamed function to upload()
- Fixed an inline comment
- Excluded a defer file.Close() from er...
In the Customization chapter we missed the username configuration
github.com/goreleaser/goreleaser - 39db1d5b558d89cf1939a5f07952cb72ef1a5d2f authored about 7 years ago by Andy Grunwald <[email protected]>