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

Specify tooling dependency in tools.go file

e98fd2d66c82396e31c0e499018f09ef9e544fc4 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #55 from rcmachado/remove-bundle-command

Remove bundle command

b29678e90c16a442b0d600ac71595a324d209661 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update CHANGELOG.md

8b3f433699c4651a6e77ea5aece2573087dc0ab9 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove old vars inputFile and outputFile

They were replaced by IOStreams struct.

47c44a85fe9c99ee94e2f760c310a7ab5e2bd224 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove bundle command

`bundle` command was never really used and since now there is an `init`
command, reimplementing ...

a423959c50793bf1a8f06e5e4f296624e5c2b2a8 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Build changelog during release in tmp

d041bb8b52e9b23b4c00d9f7928b6e021b010ecd authored almost 5 years ago by Rodrigo Machado <[email protected]>
Release 0.3.0

7be063d18e39fcea805cae059b2258117e17b37a authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #52 from rcmachado/improve-tests

Add tests for commands that manipulate changelog file

92e58f5e51a8e585d2f5a2caa9a9b304e1525d7e authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add tests for changetype commands

77fad9382d1a69aa367335483d8be34a3520fca1 authored almost 5 years ago by Rodrigo Machado <[email protected]>
commands.go -> changetype.go

721d9a21e521d744aa71b3fe75cea7be16162fae authored almost 5 years ago by Rodrigo Machado <[email protected]>
Refactor how manipulation commands are created

6a063fdf822805061db5dfe77e1bd4c31b4eff57 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #51 from rcmachado/improve-tests

Improve error handling for release command

1daf1c1790db17748edf3bba8f15658f7b5f18d5 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Improve error handling for release command

193b58893da54a290bcbc2f54b5018ee1870936f authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #50 from rcmachado/refactor-show-cmd

Refactor show command and add tests

8bd4b2899f167030e5d97500ed8e7bd254b3f5ac authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add missing test files

ef55ee920ca21d266df7398681d7bb826a9ff4a1 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Refactor show command and add tests

Refactor `show` command and write tests for it, while also improving
the error handling.

f7eed22175774cc85a041909e95ece0e0082a31a authored almost 5 years ago by Rodrigo Machado <[email protected]>
DRY: Simplify command def

c58bd1217c1ba1c8986663d1998e9356265d8222 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #46 from rcmachado/test-release-cmd

Refactor release command and add tests

90e0aea51977a8100a3e7d3ca2e17f7717ac43e2 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Use a minimal changelog example

39de8398495c3e0df4f564721b35ae036de20d96 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Refactor release command and add tests

40c54aeaaac1a5b7e4c12ad91c2d36b0bb7fc363 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Rename fmt cmd test

2f4c2bc7044852e6ca3408db108c8bca76b7ebaf authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #48 from rcmachado/add-init-cmd

Add init command

cff6e61db4c9855eb086364085e3d67ef963f1e8 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add compare-url to init example

64d02b2ceb5656b63bd91ffa6095127a5486d640 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add required compare-url flag to init command

5de47f96760ed6cf8c12e7eb65564687eb58650d authored almost 5 years ago by Rodrigo Machado <[email protected]>
Improve init command output

ad648915157bf8c072177cd119ea756eb78d5ac5 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update readme instructions

de67aae0ef36556b74bcd5eaa0c229d837bf22a4 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add init command

667d85a138791a3dc2e497c4cbcd8e12e9a10fbf authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix nil pointer when no version link could be detected

64d4564791a11bdceb5f0c80aa33e7c80ad5ebe8 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix Changelog.Release() when there is only Unreleased section

28a50141e2d801acac81d23780d651c24742aa86 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add function to init default changelog struct

3bd03eca0a18d719c8761ebf3fb8faf13fdda41c authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix usage messages

f077f88dfa6a2075a65a0270fdf81167ff13f127 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix lint error

373ec5e935e6f6fdb450127a46d515ff70672578 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Improve init command usage strings

fb42d24d2985ca8926b185a0a29fd943601628d6 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #49 from rcmachado/add-coverage-badge

Fix coverage badge

ea23b7aa002b7816bb96f72d6fa78099719b5aa4 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix coverage badge

d6ca7ff30fd95c44bf8cab48171d3e707aed89c1 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #45 from rcmachado/commands-tests

Refactor fmt command to be testable

2cdbe7c60596c96ece4585705bcb7aa7822669f1 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Simplify fmt command

d1b41894194f806fa1c75b33b9d091e3ce0b907d authored almost 5 years ago by Rodrigo Machado <[email protected]>
Improve tests for fmt command

49114185e7fbe74ee923e276c5a0e55bbdf9367b authored almost 5 years ago by Rodrigo Machado <[email protected]>
Refactor fmt sub-command and add tests

