1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-12-12 10:13:59 +02:00
Commit Graph

546 Commits

Author SHA1 Message Date
Renovate Bot
0ff1001ec0 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to v1.17.0 2022-03-08 15:03:40 +00:00
Renovate Bot
e6236b9ce8 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.14.0 2022-03-08 13:04:38 +00:00
Renovate Bot
9b5fd1172e fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.15.0 2022-03-08 11:07:19 +00:00
Renovate Bot
84a6636492 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.15.0 2022-03-08 06:12:32 +00:00
Renovate Bot
709413fd15 fix(deps): update module github.com/atc0005/go-teams-notify/v2 to v2.6.1 2022-02-25 13:51:41 +00:00
Renovate Bot
972edc3ca4 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to v1.16.0 2022-02-25 05:59:43 +00:00
Renovate Bot
8e8952ee57 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.13.0 2022-02-25 03:35:58 +00:00
Renovate Bot
536328d22a fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.14.0 2022-02-25 01:55:28 +00:00
Renovate Bot
f836071b88 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.14.0 2022-02-24 23:55:03 +00:00
Renovate Bot
84313ee3a4 fix(deps): update module github.com/silenceper/wechat/v2 to v2.1.2 2022-02-23 16:29:32 +00:00
Renovate Bot
ba1e7edb7d fix(deps): update module github.com/plivo/plivo-go to v7.6.1 2022-02-23 14:35:21 +00:00
Niko Köser
64c7cf9735
build(cliff): apply latest breaking changes to git-cliff config 2022-02-13 18:25:51 +01:00
Niko Köser
b75ebd1003
chore(release): prepare for v0.22.0 2022-02-13 18:20:37 +01:00
Niko Köser
5550aedb73
feat(service): add syslog (#211) 2022-02-13 18:18:03 +01:00
Renovate Bot
2615041103 fix(deps): update module github.com/slack-go/slack to v0.10.2 2022-02-13 16:32:47 +00:00
Niko Köser
e76d8f3d37
chore(release): prepare for release v0.21.0 2022-02-09 14:12:07 +01:00
Niko Köser
f7144f6107
feat(lib): add package-level functions (#208) 2022-02-09 14:10:08 +01:00
Niko Köser
bdea3798c5
chore(release): prepare for release v0.20.1 2022-02-07 10:37:31 +01:00
Niko Köser
8f1be621f0
build(deps): update and tidy dependencies (#206) 2022-02-07 10:36:38 +01:00
Niko Köser
da206aec91
chore(release): prepare for release v0.20.0 2022-02-07 10:26:16 +01:00
Niko Köser
773f302d6d
docs(readme): add credits for AWS SNS service 2022-02-07 10:25:02 +01:00
Niko Köser
defb0dc158
chore(typo): fix minor typo 2022-02-07 10:24:43 +01:00
Raphael Abrantes
80bc1fa47d
feat(service): Add AWS SNS (#110)
Co-authored-by: Niko Köser <koeserniko@gmail.com>
2022-02-07 10:18:48 +01:00
Niko Köser
7d85160b7a
chore(release): prepare for release v0.19.1 2022-02-07 09:42:54 +01:00
Niko Köser
d63a739726
build(deps): update and tidy dependencies (#202) 2022-02-07 09:42:08 +01:00
Niko Köser
bc18cefd8f
chore(release): prepare for release v0.19.0 2022-02-07 09:23:26 +01:00
Niko Köser
edac39ace6
docs(readme): add DingTalk credits and remove FOSSA badge 2022-02-07 09:21:54 +01:00
Niko Köser
9a09c5ee0f
docs(contrib): simplify contribution guide 2022-02-07 09:21:21 +01:00
Niko Köser
178b738eaf
ci(lint): fix goimports local prefix 2022-02-07 09:20:59 +01:00
Niko Köser
e2bd3f37ca
ci(pr): add new pull-request template 2022-02-07 09:20:32 +01:00
Range Liu
5f4cb781ed
feat(service): Add DingTalk (#183)
Co-authored-by: Niko Köser <koeserniko@gmail.com>
2022-02-07 09:07:37 +01:00
Niko Köser
abd9f9a086
docs(changelog): apply git-cliff's config update 2022-02-07 08:58:04 +01:00
Niko Köser
2020bbd1a3
docs(cliff): add build commit parser 2022-02-07 08:57:35 +01:00
Niko Köser
e848d9afa2
chore(release): prepare for release v0.18.0 2022-02-07 08:08:39 +01:00
Niko Köser
1affeaa093
build(make): add commands to generate changelogs
Added two Make commands.

changelog-latest: Outputs the latest tagged changes to stdout. Useful
                  for release bodies on GitHub.
changelog-file:   Overwrites the file CHANGELOG.md with git-cliff's
                  output resulting from running over the full git log.
2022-02-07 08:04:58 +01:00
Niko Köser
72db01ff78
ci(docs): drop changelog generating action
I sadly don't have the time to fiddle around with this action. Even
though I'd love it to be running and auto-generating changelogs, I want
to use my spare time on notify efficiently and I don't think that this
task here has priority right now. I might be coming back to this later.

For now, changelogs must be generated manually.
2022-02-07 08:02:53 +01:00
Niko Köser
36f86c4000
ci(docs): switch from config-flag to config option in action file 2022-02-07 07:52:48 +01:00
Niko Köser
469a97fdd0
ci(chore): fix smaller issues and clean-up 2022-02-07 07:49:12 +01:00
Niko Köser
7296c8b46c
ci(docs): add workflow for git-cliff to auto-gen changelogs 2022-02-07 07:42:01 +01:00
Niko Köser
4807f82797
build(make): fix linter command and add implicit install commands 2022-02-07 07:41:27 +01:00
Niko Köser
cc654092ec
ci(workflow): change version signature of workflow 'ci' 2022-02-07 07:40:55 +01:00
Niko Köser
0b06a00000
ci(docs): add git-cliff config
Notify will use git-cliff from now on for Changelog generation.
2022-02-06 15:46:04 +01:00
Niko Köser
67bcd44b23
Merge pull request #197 from panapol-p/add-line-notify-service 2022-02-06 14:49:16 +01:00
Panapol Poungdech
a15ae14b53 [fix] lint error 2022-02-06 20:36:09 +07:00
Panapol Poungdech
e1951023e8 Merge branch 'main' of https://github.com/nikoksr/notify into add-line-notify-service
# Conflicts:
#	go.sum
[update] package version
2022-02-05 19:51:44 +07:00
Panapol Poungdech
cd29b35c1f Merge branch 'main' of https://github.com/nikoksr/notify into add-line-notify-service
# Conflicts:
#	go.sum
[fix] Merge conflict
2022-02-05 19:46:52 +07:00
Renovate Bot
9498b31173 fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.13.1 2022-01-29 02:54:56 +00:00
Bondril13
7bd2ebed86 [revise] add line notify 2022-01-23 18:32:08 +07:00
Bondril13
b4393af202 [add] line notify 2022-01-23 18:25:35 +07:00
Renovate Bot
2e7b33dc6e fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.12.0 2022-01-15 08:42:11 +00:00