Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Notification endpoints #19

Merged
merged 20 commits into from
Feb 19, 2024
Merged

Notification endpoints #19

merged 20 commits into from
Feb 19, 2024

Conversation

sleidig
Copy link
Member

@sleidig sleidig commented Feb 14, 2024

see #15

based on PR #17 ; maybe merge an initial, rough version of that other PR first?

@sleidig sleidig linked an issue Feb 14, 2024 that may be closed by this pull request
@sleidig sleidig marked this pull request as draft February 14, 2024 18:09
Base automatically changed from change-detecting to main February 15, 2024 19:37
# Conflicts:
#	src/app.module.ts
#	src/couchdb/dtos.ts
#	src/domain/report-data-change-event.ts
#	src/domain/report.ts
#	src/notification/core/notification.service.ts
#	src/notification/notification.module.ts
#	src/report-changes/core/report-change-detector.spec.ts
#	src/report-changes/core/report-changes.service.ts
#	src/report-changes/report-changes.module.ts
#	src/report/report.module.ts
#	src/report/storage/report-storage.service.ts
@sleidig sleidig force-pushed the notification-endpoints branch from ded8c3e to d4641b9 Compare February 16, 2024 11:31
@tomwwinter tomwwinter marked this pull request as ready for review February 19, 2024 07:29
README.md Outdated Show resolved Hide resolved
src/config/app.yaml Outdated Show resolved Hide resolved
src/couchdb/couch-db-client.service.ts Outdated Show resolved Hide resolved
src/notification/core/notification.service.ts Show resolved Hide resolved
src/notification/di/notification-configuration.ts Outdated Show resolved Hide resolved
src/notification/domain/webhook.ts Show resolved Hide resolved
Copy link
Member Author

@sleidig sleidig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup with the last commit, @tomwwinter 👍

Can you look also at the remaining comments from my last review and commit/resolve or mark as resolved?

I can't approve (as I opened the PR originally) but this looks mostly good to go from a code review. (didn't do functional testing)

.env Outdated Show resolved Hide resolved
src/config/app.yaml Outdated Show resolved Hide resolved
src/couchdb/default-factory.ts Outdated Show resolved Hide resolved
@tomwwinter tomwwinter merged commit 3588829 into main Feb 19, 2024
1 check passed
@tomwwinter tomwwinter deleted the notification-endpoints branch February 19, 2024 20:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement webhook endpoints for report notifications
2 participants