bff684c3e9d6257e122e38df98559c70c0ce5747 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add IOStreams to manage input/output

This will gradually replace `inputFile` and `outputFile` in
sub-commands.

aecc7a7e8d1352274f9e04960a3823ed8c35f138 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #44 from rcmachado/avoid-globals

Avoid the usage of globals when possible

80eaf42b62b749b3feb8f9a202fe0f2e903209eb authored almost 5 years ago by Rodrigo Machado <[email protected]>
Avoid the usage of globals when possible

Prefer to grab options from `cmd.Flags()` instead.

51a271caf1417547046b79bddabf150eacdcdd2f authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #43 from rcmachado/change-parse-interface

Change parser.Parser interface to accept io.Reader

d8c998e1ddce40c569efc96e7da729747eba03d7 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Avoid extra buffer in commands

No need to use `bytes.Buffer` since we moved to
`buffio` package.

d54c80c051cc88f0c259ef7af8b5c2b1667b96af authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change parser.Parser interface to accept io.Reader

246187090359bb8f0421e4a7270a129e7076a4ea authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #42 from rcmachado/refactor-commands

Refactor commands to simplify usageinput/output handling

613b1379e673d61d1572364622c554a569def9ec authored almost 5 years ago by Rodrigo Machado <[email protected]>
Mark filename and output flags for shell completion

a413d925a657f2dfa1fa6cfd8514b0e816570d18 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change release command to use bufio interface

8cb8ddf26af2cfbb89707bff7beb390d1434ca08 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove old code to manipulate files

7deea51fff86c153a4cb6fd4a45cabc9e4bdccbe authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change manipulation commands to use bufio interface

7c4e51f335bae5ebc5eb82e3d4d5ed06ec343008 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change bundle command to use bufio interface

8eb188964ca8e10b75d6768c832794e8b4f39689 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change show command to use bufio interface

260ada0d9759b63ab5a1ed0c2484e60940839d48 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Change fmt command to use bufio interface

15836579b6cf88d0e45ab7b8e62f078a4614a9cc authored almost 5 years ago by Rodrigo Machado <[email protected]>
Handle '-' for input/output

2fedc40efa062087ba3c19e277e2f86e1edc83e7 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Move open file logic to pre/post hooks

Use `PersistentPreRun` and `PersistentPostRun` to open files for read
and write and flush conten...

3424c95a0dd54c25ee03bb1a6863abd4d84c185b authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #41 from rcmachado/fix-blackfriday-imports

Fix blackfriday import

5e1b66175b2e861349312f7e08f4930a3a1cb429 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix blackfriday import

1357e2aa91d945c34a0c9b556c2b6c7c1efae576 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #40 from rcmachado/update-blackfriday

Update import path for russross/blackfriday

67baab2160242fa816d2556c15c4b5e2b23748c6 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update import path for russross/blackfriday

bdea96abdc98274d6add7b6444a2e837349d79c6 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #39 from rcmachado/update-dependencies

Update dependencies to latest version

e19553c2c58cb141d2ec7ef067155032b3567871 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update changelog

596be0f1696aafafc7655bf5423c6bbbb99e83ac authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update stretchr/testify to 1.4.0

2cdff83b7f5a107e3da4b92002eae5d87a5f4769 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update spf13/cobra to 0.0.5

dec17db3cc97007577a99b07a9f59dd0c6f8acd9 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #38 from rcmachado/add-golangci-lint

Replace old gometalinter.v2 with golangci-lint

735a56d57161756f47889fc5ae5a538ede15fb0e authored almost 5 years ago by Rodrigo Machado <[email protected]>
Replace gometalinter config with golangci-lint one

9439dbffcd9b36a64d0991027b39f9c04aff2f2c authored almost 5 years ago by Rodrigo Machado <[email protected]>
Update changelog

1691fbb1af2799305fe41cf71a37c450637e1d44 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Enable golangci-lint in CI

f3ad65f12a8195c812ae4fdc3c7447149d6601d1 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Replace gometalinter with golangci-lint in Makefile

84ebdee6275610cb44a4fd439a22021a326370b0 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add missing entry in changelog

598d18d4651a315772159ef1f1d4089d05d7cd97 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #37 from rcmachado/convert-to-go-modules

Replace dep with Go modules

3a60329b6d0594997f2b6341d56a1b8fa876d205 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Fix dependency cache handling in CI

d414f7fbd47ed19dc7b10bf5eae208ea282c8ba2 authored almost 5 years ago by Rodrigo Machado <[email protected]>
Disable gometalinter in CI

Since the project was replaced by golangci-lint, this disables
the check in CI until we proper r...

