notification-api icon indicating copy to clipboard operation
notification-api copied to clipboard

GC Notify API | GC Notification API

Results 50 notification-api issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | Werkzeug ([changelog](https://werkzeug.palletsprojects.com/changes/)) | `2.3.7` -> `3.0.3` |...

dependencies
Renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gunicorn](https://gunicorn.org) ([source](https://togithub.com/benoitc/gunicorn), [changelog](https://docs.gunicorn.org/en/stable/news.html)) | `20.1.0` -> `22.0.0`...

dependencies
Renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [idna](https://togithub.com/kjd/idna) ([changelog](https://togithub.com/kjd/idna/blob/master/HISTORY.rst)) | `2.10` -> `3.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/idna/3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
Renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | `23.12.1` -> `24.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/black/24.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
Renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | Pending | |---|---|---|---|---|---|---|---|---| | [axe-core](https://www.deque.com/axe/)...

dependencies
Renovate

# Summary | Résumé To get the callback logged when not only successful, I moved the callback level log to prior to the call. This removes the response status from...

# Summary | Résumé Notifications payloads sent to `/v2/notifications/{type}` are now checked to ensure that their size in bytes does not exceed the SQS message payload size limit. - Add...

# Summary | Résumé This PR adds cypress testing to CI

# Summary | Résumé Add better types to models.py. How this works: - the `db` object in models.py is an instance of the `RoutingSQLAlchemy` class defined here: https://github.com/cds-snc/notification-api/blob/main/app/dbsetup.py#L70 - `RoutingSQLAlchemy`...

# Summary | Résumé I've added a debug stack trace task to celery that can be enabled/disabled using the environment variable FF_DEBUG_STACK_TRACE. When enabled, a celery task will be created...