Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cucumber/changelog
Read, validate and manipulate CHANGELOG.md files that follow keepachangelog.com specification
https://github.com/cucumber/changelog
e98fd2d66c82396e31c0e499018f09ef9e544fc4 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove bundle command
b29678e90c16a442b0d600ac71595a324d209661 authored about 5 years ago by Rodrigo Machado <[email protected]>8b3f433699c4651a6e77ea5aece2573087dc0ab9 authored about 5 years ago by Rodrigo Machado <[email protected]>
They were replaced by IOStreams struct.
47c44a85fe9c99ee94e2f760c310a7ab5e2bd224 authored about 5 years ago by Rodrigo Machado <[email protected]>
`bundle` command was never really used and since now there is an `init`
command, reimplementing ...
d041bb8b52e9b23b4c00d9f7928b6e021b010ecd authored about 5 years ago by Rodrigo Machado <[email protected]>
7be063d18e39fcea805cae059b2258117e17b37a authored about 5 years ago by Rodrigo Machado <[email protected]>
Add tests for commands that manipulate changelog file
92e58f5e51a8e585d2f5a2caa9a9b304e1525d7e authored about 5 years ago by Rodrigo Machado <[email protected]>77fad9382d1a69aa367335483d8be34a3520fca1 authored about 5 years ago by Rodrigo Machado <[email protected]>
721d9a21e521d744aa71b3fe75cea7be16162fae authored about 5 years ago by Rodrigo Machado <[email protected]>
6a063fdf822805061db5dfe77e1bd4c31b4eff57 authored about 5 years ago by Rodrigo Machado <[email protected]>
Improve error handling for release command
1daf1c1790db17748edf3bba8f15658f7b5f18d5 authored about 5 years ago by Rodrigo Machado <[email protected]>193b58893da54a290bcbc2f54b5018ee1870936f authored about 5 years ago by Rodrigo Machado <[email protected]>
Refactor show command and add tests
8bd4b2899f167030e5d97500ed8e7bd254b3f5ac authored about 5 years ago by Rodrigo Machado <[email protected]>ef55ee920ca21d266df7398681d7bb826a9ff4a1 authored about 5 years ago by Rodrigo Machado <[email protected]>
Refactor `show` command and write tests for it, while also improving
the error handling.
c58bd1217c1ba1c8986663d1998e9356265d8222 authored about 5 years ago by Rodrigo Machado <[email protected]>
Refactor release command and add tests
90e0aea51977a8100a3e7d3ca2e17f7717ac43e2 authored about 5 years ago by Rodrigo Machado <[email protected]>39de8398495c3e0df4f564721b35ae036de20d96 authored about 5 years ago by Rodrigo Machado <[email protected]>
40c54aeaaac1a5b7e4c12ad91c2d36b0bb7fc363 authored about 5 years ago by Rodrigo Machado <[email protected]>
2f4c2bc7044852e6ca3408db108c8bca76b7ebaf authored about 5 years ago by Rodrigo Machado <[email protected]>
Add init command
cff6e61db4c9855eb086364085e3d67ef963f1e8 authored about 5 years ago by Rodrigo Machado <[email protected]>64d02b2ceb5656b63bd91ffa6095127a5486d640 authored about 5 years ago by Rodrigo Machado <[email protected]>
5de47f96760ed6cf8c12e7eb65564687eb58650d authored about 5 years ago by Rodrigo Machado <[email protected]>
ad648915157bf8c072177cd119ea756eb78d5ac5 authored about 5 years ago by Rodrigo Machado <[email protected]>
de67aae0ef36556b74bcd5eaa0c229d837bf22a4 authored about 5 years ago by Rodrigo Machado <[email protected]>
667d85a138791a3dc2e497c4cbcd8e12e9a10fbf authored about 5 years ago by Rodrigo Machado <[email protected]>
64d4564791a11bdceb5f0c80aa33e7c80ad5ebe8 authored about 5 years ago by Rodrigo Machado <[email protected]>
28a50141e2d801acac81d23780d651c24742aa86 authored about 5 years ago by Rodrigo Machado <[email protected]>
3bd03eca0a18d719c8761ebf3fb8faf13fdda41c authored about 5 years ago by Rodrigo Machado <[email protected]>
f077f88dfa6a2075a65a0270fdf81167ff13f127 authored about 5 years ago by Rodrigo Machado <[email protected]>
373ec5e935e6f6fdb450127a46d515ff70672578 authored about 5 years ago by Rodrigo Machado <[email protected]>
fb42d24d2985ca8926b185a0a29fd943601628d6 authored about 5 years ago by Rodrigo Machado <[email protected]>
Fix coverage badge
ea23b7aa002b7816bb96f72d6fa78099719b5aa4 authored about 5 years ago by Rodrigo Machado <[email protected]>d6ca7ff30fd95c44bf8cab48171d3e707aed89c1 authored about 5 years ago by Rodrigo Machado <[email protected]>
Refactor fmt command to be testable
2cdbe7c60596c96ece4585705bcb7aa7822669f1 authored about 5 years ago by Rodrigo Machado <[email protected]>d1b41894194f806fa1c75b33b9d091e3ce0b907d authored about 5 years ago by Rodrigo Machado <[email protected]>
49114185e7fbe74ee923e276c5a0e55bbdf9367b authored about 5 years ago by Rodrigo Machado <[email protected]>
bff684c3e9d6257e122e38df98559c70c0ce5747 authored about 5 years ago by Rodrigo Machado <[email protected]>
This will gradually replace `inputFile` and `outputFile` in
sub-commands.
Avoid the usage of globals when possible
80eaf42b62b749b3feb8f9a202fe0f2e903209eb authored about 5 years ago by Rodrigo Machado <[email protected]>Prefer to grab options from `cmd.Flags()` instead.
51a271caf1417547046b79bddabf150eacdcdd2f authored about 5 years ago by Rodrigo Machado <[email protected]>Change parser.Parser interface to accept io.Reader
d8c998e1ddce40c569efc96e7da729747eba03d7 authored about 5 years ago by Rodrigo Machado <[email protected]>
No need to use `bytes.Buffer` since we moved to
`buffio` package.
246187090359bb8f0421e4a7270a129e7076a4ea authored about 5 years ago by Rodrigo Machado <[email protected]>
Refactor commands to simplify usageinput/output handling
613b1379e673d61d1572364622c554a569def9ec authored about 5 years ago by Rodrigo Machado <[email protected]>a413d925a657f2dfa1fa6cfd8514b0e816570d18 authored about 5 years ago by Rodrigo Machado <[email protected]>
8cb8ddf26af2cfbb89707bff7beb390d1434ca08 authored about 5 years ago by Rodrigo Machado <[email protected]>
7deea51fff86c153a4cb6fd4a45cabc9e4bdccbe authored about 5 years ago by Rodrigo Machado <[email protected]>
7c4e51f335bae5ebc5eb82e3d4d5ed06ec343008 authored about 5 years ago by Rodrigo Machado <[email protected]>
8eb188964ca8e10b75d6768c832794e8b4f39689 authored about 5 years ago by Rodrigo Machado <[email protected]>
260ada0d9759b63ab5a1ed0c2484e60940839d48 authored about 5 years ago by Rodrigo Machado <[email protected]>
15836579b6cf88d0e45ab7b8e62f078a4614a9cc authored about 5 years ago by Rodrigo Machado <[email protected]>
2fedc40efa062087ba3c19e277e2f86e1edc83e7 authored about 5 years ago by Rodrigo Machado <[email protected]>
Use `PersistentPreRun` and `PersistentPostRun` to open files for read
and write and flush conten...
Fix blackfriday import
5e1b66175b2e861349312f7e08f4930a3a1cb429 authored about 5 years ago by Rodrigo Machado <[email protected]>1357e2aa91d945c34a0c9b556c2b6c7c1efae576 authored about 5 years ago by Rodrigo Machado <[email protected]>
Update import path for russross/blackfriday
67baab2160242fa816d2556c15c4b5e2b23748c6 authored about 5 years ago by Rodrigo Machado <[email protected]>bdea96abdc98274d6add7b6444a2e837349d79c6 authored about 5 years ago by Rodrigo Machado <[email protected]>
Update dependencies to latest version
e19553c2c58cb141d2ec7ef067155032b3567871 authored about 5 years ago by Rodrigo Machado <[email protected]>596be0f1696aafafc7655bf5423c6bbbb99e83ac authored about 5 years ago by Rodrigo Machado <[email protected]>
2cdff83b7f5a107e3da4b92002eae5d87a5f4769 authored about 5 years ago by Rodrigo Machado <[email protected]>
dec17db3cc97007577a99b07a9f59dd0c6f8acd9 authored about 5 years ago by Rodrigo Machado <[email protected]>
Replace old gometalinter.v2 with golangci-lint
735a56d57161756f47889fc5ae5a538ede15fb0e authored about 5 years ago by Rodrigo Machado <[email protected]>9439dbffcd9b36a64d0991027b39f9c04aff2f2c authored about 5 years ago by Rodrigo Machado <[email protected]>
1691fbb1af2799305fe41cf71a37c450637e1d44 authored about 5 years ago by Rodrigo Machado <[email protected]>
f3ad65f12a8195c812ae4fdc3c7447149d6601d1 authored about 5 years ago by Rodrigo Machado <[email protected]>
84ebdee6275610cb44a4fd439a22021a326370b0 authored about 5 years ago by Rodrigo Machado <[email protected]>
598d18d4651a315772159ef1f1d4089d05d7cd97 authored about 5 years ago by Rodrigo Machado <[email protected]>
Replace dep with Go modules
3a60329b6d0594997f2b6341d56a1b8fa876d205 authored about 5 years ago by Rodrigo Machado <[email protected]>d414f7fbd47ed19dc7b10bf5eae208ea282c8ba2 authored about 5 years ago by Rodrigo Machado <[email protected]>
Since the project was replaced by golangci-lint, this disables
the check in CI until we proper r...
c1111e39482f1bc1912a341534144578188a436b authored about 5 years ago by Rodrigo Machado <[email protected]>
Dependencies will be managed by modules alone.
b5e8a71bad6dbb0d602e81d63a454298a62faacd authored about 5 years ago by Rodrigo Machado <[email protected]>1fe9e3b6d6e7c9874d68ad908015d0f8ea370e4e authored about 5 years ago by Rodrigo Machado <[email protected]>
Go will manage dependencies automatically with using modules.
d2603aefc58c9ec319cffb8d82400bbd8a05332d authored about 5 years ago by Rodrigo Machado <[email protected]>87f6ac89617381f35b0954bff1942aebcf2ea32a authored about 5 years ago by Rodrigo Machado <[email protected]>
22ff0798e35dfca0d99ff54b6a63312d646849e6 authored over 5 years ago by Rodrigo Machado <[email protected]>
Add commands to manipulate the changelog
a462e58a79ae12d9c58d3285b86d331fa003e426 authored over 5 years ago by Rodrigo Machado <[email protected]>812de6ce467ad528b957359b46611b922cdfd4eb authored over 5 years ago by Rodrigo Machado <[email protected]>
b9c7c6ab79f089e92df907bed4eee92c458eef5b authored over 5 years ago by Rodrigo Machado <[email protected]>
cc7dd0fde3b5320a5bb0062f2c809b14da7292de authored over 5 years ago by Rodrigo Machado <[email protected]>
62ff738d586aa1c8505ee5e2f51f38673d75a947 authored over 5 years ago by Rodrigo Machado <[email protected]>
Add command 'added' to manipulate changelog
5a0e35feabda6a67da0dc850f7cfffdb72a779f8 authored over 5 years ago by Rodrigo Machado <[email protected]>f0345c77cdbafb645025d016552114fe8268db98 authored over 5 years ago by Rodrigo Machado <[email protected]>
Do not submit coverage reports on forks
53e93256e672f24c2bb4c6771e867f11306e7121 authored over 5 years ago by Rodrigo Machado <[email protected]>Avoids the error from goreleaser because the binary already exists.
f3557d89a971c984fdbfdbdfbb1669e943b56d8e authored over 5 years ago by Rodrigo Machado <[email protected]>419d1a329acd856348d95cf89ff3691b3fc2c8dc authored over 5 years ago by Rodrigo Machado <[email protected]>
Add gometalinter to Make and CI
d1a028abe52b1ce65fe007ad0cf659a882a1791b authored over 6 years ago by Rodrigo Machado <[email protected]>784ba598b772c922c6c01559880b7b13331ab5ad authored over 6 years ago by Rodrigo Machado <[email protected]>
2ce9d42f56ad9bed379ea593e953bafd52826545 authored over 6 years ago by Rodrigo Machado <[email protected]>
edde8140a0d0896083074ef1b0e11776e77ee9bc authored over 6 years ago by Rodrigo Machado <[email protected]>
6fd652255a29ea85b2a753e8e4d7409aba2ca746 authored over 6 years ago by Rodrigo Machado <[email protected]>
94447638f015f5f4343c5a3bb9ce2e9034730fa7 authored over 6 years ago by Rodrigo Machado <[email protected]>
7f6ee501ed9452baf5dde7c960489db528cc2f7a authored over 6 years ago by Rodrigo Machado <[email protected]>
dc517e07560dd91c0b2a54a9f6a0ebc542532612 authored over 6 years ago by Rodrigo Machado <[email protected]>
Enable test coverage report
080f92acf78deb9438327cedac8e445de00c601e authored over 6 years ago by Rodrigo Machado <[email protected]>52ce307886b2b73ae3b5b57bab421b4908161937 authored over 6 years ago by Rodrigo Machado <[email protected]>
b5b36fc56ce661e26ca685cbefe12b66b1b145c1 authored over 6 years ago by Rodrigo Machado <[email protected]>
c6eec370a8f9ffdc2aa0f21472b6d0f789a73cb8 authored over 6 years ago by Rodrigo Machado <[email protected]>