Skip to content

Open notificaties docker compose - #1090

Open
viktorvanwijk wants to merge 4 commits into
mainfrom
chore/1088-open-notificaties-docker-compose
Open

Open notificaties docker compose#1090
viktorvanwijk wants to merge 4 commits into
mainfrom
chore/1088-open-notificaties-docker-compose

Conversation

@viktorvanwijk

@viktorvanwijk viktorvanwijk commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Closes #1088

Dependent on #1082

@viktorvanwijk
viktorvanwijk force-pushed the chore/1088-open-notificaties-docker-compose branch from fba36e9 to ab51610 Compare September 10, 2026 08:10
@codecov-commenter

codecov-commenter commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.31%. Comparing base (f69a20c) to head (11a5cd5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1090   +/-   ##
=======================================
  Coverage   93.31%   93.31%           
=======================================
  Files         141      141           
  Lines        4712     4712           
=======================================
  Hits         4397     4397           
  Misses        315      315           
Flag Coverage Δ
backend 93.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@annashamray
annashamray self-requested a review September 10, 2026 08:40
Comment thread backend/docker-services/start_services.sh Outdated
Comment thread backend/docker-services/opennotificaties/docker-compose.yaml Outdated
Comment thread backend/docker-services/opennotificaties/docker-compose.yaml
Comment thread backend/docker-services/opennotificaties/setup_configuration/data.yaml Outdated
header_value: Token ba9d233e95e04c4a8a661a27daffe7c9bd019067

notifications_config_enable: true
notifications_config:

@annashamray annashamray Sep 10, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice! I think in the future (when new OZ version is released) this step can be also added to the OZ,
Btw I think this step can be also added to the ON itself, because ON subscribes to itself to check authorizations as far as I remember
But It can be done later.

@viktorvanwijk viktorvanwijk Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I bit the bullet and setup the complete configuration. I haven't tested it, because we don't have the new versions yet. I will try to set this up with my local branches as well actually, and verify it this way. This should be the right base we need, but minor changes might still be necessary. Also included the cloudevent configuration

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great job! It looks nice and full, I think this is it!

@viktorvanwijk
viktorvanwijk force-pushed the chore/1088-open-notificaties-docker-compose branch from ab51610 to 11a5cd5 Compare September 11, 2026 10:15

@annashamray annashamray left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I checked that all setup_configuration steps are successfully executed
Haven't checked if the notifications really work though.
Approved, so my absence won't block you

Btw it you want to dive even deeper - here is an OZ test command to send a notification. Unfortunately I don't know if there is something similar for cloud events.

docker compose -f openklant/docker-compose.yaml up -d
docker compose -f objecten/docker-compose.yaml up -d
docker compose -f openproduct/docker-compose.yaml up -d
docker compose -f openotificaties/docker-compose.yaml up -d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
docker compose -f openotificaties/docker-compose.yaml up -d
docker compose -f opennotificaties/docker-compose.yaml up -d

Oops haven't noticed typo in my first review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup Open Notificaties docker compose

3 participants