Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rodekruis/IBF-system into…
Browse files Browse the repository at this point in the history
… dependabot/npm_and_yarn/services/API-service/development-b7c2878b24
  • Loading branch information
jannisvisser committed Nov 25, 2024
2 parents bedadc6 + dfccd46 commit 04b2384
Show file tree
Hide file tree
Showing 19 changed files with 11,223 additions and 17,370 deletions.
64 changes: 28 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [0.276.3](https://github.com/rodekruis/IBF-system/compare/v0.276.2...v0.276.3) (2024-11-25)


### Bug Fixes

* reflect 'reboot VM' in VM_SETUP + use this as test PR ([442bc8a](https://github.com/rodekruis/IBF-system/commit/442bc8a7c9fadebde879a3fbd560607391e846ad))



## [0.276.2](https://github.com/rodekruis/IBF-system/compare/v0.276.1...v0.276.2) (2024-11-25)


### Bug Fixes

* blantyre mock data adm3 ([2a50fa4](https://github.com/rodekruis/IBF-system/commit/2a50fa44748401c8bc4caf605ec201e2fc200e5c))



## [0.276.1](https://github.com/rodekruis/IBF-system/compare/v0.276.0...v0.276.1) (2024-11-25)


### Bug Fixes

* add twilio info in api-service workflow ([5d44fea](https://github.com/rodekruis/IBF-system/commit/5d44feaf9a080ee43fe0c569a603be932b399d96))
* use correct env variables ([e082db4](https://github.com/rodekruis/IBF-system/commit/e082db41698e98aea01fa110bb2cea0bdb8e0ce7))



# [0.276.0](https://github.com/rodekruis/IBF-system/compare/v0.275.0...v0.276.0) (2024-11-19)


Expand Down Expand Up @@ -88,39 +116,3 @@



## [0.274.1](https://github.com/rodekruis/IBF-system/compare/v0.274.0...v0.274.1) (2024-10-21)


### Bug Fixes

* empty thirdLine in date-button ([6588390](https://github.com/rodekruis/IBF-system/commit/6588390de4a74044691371800550d9803627d8c4))



# [0.274.0](https://github.com/rodekruis/IBF-system/compare/v0.273.3...v0.274.0) (2024-10-21)


### Bug Fixes

* add check for leadtime not existing ([3d11334](https://github.com/rodekruis/IBF-system/commit/3d11334f0df53edd25362625b6bcc038e0636433))
* update data via migration script where possible ([4b380df](https://github.com/rodekruis/IBF-system/commit/4b380dfd6dae8261ca48d02cbf2cc4d6a69d00cd))
* update return period mock UGA ([20efcb9](https://github.com/rodekruis/IBF-system/commit/20efcb9effb7befde0a37c85136f4eb0459fa8ce))


### Features

* update trigger statements floods ([4dd9e55](https://github.com/rodekruis/IBF-system/commit/4dd9e558a155be15d7f51e29a0392ad3801e4010))



## [0.273.3](https://github.com/rodekruis/IBF-system/compare/v0.273.2...v0.273.3) (2024-10-21)


### Bug Fixes

* compact number in email should consider format ([780ad71](https://github.com/rodekruis/IBF-system/commit/780ad7155f3b76846b9e5234e884f18b36831b98))
* remove event aggregate in email ([2c4117e](https://github.com/rodekruis/IBF-system/commit/2c4117e7c0e02f95c5b93c6e86114b3f5d6faa48))
* use average for percentage indicators in email body event ([1088ba8](https://github.com/rodekruis/IBF-system/commit/1088ba8fcb0748c47ef61eeac1c6a3ac214aee05))



5 changes: 3 additions & 2 deletions docs/VM_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
2. Set `GITHUB_WEBHOOK_SECRET` value in `/etc/systemd/system/webhook.service` as same value set in Github Webhooks
3. Verification - `ls /etc/systemd/system/`
4. In `/home/ibf-user/IBF-system` - `npm install github-webhook-handler`
5. `sudo service webhook start`
6. Verification - `sudo service webhook status`
5. `sudo systemctl enable webhook` > this makes sure the webhook also restarts again automatically on reboot
6. `sudo service webhook start`
7. Verification - `sudo service webhook status`
Loading

0 comments on commit 04b2384

Please sign in to comment.