Kenneth Kehl
fe2f14c6e6
add sleep, more error handling, better debug message
2025-05-19 15:14:02 -07:00
alexjanousekGSA
898607b40a
Removed dependency that is not needed, fixed more tests
2025-05-16 16:23:59 -04:00
alexjanousekGSA
c1507ec060
Fixed some linting errors
2025-05-16 14:14:50 -04:00
Carlo Costino
56bcf0dd68
Merge branch 'main' into update-marshmallow-deps
2025-05-16 09:33:27 -04:00
alexjanousekGSA
a100fa6eb8
Fixed test_get_notification.py tests
2025-05-14 15:01:01 -04:00
alexjanousekGSA
b7d87b6db8
Removed unused import
2025-05-14 13:42:12 -04:00
alexjanousekGSA
68aa63945a
Fixed test_rest file
2025-05-14 13:41:23 -04:00
Carlo Costino
2824056a7d
Fix use of data_key argument and add logging
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-14 11:20:45 -04:00
Carlo Costino
1c54593e9e
Merge branch 'main' into update-marshmallow-deps
2025-05-14 11:04:12 -04:00
Kenneth Kehl
af107ccd27
fix regenerate_job_cache
2025-05-14 07:49:30 -07:00
Kenneth Kehl
3961e72d32
try to replace blocking sleep call with nonblocking sleep call
2025-05-12 11:03:12 -07:00
alexjanousekGSA
0402f6dc71
Fixed a few unit tests
2025-05-09 15:14:07 -04:00
Carlo Costino
fd974e1b79
Update no_proxy and S3 error handling
...
This changeset updates the no_proxy environment variable to allow S3 through. It also updates our error handling connecting to S3.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-08 16:54:50 -04:00
Carlo Costino
9b5a5d5eba
More enum fixes!
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-07 18:43:54 -04:00
Carlo Costino
7835ef1dd9
Fix handling of Notification-based schemas and missing fields
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-07 17:48:05 -04:00
Carlo Costino
f9f7333d72
Fix a couple more enum schema fields and attempt to fix template_version field
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-06 13:31:50 -04:00
Carlo Costino
d2fc023622
Fix dead-code related to the addition of the data_key argument
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-06 12:03:14 -04:00
Carlo Costino
66c77b5c82
Fix data_key argument errors
...
This is due to a change in marshmallow 4.0.0: https://marshmallow.readthedocs.io/en/latest/upgrading.html#validates-accepts-multiple-field-names
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-05 15:29:24 -04:00
Carlo Costino
f8858c944f
Fix references to TemplateType enum in the schema
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-02 14:56:46 -04:00
Carlo Costino
43fb72d79c
Update schema to account for Marshmallow updates
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-30 12:53:16 -04:00
Beverly Nguyen
02becbd1e5
removing run.py and unnecessary logs
2025-04-18 11:48:26 -07:00
Carlo Costino
419d6cee69
Update the flask-socketio config to play more nicely:
...
* Reverts run commands to what they previously were
* Addresses some outstanding linting/formatting
* Accounts for proper config initialization (CORS, Redis)
* Updates dependencies and pulls in latest changes from main
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-16 17:43:10 -04:00
Carlo Costino
71e8f20b04
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-16 10:55:16 -04:00
Kenneth Kehl
e93e3f3690
cleanup
2025-04-15 11:36:09 -07:00
Kenneth Kehl
1f4b408d1d
fix phone number check
2025-04-15 11:13:26 -07:00
Kenneth Kehl
f15d6128dc
fix default case for US numbers
2025-04-15 10:44:30 -07:00
Beverly Nguyen
9174978e3e
merge main
2025-04-09 17:01:34 -07:00
Beverly Nguyen
f8726ca6b7
socket io setup
2025-04-09 16:56:42 -07:00
Kenneth Kehl
7aaa36e630
merge from main
2025-04-08 10:05:30 -07:00
Kenneth Kehl
91f269646f
fix invites again
2025-04-07 14:36:21 -07:00
Kenneth Kehl
e4b7cf98a3
fix invites again
2025-04-07 14:31:33 -07:00
Kenneth Kehl
b605c74262
fix invites
2025-04-07 12:48:35 -07:00
Kenneth Kehl
df305a815a
fix invites
2025-04-07 12:45:27 -07:00
Kenneth Kehl
d4a33549ca
fix invites
2025-04-07 12:37:35 -07:00
Kenneth Kehl
14de65816f
fix invites
2025-04-07 12:27:59 -07:00
Beverly Nguyen
0792ea123f
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-03 15:30:54 -07:00
Kenneth Kehl
28444a460b
fix test
2025-04-03 08:16:33 -07:00
Kenneth Kehl
e9ea22ad6d
restore international numbers
2025-04-03 08:02:08 -07:00
Kenneth Kehl
49252963f9
fix static scan warnings
2025-04-01 08:53:33 -07:00
Kenneth Kehl
5bfca4bf82
upgrade mistune
2025-03-31 09:28:35 -07:00
Beverly Nguyen
16c68e06b9
initial test socket io setup
2025-03-27 09:51:22 -07:00
ccostino
1c00cdc0a4
Merge pull request #1609 from GSA/utc-update
...
Updated BE code to breakdown stats by hour instead of day
2025-03-19 11:13:51 -04:00
alexjanousekGSA
5d1e758e57
Updated BE code to breakdown stats by hour instead of day
2025-03-18 11:07:32 -04:00
Kenneth Kehl
2370dfd2c1
revert debugging code
2025-03-14 09:03:52 -07:00
Kenneth Kehl
eaf6784236
fix phone number changing
2025-03-14 08:53:40 -07:00
Kenneth Kehl
cf3baff4cc
merge from main
2025-03-11 13:21:31 -07:00
Kenneth Kehl
abddff61cd
fix serialization
2025-03-10 08:28:44 -07:00
Kenneth Kehl
7cd4158b92
add even more debug for sender number
2025-03-04 11:17:06 -08:00
Kenneth Kehl
da9bbc31ba
remoe print statement
2025-02-28 14:47:26 -08:00
Kenneth Kehl
d0fe33cc6e
track message costs
2025-02-28 10:08:02 -08:00