Skip to content

Releases: silinternational/idp-id-sync

Use Sentry monitor service

21 Nov 18:19
bf22519
Compare
Choose a tag to compare

Added

  • Use Sentry inProgress monitor check-in

Externally-scheduled sync execution

20 Nov 23:24
177509d
Compare
Choose a tag to compare

Changed

  • Changed the container to run /data/yii batch/full instead of the cron service. This requires a change to the deployment of this service. Rather than using a constantly-running ECS service, it should be triggered to run on a schedule by Cloudwatch or something similar.

Removed

  • Removed frontend (webhook API) and Apache server
  • Removed .scrutinizer.yml
  • Removed s3-expand
  • Removed Vagrantfile

Sentry logging

09 Oct 21:16
313313c
Compare
Choose a tag to compare

Added

  • Use Sentry for error logging
  • New pull request template

removed status check of other microservices

27 Jul 15:53
149fe02
Compare
Choose a tag to compare

Fixed

  • Removed the check of id-broker and email-service in /site/system-status because these services have their own checks. Having these checks here was causing ECS to mark this service as unhealthy and terminate the task.
  • Use a more deterministic dependency list format.
  • Dependency update, including new email-service-php-client and idp-id-broker-php-client that report DNS error correctly.

Update dependencies to avoid a guzzlehttp security issue

14 Jun 14:35
2a36e65
Compare
Choose a tag to compare

Changed (non-breaking)

  • Minor upgrades to composer dependencies

Create one error message for all update-failed users

12 Jun 20:41
e0638eb
Compare
Choose a tag to compare

Changed (non-breaking)

  • Don't cause an email to be sent out for every error. Combine errors into one.

Improvements in error handling

04 May 13:01
faa0e78
Compare
Choose a tag to compare

Fixed

  • Pass the http status code through exception handling
  • Add some additional error messages

Stop sending email alerts for 503 and 504 response codes

19 Apr 14:02
9a429b8
Compare
Choose a tag to compare

Fixed

  • Stop sending email alerts for 503 and 504 response codes

Clarify an error, update dependencies

08 Mar 19:58
7012442
Compare
Choose a tag to compare

Fixed

  • Improve error log by catching and adding to an ID Store exception.
  • Update dependencies
  • Use a specific major version of phpMyAdmin for local development work

If syncAll() throws an exception, make sure it gets logged and emailed

14 Nov 17:08
35eb8d0
Compare
Choose a tag to compare
Merge pull request #139 from silinternational/develop

Release 4.3.1 If syncAll() throws an exception, make sure it gets logged and emailed