Commit Graph

10644 Commits

Author SHA1 Message Date
Carlo Costino
f3136a7958 Merge pull request #865 from GSA/notify-api-1250
login.gov first time workflow notify-api-1250
2024-03-26 11:08:53 -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
Carlo Costino
b3b7e94c14 Merge pull request #674 from GSA/673-data-dictionary
673 data dictionary
2024-03-25 11:12:46 -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
Kenneth Kehl
41c6b19877 fix urls 2024-03-20 08:11:37 -07: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
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
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
Carlo Costino
8fe70fe14d Merge pull request #851 from GSA/more-terraform-fixes
Fix reference to CF org vs. space
2024-03-13 11:33:27 -04:00
Carlo Costino
9d60e6e8b7 Fix reference to CF org vs. space
This changeset fixes a reference to properly load the Cloud Foundry org for modifying the space.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-13 11:26:01 -04:00
Steven Reilly
d72521fc1e Merge pull request #849 from GSA/fix-remaining-terraform
Fix remaining Terraform for production and demo
2024-03-13 10:35:43 -04:00
Carlo Costino
0404348ec0 Removed last bit of extraneous config that is not needed
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-13 10:12:54 -04:00
Carlo Costino
1484c2ffa0 Adjust properties further to only apply to spaces
The SES and SNS modules are strictly for services that are instantiated within a space, while the egress_space is creating a separate space. The shift of the recursive delete from being on a service to being at the space level means that the SES and SNS modules do not have to track it at all, it should only be handled at the space level.  The same goes for the allow_ssh flag.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-13 10:05:02 -04:00
Carlo Costino
15f8be7aee Explicitly add allow_ssh flag and disable for production
This will also ensure any drift is picked up by our infrastructure verification checks

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-13 09:51:41 -04:00
Carlo Costino
67135858df Merge pull request #850 from GSA/API-847_Clobbering_bad_enum_data
[Bug] API-847 - Making the enum migration more smooth.
2024-03-12 16:42:55 -04:00
Cliff Hill
111135a9b6 Helping the migration succeed!
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-03-12 15:05:34 -04:00
Carlo Costino
f0e66886d2 Adding missing variable for egress_space
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-12 14:26:28 -04:00
Carlo Costino
68fa12340a Add space data back in - we still need it!
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-12 14:22:58 -04:00