Commit Graph

459 Commits

Author SHA1 Message Date
Carlo Costino
a3eeeb2b2c Make a few adjustments to match changes to the API:
* Updates the Makefile so make test works (removed js-lint action for now)
* Addresses some outstanding linting/formatting
* Updates dependencies and pulls in latest changes from main

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-04-16 17:45:32 -04:00
Beverly Nguyen
ca1e87a54b merge main 2025-04-11 13:34:32 -07:00
Beverly Nguyen
f8eb512aab isort and flake8 2025-04-10 12:38:41 -07:00
Beverly Nguyen
6dd44fdc2d added feature flag 2025-04-10 12:35:04 -07:00
alexjanousekGSA
17a7080f46 Fixing unit tests 2025-04-10 15:10:07 -04:00
alexjanousekGSA
a962da9c7d Added existing csp header 2025-04-10 12:15:34 -04:00
alexjanousekGSA
3a468c77aa Fixed unit test 2025-04-10 08:20:47 -04:00
alexjanousekGSA
b5675e586e Fixed security issue and noscript iframe 2025-04-07 14:45:28 -04:00
Beverly Nguyen
f246cc7c51 cleaned up init 2025-03-26 14:54:26 -07:00
Beverly Nguyen
e0e8c56a61 install socket io and getting an example up 2025-03-26 12:54:21 -07:00
alexjanousekGSA
9efe503353 Fixed linting issue 2025-03-20 14:32:44 -04:00
alexjanousekGSA
35f3203e9c Removed feature flag 2025-03-20 14:22:41 -04:00
Jonathan Bobel
43c0d6244a Addressing a test 2025-03-17 16:49:30 -04:00
Jonathan Bobel
bb0d9a25b7 Update __init__.py
Fixing import
2025-02-25 11:36:53 -05:00
Jonathan Bobel
dc1bff6d19 Update __init__.py
Moved the import statement
2025-02-25 11:14:15 -05:00
Jonathan Bobel
2bb318493a Fixing tests, adding dynamic slug 2025-02-24 16:11:42 -05:00
alexjanousekGSA
b6353c41e5 Removed best practices flag 2025-01-12 17:42:15 -05:00
Jonathan Bobel
1486680293 Updating new home page styles to use more from the USWDS, and make sure it's responsive and accessible 2024-12-13 12:37:11 -05:00
Beverly Nguyen
cf45313ad8 added youtube video to about page 2024-12-04 14:10:59 -08:00
alexjanousekGSA
2d0a53e97d Sorted init 2024-11-25 13:51:24 -05:00
alexjanousekGSA
c941e14587 Added more spacing 2024-11-25 13:24:47 -05:00
alexjanousekGSA
c768b09255 Fixed indenting 2024-11-25 11:51:01 -05:00
alexjanousekGSA
8231b671af Updated logic in init to include nonce and state and removed from index 2024-11-21 17:52:44 -05:00
alexjanousekGSA
9b246aa03f Fixed indent 2024-11-19 12:06:09 -05:00
alexjanousekGSA
9023943bb1 Fixed a few errors 2024-11-19 10:49:30 -05:00
alexjanousekGSA
9a8d8e12cf Added new header button that is displayed in header 2024-11-19 09:41:08 -05:00
alexjanousekGSA
6ca902acd3 Added back guides because its needed 2024-11-13 10:18:12 -05:00
alexjanousekGSA
f6fbe1bd8d Fixed linting error 2024-11-12 13:07:57 -05:00
alexjanousekGSA
1a14becc9a Updated link name and route 2024-11-12 12:54:22 -05:00
alexjanousekGSA
5fa9172901 Fixing linting errors 2024-11-04 11:57:13 -05:00
alexjanousekGSA
12c28682df Added link to new guidance page that enables navigating 2024-11-04 11:44:45 -05:00
Beverly Nguyen
9e6f87ace1 removed socket io 2024-08-09 14:29:14 -07:00
Beverly Nguyen
ad2151b637 fix 400 errors 2024-08-06 17:28:14 -07:00
Kenneth Kehl
06cd3dbda4 merge from main 2024-06-21 07:51:52 -07:00
Cliff Hill
56abd154c1 Now not revealing env var lengths.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
2024-06-18 12:57:22 -04:00
Cliff Hill
708af19697 Fixes.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
2024-06-18 12:57:22 -04:00
Cliff Hill
79bf8d1225 Better exception handling.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
2024-06-18 12:57:22 -04:00
Cliff Hill
530206e33a Cleaning up the logging, gave some additional notes, removed hashing.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
2024-06-18 12:57:21 -04:00
Cliff Hill
f539cad4b4 Added some logging up front when the app is initialized to see if
DANGEROUS_SALT and SECRET_KEY are both available and have data in them.

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
2024-06-18 12:57:21 -04:00
Kenneth Kehl
b5cce2a85a add debug for investigating stack trace in logs 2024-06-10 10:53:09 -07:00
Beverly Nguyen
8152985f9b Merge branch 'main' into socketIO 2024-06-03 09:52:41 -07:00
Beverly Nguyen
ad68c26450 installing socketIO and testing the WebSocket connection 2024-05-20 16:21:38 -07:00
Kenneth Kehl
d045ecfa21 remove easy targets 2024-05-20 10:45:34 -07:00
Carlo Costino
9a83ba7475 Localize notification_utils to the admin
This changeset pulls in all of the notification_utils code directly into the admin and removes it as an external dependency. We are doing this to cut down on operational maintenance of the project and will begin removing parts of it no longer needed for the admin.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-05-16 10:37:37 -04:00
Beverly Nguyen
63bc85d8d4 added format_datetime_scheduled_notification to formatters and removed unneccesary format changes 2024-04-09 12:52:45 -07:00
Beverly Nguyen
e9b9072ae6 updated datetimes based on style guide 2024-03-18 15:10:26 -07:00
Beverly Nguyen
10c9b86547 updating datetimes to match styleguides 2024-03-18 14:32:32 -07:00
Carlo Costino
048872fb12 Merge pull request #1181 from GSA/service-bundle-stats
Bundle stats with service object
2024-02-14 17:55:40 -05:00
Kenneth Kehl
338a6426c3 inline code for govuk_frontend_jinja 2024-02-06 13:17:09 -08:00
Andrew Shumway
10f732b390 Bundle stats with service object 2024-02-01 11:37:31 -07:00