54da485f6bbd40aec7f65eb25e0dd613dcb7f5df authored almost 5 years ago by Rodrigo Machado <[email protected]>
Upgrade CI to Go 1.13

c1111e39482f1bc1912a341534144578188a436b authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove old dep files

Dependencies will be managed by modules alone.

b5e8a71bad6dbb0d602e81d63a454298a62faacd authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove dep usage from CI config

1fe9e3b6d6e7c9874d68ad908015d0f8ea370e4e authored almost 5 years ago by Rodrigo Machado <[email protected]>
Remove 'deps' Makefile task

Go will manage dependencies automatically with using modules.

d2603aefc58c9ec319cffb8d82400bbd8a05332d authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add go module files

87f6ac89617381f35b0954bff1942aebcf2ea32a authored almost 5 years ago by Rodrigo Machado <[email protected]>
Add bundle command

22ff0798e35dfca0d99ff54b6a63312d646849e6 authored over 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #34 from rcmachado/add-commands

Add commands to manipulate the changelog

a462e58a79ae12d9c58d3285b86d331fa003e426 authored over 5 years ago by Rodrigo Machado <[email protected]>
Fix reference on the for loop variable

812de6ce467ad528b957359b46611b922cdfd4eb authored over 5 years ago by Rodrigo Machado <[email protected]>
Remove dead code

b9c7c6ab79f089e92df907bed4eee92c458eef5b authored over 5 years ago by Rodrigo Machado <[email protected]>
Make command generation generic

cc7dd0fde3b5320a5bb0062f2c809b14da7292de authored over 5 years ago by Rodrigo Machado <[email protected]>
Fix AddItem to consider the correct section

62ff738d586aa1c8505ee5e2f51f38673d75a947 authored over 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #33 from rcmachado/added-command

Add command 'added' to manipulate changelog

5a0e35feabda6a67da0dc850f7cfffdb72a779f8 authored over 5 years ago by Rodrigo Machado <[email protected]>
Add command 'added' to manipulate changelog

f0345c77cdbafb645025d016552114fe8268db98 authored over 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #32 from rcmachado/skip-cover-report-fork

Do not submit coverage reports on forks

53e93256e672f24c2bb4c6771e867f11306e7121 authored over 5 years ago by Rodrigo Machado <[email protected]>
Rename generated binary for changelog

Avoids the error from goreleaser because the binary already exists.

f3557d89a971c984fdbfdbdfbb1669e943b56d8e authored over 5 years ago by Rodrigo Machado <[email protected]>
Do not submit coverage reports on forks

419d1a329acd856348d95cf89ff3691b3fc2c8dc authored over 5 years ago by Rodrigo Machado <[email protected]>
Merge pull request #30 from rcmachado/add-gometalinter

Add gometalinter to Make and CI

d1a028abe52b1ce65fe007ad0cf659a882a1791b authored about 6 years ago by Rodrigo Machado <[email protected]>
Add gometalinter config file tunning checks

784ba598b772c922c6c01559880b7b13331ab5ad authored about 6 years ago by Rodrigo Machado <[email protected]>
Run go-metalinter on CI

2ce9d42f56ad9bed379ea593e953bafd52826545 authored about 6 years ago by Rodrigo Machado <[email protected]>
Add make task to run gometalinter

edde8140a0d0896083074ef1b0e11776e77ee9bc authored about 6 years ago by Rodrigo Machado <[email protected]>
Add changelog help output under Usage section

6fd652255a29ea85b2a753e8e4d7409aba2ca746 authored about 6 years ago by Rodrigo Machado <[email protected]>
Improve documentation for changelog command

94447638f015f5f4343c5a3bb9ce2e9034730fa7 authored about 6 years ago by Rodrigo Machado <[email protected]>
Improve `show` command help text

7f6ee501ed9452baf5dde7c960489db528cc2f7a authored about 6 years ago by Rodrigo Machado <[email protected]>
Refactor release command

dc517e07560dd91c0b2a54a9f6a0ebc542532612 authored about 6 years ago by Rodrigo Machado <[email protected]>
Merge pull request #26 from rcmachado/add-coverage

Enable test coverage report

080f92acf78deb9438327cedac8e445de00c601e authored over 6 years ago by Rodrigo Machado <[email protected]>
Add coverage badge

52ce307886b2b73ae3b5b57bab421b4908161937 authored over 6 years ago by Rodrigo Machado <[email protected]>
Enable coverage report on CI

b5b36fc56ce661e26ca685cbefe12b66b1b145c1 authored over 6 years ago by Rodrigo Machado <[email protected]>
Run with coverage enable on Makefile

c6eec370a8f9ffdc2aa0f21472b6d0f789a73cb8 authored over 6 years ago by Rodrigo Machado <[email protected]>