1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00

584 Commits

Author SHA1 Message Date
kha7iq
6f61591389 fix: fix comments in code change variable name 2021-03-11 02:23:47 +08:00
kha7iq
8a4d54a7e7 fix: lint code 2021-03-11 01:59:32 +08:00
kha7iq
a10411bf87 feat(service): add rocketchat service 2021-03-11 01:39:27 +08:00
kha7iq
f48d3fc12a docs: add rocketchat service usage example 2021-03-11 01:38:47 +08:00
kha7iq
8972593b46 docs: add rocketchat service to readme 2021-03-11 01:37:32 +08:00
Niko Köser
1e3c8a47d4
Merge pull request #53 from yoelsusanto/service/line
feat(service): Add line service
v0.14.0
2021-03-09 18:07:23 +01:00
Yoel Susanto
fb2507c54d Merge branch 'main' into service/line 2021-03-06 21:13:05 +07:00
Yoel Susanto
720b9e73a3 fix: adjust code style 2021-03-06 21:04:36 +07:00
Niko Köser
44d8392272
Merge pull request #55 from sspaink/updatedoc
docs(slack): Minor update for slack usage doc (#55)
2021-03-06 11:08:09 +01:00
Sebastian Spaink
dbf6bf12f1 Minor update for slack usage doc 2021-03-01 20:33:42 -06:00
Niko Köser
394a51da71
Merge branch 'main' into service/line 2021-02-28 14:35:01 +01:00
kodiakhq[bot]
20a53512fb
build(deps): bump github.com/mailgun/mailgun-go/v4 from 4.3.4 to 4.4.1 (#54)
build(deps): bump github.com/mailgun/mailgun-go/v4 from 4.3.4 to 4.4.1
2021-02-28 13:34:32 +00:00
dependabot[bot]
cfc88eed5d
build(deps): bump github.com/mailgun/mailgun-go/v4 from 4.3.4 to 4.4.1
Bumps [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) from 4.3.4 to 4.4.1.
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](https://github.com/mailgun/mailgun-go/compare/v4.3.4...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-24 08:05:25 +00:00
Yoel Susanto
c511ac19ee docs: add line service example usage 2021-02-23 17:19:24 +07:00
Yoel Susanto
b4922a64e6 docs: add line service to readme 2021-02-23 17:19:07 +07:00
Yoel Susanto
37064849db feat(service): add line service 2021-02-23 17:18:27 +07:00
Niko Köser
5196bb2541
refactor(send): Add context.Context to parameter list of Send method (#51) v0.13.0 2021-02-23 01:45:01 +01:00
Niko Köser
cc15d717fa
docs(comment): fix wrong type name in comment 2021-02-23 01:23:31 +01:00
Niko Köser
531fee05b6
chore(deps): go get -u & go mod tidy 2021-02-23 00:03:39 +01:00
Niko Köser
880563e250
refactor(sendgrid): fix faulty error return 2021-02-23 00:03:21 +01:00
Niko Köser
19d5488113
refactor(service): return context.Err when context.IsDone 2021-02-22 23:56:28 +01:00
Niko Köser
80cab3dece
refactor(send): Add context.Context to parameter list of Send method 2021-02-18 03:33:30 +01:00
Niko Köser
d017725536
Merge pull request #47 from chanioxaris/feature/ses
feat(service): Add Amazon SES service
v0.12.0
2021-02-18 00:30:39 +01:00
Niko Köser
be83897fe9
Merge branch 'main' into feature/ses 2021-02-18 00:28:23 +01:00
Niko Köser
dae151b8f3
Merge pull request #45 from checkaayush/addWhatsappSvc
feat(service): Add WhatsApp service
v0.11.0
2021-02-18 00:23:31 +01:00
checkaayush
26690dd231 refactor(service): Make changes as per review comments 2021-02-17 23:32:51 +05:30
Haris Chaniotakis
d192dd1c1f refactor(service): construct email input on a single initialization 2021-02-17 19:22:03 +02:00
checkaayush
fe2d0ee118 refactor(service): Separate out login into LoginWithQRCode and LoginWithSessionCredentials 2021-02-17 13:11:43 +05:30
Niko Köser
2653f998c5
Merge branch 'main' into feature/ses 2021-02-17 01:21:03 +01:00
Niko Köser
3f19caef1a
chore(deps): fix go.sum 2021-02-17 01:17:05 +01:00
Niko Köser
a357f76800
chore(deps): fix go.mod 2021-02-17 01:16:33 +01:00
Niko Köser
413abdb630
Merge branch 'main' into addWhatsappSvc 2021-02-17 01:05:30 +01:00
kodiakhq[bot]
8f44c0e103
build(deps): bump github.com/slack-go/slack from 0.8.0 to 0.8.1 (#46)
build(deps): bump github.com/slack-go/slack from 0.8.0 to 0.8.1
2021-02-16 23:42:50 +00:00
Haris Chaniotakis
c10290ec4a refactor(service): Use newest version v2 of AWS Golang SDK 2021-02-16 18:35:05 +02:00
Haris Chaniotakis
83d151265d docs: Update README with new supported Amazon SES service 2021-02-16 01:11:23 +02:00
Haris Chaniotakis
d43531825e feat(service): Add Amazon SES service 2021-02-16 01:10:40 +02:00
dependabot[bot]
7b2cd8c1c1
build(deps): bump github.com/slack-go/slack from 0.8.0 to 0.8.1
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/slack-go/slack/compare/v0.8.0...v0.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 08:38:09 +00:00
checkaayush
8ce5ea97ec feat(service): Add WhatsApp service 2021-02-15 10:56:59 +05:30
Niko Köser
dbaa5cd07c
chore(deps): go mod tidy 2021-02-12 19:21:01 +01:00
Niko Köser
df8ae11579
docs(readme): reword some paragraphs and add missing libs to credits list 2021-02-12 19:20:07 +01:00
Niko Köser
aad9e61788
chore(style): make fmt 2021-02-12 19:19:44 +01:00
Niko Köser
104fe6e275
Merge pull request #42 from chanioxaris/feature/mailgun
feat(service): Add Mailgun service
v0.10.0
2021-02-12 18:53:37 +01:00
Niko Köser
968ae1e0ae
Merge branch 'main' into feature/mailgun 2021-02-12 18:51:43 +01:00
Niko Köser
15f3216e7b
Merge pull request #40 from chanioxaris/feature/sendgrid
feat(service): Add SendGrid service
v0.9.0
2021-02-12 18:49:01 +01:00
Haris Chaniotakis
24bfbed1e2 refactor: split error checking to separate line 2021-02-12 19:10:12 +02:00
Haris Chaniotakis
2f93b48042 refactor: proper variable naming 2021-02-12 19:08:34 +02:00
Niko Köser
a1d960c266
Merge branch 'main' into feature/mailgun 2021-02-12 11:46:48 +01:00
Niko Köser
39fcea62f6
Merge branch 'main' into feature/sendgrid 2021-02-12 11:46:45 +01:00
Niko Köser
c507ab342e
Merge pull request #39 from nikoksr/refactor/simplify-notifier-interface
refactor(notifier): Simplify notify.Notifier interface
v0.8.0
2021-02-12 11:45:17 +01:00
Haris Chaniotakis
7658138e4e refactor: make code more compact 2021-02-12 10:31:23 +02:00