Jonathan Bobel
a65465b282
Merge branch 'main' of https://github.com/GSA/notifications-api into 1270-update-email-content
2024-03-25 14:27:07 -04:00
Carlo Costino
d421a8f018
Merge pull request #866 from GSA/dependabot/pip/black-24.3.0
...
Bump black from 23.12.1 to 24.3.0
2024-03-25 11:54:56 -04:00
Jonathan Bobel
fbd5c700ec
Merge branch 'main' of https://github.com/GSA/notifications-api into 1270-update-email-content
2024-03-25 11:31:10 -04:00
Jonathan Bobel
ffb9561803
1270 - Update content for email template
2024-03-25 11:23:26 -04:00
Carlo Costino
b3b7e94c14
Merge pull request #674 from GSA/673-data-dictionary
...
673 data dictionary
2024-03-25 11:12:46 -04:00
Aditi Anand
420291ffee
sqlalchemy 2.0 changes
2024-03-25 10:55:14 -04:00
Aditi Anand
dc9fa52bc8
sqlalchemy 2.0 changes
2024-03-25 10:43:04 -04:00
Kenneth Kehl
395282b4a9
merge from main
2024-03-22 13:37:35 -07:00
Kenneth Kehl
8d48ec4c87
fix invitations
2024-03-22 11:18:47 -07:00
dependabot[bot]
a365a36eb5
Bump black from 23.12.1 to 24.3.0
...
Bumps [black](https://github.com/psf/black ) from 23.12.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/23.12.1...24.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-22 16:30:00 +00:00
Steven Reilly
0930b593ab
Merge pull request #868 from GSA/Setuptools
...
Making setuptools a regular dependency.
2024-03-22 12:28:15 -04:00
Cliff Hill
b546e83399
Making setuptools a regular dependency.
...
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov >
2024-03-22 12:04:49 -04:00
Carlo Costino
1d7f38b7e0
Merge pull request #867 from GSA/fix-python-deploy
...
Update Cloud Foundry runtime.txt file
2024-03-21 17:53:54 -04:00
Carlo Costino
8e4968e703
Update Cloud Foundry runtime.txt file
...
This changeset updates the runtime.txt file so that Cloud Foundry picks up Python 3.12.x instead of Python 3.9.x
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-21 17:44:30 -04:00
Carlo Costino
903a97eb4c
Merge pull request #845 from GSA/notify-api-818
...
python upgrade updates
2024-03-21 16:22:03 -04:00
samathad2023
61ce2b08b8
utils dependencies updates
2024-03-21 13:02:54 -07:00
samathad2023
172497c19e
Latest utils commit updates sync with main
2024-03-20 14:09:46 -07:00
Jonathan Bobel
232bbd2d8a
Merge branch 'main' of https://github.com/GSA/notifications-api into 673-data-dictionary
2024-03-20 11:25:24 -04:00
Aditi Anand
b338e11f4d
sqlalchemy2.0 fix
2024-03-20 11:19:25 -04:00
Kenneth Kehl
41c6b19877
fix urls
2024-03-20 08:11:37 -07:00
Aditi Anand
8bc1091f73
fix for failing tests
2024-03-20 10:57:04 -04:00
Kenneth Kehl
26af8339a2
fix link
2024-03-19 14:36:22 -07:00
Kenneth Kehl
4335b61b6e
fix tests
2024-03-19 13:59:55 -07:00
Kenneth Kehl
1a9800f924
fix tests
2024-03-19 13:23:22 -07:00
samathad2023
aa0b2e49e1
README updates
2024-03-19 09:18:46 -07:00
Kenneth Kehl
93d9ab62e4
login.gov first time workflow notify-api-1250
2024-03-19 07:34:23 -07:00
Andrew Shumway
6599c284cc
Add docs/code comments for message-send-flow
2024-03-18 11:45:40 -06:00
Andrew Shumway
0e1c5e4c9d
Merge branch 'main' of https://github.com/GSA/notifications-api into message-send-flow-docs
2024-03-18 11:32:45 -06:00
Andrew Shumway
5f2508a975
Add docs/code comments for message send flow
2024-03-18 11:32:29 -06:00
Carlo Costino
172f2c8ba6
Merge pull request #861 from GSA/adjust-worker-memory
...
Adjust production worker memory to 1G
03-19-2024
2024-03-15 16:28:57 -04:00
Carlo Costino
117fa6c1af
Adjust production worker memory to 1G
...
This changeset adjusts our worker process memory to 1G from 512MB in production. We recently saw memory-related crashes for the Celery worker processes, meaning they did not have enough available to them. This was compounded by an ongoing platform issue with cloud.gov due to Cloud Foundry VMs operating with a Linux kernel that has a memory allocation issue.
Fixes for the Linux kernel and Cloud Foundry VMs are in flight and cloud.gov is tracking this closely, but we can help ourselves in the mean time and given the increased usage with pilot partners, it makes sense to adjust this anyway.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-15 16:16:58 -04:00
Carlo Costino
c836ab5b04
Merge pull request #860 from GSA/remove-s3-debug-lines
...
Remove debug lines in CSV processing
2024-03-15 14:48:08 -04:00
Carlo Costino
bf0f002e4f
Remove debug lines in CSV processing
...
This changeset removes a couple of debug lines that we had in place from when we switched to processing CSVs for looking at phone numbers. This has now been proven out, and the additional log entries make it difficult to troubleshoot other issues that may arise.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-15 14:26:18 -04:00
Carlo Costino
47fe0f7c1b
Merge pull request #858 from GSA/dependabot/pip/cachetools-5.3.3
...
Bump cachetools from 5.3.2 to 5.3.3
03-15-2024
2024-03-14 18:48:59 -04:00
dependabot[bot]
fee88b86d2
Bump cachetools from 5.3.2 to 5.3.3
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 5.3.2 to 5.3.3.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v5.3.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-14 21:18:07 +00:00
Carlo Costino
3c651a3834
Merge pull request #844 from GSA/dependabot/pip/moto-5.0.3
...
Bump moto from 4.2.13 to 5.0.3
2024-03-14 17:14:06 -04:00
Carlo Costino
d3f3c5833c
Merge pull request #857 from GSA/update-utils-0-3-0
...
Update utils to 0.3.0
2024-03-14 15:39:45 -04:00
Carlo Costino
435f23b5f0
This changeset updates notifications_utils to 0.3.0 to account for other dependency updates. It also accounts for the removal of Celery in utils.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-14 15:15:51 -04:00
dependabot[bot]
da3c3f2508
Bump moto from 4.2.13 to 5.0.3
...
Bumps [moto](https://github.com/getmoto/moto ) from 4.2.13 to 5.0.3.
- [Release notes](https://github.com/getmoto/moto/releases )
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getmoto/moto/compare/4.2.13...5.0.3 )
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-14 19:15:37 +00:00
Carlo Costino
e89a6e5f10
Merge pull request #830 from GSA/notify-api-130
...
remove celery from notifications-utils (notify-api-130)
2024-03-14 15:13:32 -04:00
Kenneth Kehl
c7ff5e44c6
duh
2024-03-14 11:27:26 -07:00
samathad2023
cf25933cd0
remove comments from enums
2024-03-14 11:11:17 -07:00
Kenneth Kehl
86dd578d99
merge from main
2024-03-14 10:04:46 -07:00
Carlo Costino
8470c2568e
Merge pull request #855 from GSA/add-simulated-to-local
...
Add simulated sms numbers to allow list in trial mode.
2024-03-14 11:52:45 -04:00
Andrew Shumway
207c3bc021
Merge branch 'main' of https://github.com/GSA/notifications-api into add-simulated-to-local
2024-03-13 16:21:24 -06:00
Andrew Shumway
01df741609
Add simulated numbers to allow list in trial mode
2024-03-13 16:20:39 -06:00
samathad2023
e0ed44763f
removed dependencies strenum
2024-03-13 14:21:25 -07:00
Aditi Anand
5d15560538
merge with main
2024-03-13 16:56:54 -04:00
Carlo Costino
30ecc218ef
Merge pull request #854 from GSA/notify-api-853
...
fix email notifications missing personalisation (notify-api-853)
03-14-2024
2024-03-13 14:20:18 -04:00
Kenneth Kehl
a8640a65b6
fix email notifications missing personalisation (notify-api-853)
2024-03-13 10:52:55 -07:00