1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00
Commit Graph

169 Commits

Author SHA1 Message Date
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
Niko Köser
5196bb2541
refactor(send): Add context.Context to parameter list of Send method (#51) 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
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
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
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
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
2021-02-12 11:45:17 +01:00
Haris Chaniotakis
7658138e4e refactor: make code more compact 2021-02-12 10:31:23 +02:00
Haris Chaniotakis
82bdb092f0 refactor: remove unnecessary variable assignments 2021-02-12 10:29:23 +02:00
Haris Chaniotakis
9c0af41201 docs: Update README with new supported Mailgun service 2021-02-10 19:23:34 +02:00
Haris Chaniotakis
bad88ec4f6 feat(service): Add Mailgun service 2021-02-10 19:22:20 +02:00
Haris Chaniotakis
3c21a6eed8 fix: fix comment typo on SendGrid struct 2021-02-10 17:30:43 +02:00
Haris Chaniotakis
77f04b5078 docs: Update README with new supported SendGrid service 2021-02-10 17:22:58 +02:00
Haris Chaniotakis
8237b78365 feat(service): Add SendGrid service 2021-02-10 17:20:40 +02:00
Niko Köser
ecdfb6f1cf
refactor(telegram): simplify telegram.AddReceivers function
Since AddReceivers no longer belongs to the notify.Notifier interface
its no longer forced to use a variadic string array as its main
parameter which needed to be parsed to an int64 array internally. The
telegram.AddReceivers now takes a variadic int64 array as parameter.
2021-02-10 15:11:32 +01:00
Niko Köser
bd82278932
refactor(notifier): remove AddReceivers function from notify.Notifier interface
AddReceivers was added to the notify.Notifier interface in 3d7cc206e1
and the fact that it shouldn't be there was obviously overlooked during
the code review.
The AddReceivers function is present in all services so far, but it does
not define the behavior of our services. The behavior is defined only by
the Send function. The AddReceivers function is also not called once in
the code on a notify.notifier. This can also be seen by the fact that I
can remove the AddReceivers function from the notify.Notifier interface
without getting any errors in the rest of the code.
2021-02-10 14:55:42 +01:00
Niko Köser
b3cad8fe68
refactor(use): simplify useService function 2021-02-10 14:52:09 +01:00
Niko Köser
236e66e284
chore(comment): put actual type names into comments 2021-02-10 14:51:32 +01:00
Niko Köser
4ffb7c09cf
chore(comment): add punctuation to function comment 2021-02-10 14:49:25 +01:00
Niko Köser
0d9ba9d696
Merge pull request #30 from prashanthpai/add-plivo-support
feat(service): add Plivo service
2021-02-09 13:21:27 +01:00
Prashanth Pai
67b2d011b8 feat(service): Add Plivo service
Added support for Plivo as a backend service with unit tests and
documentation.

Signed-off-by: Prashanth Pai <mail@ppai.me>
2021-02-09 09:30:52 +05:30
kodiakhq[bot]
77cea7b546
build(deps): bump github.com/bwmarrin/discordgo from 0.23.1 to 0.23.2 (#37)
build(deps): bump github.com/bwmarrin/discordgo from 0.23.1 to 0.23.2
2021-02-08 22:09:21 +00:00
kodiakhq[bot]
50efc1ac26
Merge branch 'main' into dependabot/go_modules/github.com/bwmarrin/discordgo-0.23.2 2021-02-08 22:07:28 +00:00