Commit Graph

13112 Commits

Author SHA1 Message Date
Ryan Ahearn
8148731701 Use fixed version of domain terraform module 2023-05-09 14:04:27 -04:00
Ryan Ahearn
acff8896a8 Merge pull request #502 from GSA/enable-prod-terraform-modules
Enable networking modules for production
2023-05-09 13:16:28 -04:00
Ryan Ahearn
4ae4729970 Enable networking modules for production 2023-05-09 13:03:10 -04:00
Ryan Ahearn
3f6bab2278 Merge pull request #499 from GSA/prod-deploy-prep
Prod deploy prep
2023-05-08 15:59:44 -04:00
Ryan Ahearn
84123c31fb Workflows for enabling production space deploys 2023-05-08 15:41:09 -04:00
Ryan Ahearn
a3ce5e547e Stop setting redis_enabled in secrets 2023-05-08 15:27:55 -04:00
Jonathan Bobel
68e94dd650 Addressing most of the low-lift items from the Notify content audit (#491) 2023-05-08 10:49:30 -04:00
Ryan Ahearn
8f76a9bb17 Merge pull request #495 from GSA/new-relic-prod-name
Add env to app name for new relic production config
2023-05-08 09:37:40 -04:00
Ryan Ahearn
e30f56aaf7 Merge branch 'main' into new-relic-prod-name
* main:
  bump pip-audit action to 1.0.6 (#498)
2023-05-08 09:28:09 -04:00
Steven Reilly
3c31bb8c16 bump pip-audit action to 1.0.6 (#498) 2023-05-05 13:20:20 -04:00
Ryan Ahearn
1fe591535f Add env to app name for new relic production config 2023-05-03 17:01:55 -04:00
Steven Reilly
454b778582 Cookie streamlining (#493)
* remove cookie banner
* remove form from cookies.html
* move cookie content to privacy page
2023-05-03 15:33:27 -04:00
Ryan Ahearn
b9c78eeb43 Merge pull request #494 from GSA/fix-manifest-yml
Use valid yaml format
2023-05-03 09:51:01 -04:00
Ryan Ahearn
74a46e37d1 Use valid yaml format 2023-05-03 09:09:28 -04:00
Ryan Ahearn
b3e4917b49 Merge pull request #492 from GSA/new-relic-js
New relic JS integration
2023-05-03 08:54:01 -04:00
Andrew Shumway
575c2b7d75 Notify 473: add code coverage for jest (#488) 2023-05-02 16:38:28 -04:00
Ryan Ahearn
c2216d3449 Pass NR_BROWSER_KEY to deploy scripts 2023-05-02 16:08:04 -04:00
Ryan Ahearn
f42acc6fb4 Enable turning off browser monitoring when new relic is disabled 2023-05-02 16:05:09 -04:00
Ryan Ahearn
3f13598f70 Instrument JS with copy/pasted snippet
this avoids having to set `unsafe-inline` in our CSP header
2023-05-02 15:26:59 -04:00
Steven Reilly
3f44877c8b Bump flask & werkzeug to 2.3 (#490)
* bump werkzeug to 2.3
* remove no_cookie blueprint
2023-05-02 09:45:48 -04:00
Jonathan Bobel
3b94814c5a Commenting out USWDS (#487) 2023-05-01 15:38:54 -04:00
Ryan Ahearn
643d830f06 Merge pull request #486 from GSA/cg-egress-proxy
Use cg-egress-proxy main branch again
2023-05-01 10:01:07 -04:00
Ryan Ahearn
117f0e91b9 Use cg-egress-proxy main branch again 2023-04-28 17:15:46 -04:00
Kenneth Kehl
54abfb3a4d remove components related to MOU and agreement (#476)
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
2023-04-28 14:08:12 -04:00
Jonathan Bobel
f5f666884c Merge pull request #474 from GSA/install-uswds
Install USWDS
2023-04-28 11:48:10 -04:00
Jonathan Bobel
9412821490 Removing these instructions because I tied them into the default build process 2023-04-28 11:25:40 -04:00
Andrew Shumway
948ee68193 Added code coverage test to pipfile/makefile/workflow (#472)
Co-authored-by: stvnrlly <steven.reilly@gsa.gov>
2023-04-28 11:17:02 -04:00
Ryan Ahearn
ae9d179be2 Merge pull request #483 from GSA/cflinuxfs4
Deploy app to cflinuxfs4 stack (Admin)
2023-04-27 16:59:36 -04:00
Tim Lowden
16a4f06888 Tdlowden patch 2 - sprint ibis goals (#484) 2023-04-27 16:57:48 -04:00
Jonathan Bobel
9feaec206c Had to update the test to reflect the new attached css 2023-04-27 15:39:49 -04:00
Ryan Ahearn
cffe391e13 Deploy app to cflinuxfs4 stack 2023-04-27 14:49:32 -04:00
Jonathan Bobel
3bc273eced - Added support for default gulp/build commands
- Moved some folders around to align with gulp copy functions
2023-04-27 13:32:23 -04:00
Jonathan Bobel
e7faec60b5 Merge remote-tracking branch 'origin' into install-uswds 2023-04-27 12:14:59 -04:00
Ryan Ahearn
ddd0294250 Merge pull request #478 from GSA/audit-logging
Enhance Audit logging
2023-04-27 08:40:31 -04:00
Ryan Ahearn
aa27dd3ed6 Merge pull request #465 from GSA/dev-infra-import
Add reset state script for development terraform
2023-04-27 08:29:05 -04:00
Ryan Ahearn
4fc95a4e28 Update utils for improved logging 2023-04-26 15:31:06 -04:00
Ryan Ahearn
a42617f776 Add logging around auth{entication,orization} calls 2023-04-26 11:25:24 -04:00
Ryan Ahearn
99c94851c0 Create events logging for updating email and phone number for yourself 2023-04-26 11:25:24 -04:00
Ryan Ahearn
2d1d8e26c8 Create events logging for creating and removing user invites 2023-04-26 11:25:24 -04:00
Ryan Ahearn
57718ce52d Merge pull request #475 from GSA/notify-414
Tests pinning ubuntu version in Github CI for pa11y-ci.
2023-04-25 12:54:17 -04:00
Andrew Shumway
ab4d3e356f Tests pinning ubuntu version in Github CI. 2023-04-25 09:54:25 -06:00
Jonathan Bobel
a73d53dd78 Updated README to include USWDS instructions 2023-04-24 15:52:38 -04:00
Jonathan Bobel
232a9ea24f Merge remote-tracking branch 'origin' into install-uswds 2023-04-24 15:50:49 -04:00
Jonathan Bobel
eaf3681ae1 Initial USWDS install 2023-04-24 14:57:35 -04:00
Kenneth Kehl
e6b738e823 Merge pull request #460 from GSA/notify-446
#446 remove crown
2023-04-24 09:58:28 -07:00
Ryan Ahearn
f24217f7da Merge pull request #471 from GSA/simplify-proxy-deploy
Deploy bundled proxy binary instead of building it each time (Admin)
2023-04-21 12:31:02 -04:00
Ryan Ahearn
ef5b9f9ec4 Deploy bundled proxy binary instead of building it each time 2023-04-21 11:54:57 -04:00
Ryan Ahearn
a2f13c11c8 Merge pull request #467 from GSA/address-owasp-findings
Address moderate & low OWASP findings on Admin
2023-04-21 11:10:09 -04:00
Kenneth Kehl
ec23f2077f some code review feedback 2023-04-20 11:32:28 -07:00
Kenneth Kehl
1a2bd34ccb merge from main 2023-04-20 11:19:55 -07:00