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

203 Commits

Author SHA1 Message Date
Niko Köser
d35eefef59
Merge pull request #62 from nikoksr/chore/tidy-go-mods
chore(deps): go mod tidy
2021-03-16 02:12:53 +01:00
Niko Köser
ad94b3b282
chore(deps): go mod tidy 2021-03-16 02:12:03 +01:00
Niko Köser
875ce1007d
Merge pull request #56 from kha7iq/service-rocketchat
feat(service): Add service RocketChat
2021-03-16 02:03:06 +01:00
Niko Köser
18d79560c4
Merge branch 'main' into service-rocketchat 2021-03-16 02:00:11 +01:00
Niko Köser
4ccee65e35
Merge pull request #61 from nikoksr/chore/update-and-tidy-deps
chore(deps): update and tidy go dependencies
2021-03-16 01:46:55 +01:00
Niko Köser
01bcd569c2
chore(deps): update and tidy go dependencies 2021-03-16 01:39:23 +01:00
Niko Köser
24062801f4
Merge pull request #57 from nikoksr/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/ses-1.1.2
build(deps): bump github.com/aws/aws-sdk-go-v2/service/ses from 1.1.1 to 1.1.2
2021-03-16 01:35:07 +01:00
Niko Köser
2f07792c30
Merge branch 'main' into dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/ses-1.1.2 2021-03-16 01:34:36 +01:00
Niko Köser
53d77125d0
Merge pull request #58 from nikoksr/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/credentials-1.1.2
build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.1.1 to 1.1.2
2021-03-16 01:31:42 +01:00
Niko Köser
71516cf9e6
Merge branch 'main' into dependabot/go_modules/github.com/aws/aws-sdk-go-v2/credentials-1.1.2 2021-03-16 01:31:13 +01:00
Niko Köser
ba874a5d41
Merge pull request #59 from nikoksr/dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.2.1
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.2.0 to 1.2.1
2021-03-16 01:24:30 +01:00
Niko Köser
58c906ec9b
Merge branch 'main' into dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.2.1 2021-03-16 01:19:37 +01:00
kodiakhq[bot]
ebdb5e8e49
build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.1.1 to 1.1.2 (#60)
build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.1.1 to 1.1.2
2021-03-16 00:18:10 +00:00
dependabot[bot]
abee8cbce1
build(deps): bump github.com/aws/aws-sdk-go-v2/config
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.1.1...config/v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:28:05 +00:00
dependabot[bot]
b05081092a
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.2.0 to 1.2.1
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:27:51 +00:00
dependabot[bot]
f695501dff
build(deps): bump github.com/aws/aws-sdk-go-v2/credentials
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.1.1...config/v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:27:36 +00:00
dependabot[bot]
45bb512f1f
build(deps): bump github.com/aws/aws-sdk-go-v2/service/ses
Bumps [github.com/aws/aws-sdk-go-v2/service/ses](https://github.com/aws/aws-sdk-go-v2) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.1.1...config/v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:27:04 +00:00
kha7iq
b8c5be46d5 fix: lint code 2021-03-15 11:54:25 +08:00
kha7iq
4b774893cd fix: update variable names 2021-03-15 11:48:06 +08:00
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
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) 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