Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(DTFS-7049): added POST /emails endpoint for sending emails using GOV.UK Notify service #820

Merged
merged 32 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f572563
feat(DTFS2-7049): adding new dependency package notifications-node-cl…
audrius-vaitonis Apr 16, 2024
346b81b
feat(DTFS2-7049): fix lint dependency
audrius-vaitonis Apr 16, 2024
e460153
feat(DTFS2-7049): a lot of functionality for sending emails and tests
audrius-vaitonis Apr 23, 2024
60a8504
feat(DTFS2-7049): constants, cleanup, refactoring
audrius-vaitonis Apr 25, 2024
12a472b
feat(DTFS2-7049): clean up
audrius-vaitonis Apr 25, 2024
6a87b26
feat(DTFS2-7049): test email in POST body using new email helper, imp…
audrius-vaitonis Apr 29, 2024
d3b858f
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis Apr 29, 2024
45a9885
feat(DTFS2-7049): refactor testing helpers, other improvements for PR
audrius-vaitonis Apr 30, 2024
692dba6
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis May 13, 2024
dcc8255
feat(DTFS2-7049): extra tests for edge cases, when request body is empty
audrius-vaitonis May 14, 2024
071d164
feat(DTFS2-7049): updating api snapshot
audrius-vaitonis May 14, 2024
b2ca686
feat(DTFS2-7049): removing dependency 'escape-string-regexp'
audrius-vaitonis May 17, 2024
7fb190f
feat(DTFS2-7049): changed POST mail response description
audrius-vaitonis May 17, 2024
804327b
feat(DTFS2-7049): added 500 exception to GOVUK Notify service
audrius-vaitonis May 17, 2024
b0daef4
feat(DTFS2-7049): tests improvements, added logger for Gov.uk Notify …
audrius-vaitonis May 17, 2024
31f1f65
feat(DTFS2-7049): added exception types to function signatures
audrius-vaitonis May 17, 2024
eb238c6
feat(DTFS2-7049): various PR fixes
audrius-vaitonis May 17, 2024
c8b6de0
feat(DTFS2-7049): added jsdoc to describe function exception list usi…
audrius-vaitonis May 20, 2024
4ad57fa
feat(DTFS2-7049): added type and return type to test helper prepareMo…
audrius-vaitonis May 20, 2024
a9ea85a
feat(DTFS2-7049): unit test for test helper prepareModifiedRequest
audrius-vaitonis May 20, 2024
7118143
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis May 20, 2024
e44213f
Apply suggestions from code review
audrius-vaitonis May 22, 2024
e0e099e
feat(DTFS2-7049): fixing PR issues
audrius-vaitonis May 24, 2024
71e44ff
feat(DTFS2-7049): fixed tests caused by removal of global transformer…
audrius-vaitonis May 24, 2024
3bb8d71
feat(DTFS2-7049): removed BadRequestException tests moving payload to…
audrius-vaitonis May 24, 2024
8acb0e9
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis May 24, 2024
c14fa49
feat(DTFS2-7049): test unknown Gov.UK Notify responses
audrius-vaitonis May 31, 2024
c14c735
Apply suggestions from code review
audrius-vaitonis May 31, 2024
9e2d28b
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis May 31, 2024
389ddf5
Merge branch 'feat/DTFS2-7049/new-external-gov-notify-api' of https:/…
audrius-vaitonis May 31, 2024
86b5b4d
feat(DTFS2-7049): return error message as string instead of array
audrius-vaitonis May 31, 2024
0e61f53
Merge remote-tracking branch 'origin/main' into feat/DTFS2-7049/new-e…
audrius-vaitonis May 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"acbs",
"APIM",
"azurecr",
"Bloggs",
"BBALIBOR",
"BLPU",
"BLPUs",
Expand All @@ -38,6 +39,7 @@
"ESRA",
"ESTR",
"EWCS",
"Govuk",
"hjlnp",
"HJLNP",
"huskyrc",
Expand All @@ -55,6 +57,7 @@
"satify",
"snet",
"szenius",
"tmpl",
"TOID",
"typeorm",
"Typeorm",
Expand Down
Loading
Loading