Skip to content

Releases: sebbalex/issue-opener

v0.2.1

14 Oct 13:57
9fa6c63
Compare
Choose a tag to compare

Changelog

d2d5bda - Logger formatted - URL validation
31d774c CLI ready, github engine features and tests
08b7485 CLI working
b1f48f8 Commands for cli are in separate packages, enhancing code readability
3d74433 Defining engine instance and flow control
9090bbb First import
c0aff3e Fixes #9 message body format bug
2848099 IssueID is tracked in message
b07d455 Merge pull request #13 from sebbalex/feat/goreleaser
b4d9bc0 Parser component for comments on issues already exists
739d7a6 README update
151d299 Readme update and gh-username from CLI
e6aca58 Readme, contributing policy, license and authors files
600c4ff Some code refactoring More test Making Event.Message a channel
228f599 Title field for issue in Message model
c6d8961 adding creator parameter in order to get only issues created by bot itself
45aff69 adding go.mod
0efd88e adding httpclient wrap library from developers-italia-backend
b1ef5b7 append post message to issue
79206c5 better error handling
fc91cc6 bump deps
81d16dd chore: bump go-vcsurl
9fa6c63 chore: bump httpclient to v0.0.1
db07911 chore: removed local httpclient
dc2c5c3 chore: replace local httpclient with external lib
bfbd2d7 closing chan, utility for parser
b7fa118 collecting gh comments and testing
03ec251 domain_test
f3f57b8 domains.yml example
31c5b7b dry-run mode
962c6c3 enrich domain with auth
b97e4f1 feat: badge for build status
c6e182a feat: github actions for CI
efcadc2 feat: gorelease in CI
2245ac4 feat: goreleaser
11b6453 fix typo
28df4ae fix typo
045dd3f fix: domains.yml not in scope
83e26f7 fix: gorelease run only when tag is applied
96f2bf4 fix: removing tests from release CI, ugly
2ab7e41 forcing bot username in test
9402f47 graceful exit when nothing to do
844c48d http client refactor
2314c77 ignore domains.yml
0aa7b01 it must return only one message attached to event
ec24b1f logging level
c5a15b3 message Model
7b8232e message body comparator first import
1041384 message format
1497bff message format, debug message
8855aa6 message to JSON and type bool for append or new one
a1b5c8c mitigate #8 Title var must be loaded from config file
8b599cd post was stuck due to a different http ok code (201 for issue or comment created)
4b5b995 repourl for test updated
a656b76 some error checks, refactor
f9e37ba some fix
f20b64c some fixing
6219554 switched back from chan to slice
16d76c3 switched yaml library, there was a bug on basic-auth key

v0.1.3

10 Jun 11:06
96f2bf4
Compare
Choose a tag to compare

Changelog

d2d5bda - Logger formatted - URL validation
31d774c CLI ready, github engine features and tests
08b7485 CLI working
b1f48f8 Commands for cli are in separate packages, enhancing code readability
3d74433 Defining engine instance and flow control
9090bbb First import
c0aff3e Fixes #9 message body format bug
2848099 IssueID is tracked in message
b07d455 Merge pull request #13 from sebbalex/feat/goreleaser
b4d9bc0 Parser component for comments on issues already exists
739d7a6 README update
151d299 Readme update and gh-username from CLI
e6aca58 Readme, contributing policy, license and authors files
600c4ff Some code refactoring More test Making Event.Message a channel
228f599 Title field for issue in Message model
c6d8961 adding creator parameter in order to get only issues created by bot itself
45aff69 adding go.mod
0efd88e adding httpclient wrap library from developers-italia-backend
b1ef5b7 append post message to issue
79206c5 better error handling
bfbd2d7 closing chan, utility for parser
b7fa118 collecting gh comments and testing
03ec251 domain_test
f3f57b8 domains.yml example
31c5b7b dry-run mode
962c6c3 enrich domain with auth
b97e4f1 feat: badge for build status
c6e182a feat: github actions for CI
efcadc2 feat: gorelease in CI
2245ac4 feat: goreleaser
11b6453 fix typo
28df4ae fix typo
045dd3f fix: domains.yml not in scope
83e26f7 fix: gorelease run only when tag is applied
96f2bf4 fix: removing tests from release CI, ugly
2ab7e41 forcing bot username in test
9402f47 graceful exit when nothing to do
844c48d http client refactor
2314c77 ignore domains.yml
0aa7b01 it must return only one message attached to event
ec24b1f logging level
c5a15b3 message Model
7b8232e message body comparator first import
1041384 message format
1497bff message format, debug message
8855aa6 message to JSON and type bool for append or new one
a1b5c8c mitigate #8 Title var must be loaded from config file
8b599cd post was stuck due to a different http ok code (201 for issue or comment created)
4b5b995 repourl for test updated
a656b76 some error checks, refactor
f9e37ba some fix
f20b64c some fixing
6219554 switched back from chan to slice
16d76c3 switched yaml library, there was a bug on basic-auth key

v0.1.1

10 Jun 08:59
2245ac4
Compare
Choose a tag to compare

Changelog

2245ac4 feat: goreleaser