Commit Graph

9466 Commits

Author SHA1 Message Date
Kenneth Kehl
415a948afd merge from main 2023-05-09 08:46:17 -07:00
Kenneth Kehl
1e72f97b17 code review feedback 2023-05-09 08:45:51 -07:00
Ryan Ahearn
a9242d46d4 Merge pull request #265 from GSA/pick-prod-db-plans
Set service plan names for production
2023-05-08 15:53:44 -04:00
Ryan Ahearn
0d685df51c Enable prod terraform drift check 2023-05-08 15:29:12 -04:00
Ryan Ahearn
300414974c Set service plan names for production 2023-05-08 15:15:25 -04:00
Ryan Ahearn
418f8ecbdc Merge pull request #262 from GSA/prod-deploy
Enable production deploy workflows
2023-05-08 11:28:18 -04:00
Ryan Ahearn
58ad32b560 Enable production deploy 2023-05-08 10:47:01 -04:00
Ryan Ahearn
a2956b090c Merge pull request #257 from GSA/new-relic-updates
Specify Production in new relic app name
2023-05-08 09:37:46 -04:00
Ryan Ahearn
0e926b316c Merge branch 'main' into new-relic-updates
* main:
  bump pip-audit action to 1.0.6 (#261)
2023-05-08 09:14:53 -04:00
Kenneth Kehl
2d6d7902a1 merge from main 2023-05-05 11:17:57 -07:00
Steven Reilly
6515c44ca8 bump pip-audit action to 1.0.6 (#261) 2023-05-05 14:11:18 -04:00
Kenneth Kehl
10cb0df2e0 fix flake8 2023-05-05 08:32:29 -07:00
Kenneth Kehl
b59e4df06d code review feedback 2023-05-05 08:09:15 -07:00
Ryan Ahearn
2a2dfbd0f0 Specify Production in new relic app name 2023-05-04 13:00:12 -04:00
Kenneth Kehl
70b58f50ac add comments 2023-05-04 08:40:16 -07:00
Kenneth Kehl
0806e96745 fix dependencies 2023-05-04 08:21:53 -07:00
Kenneth Kehl
7892c52d11 fix tests 2023-05-04 08:15:08 -07:00
Kenneth Kehl
3fb113a83e notify-152 sms delivery receipts 2023-05-04 07:56:24 -07:00
Steven Reilly
881f479417 Small doc updates (#253) 2023-05-02 10:25:02 -04:00
Ryan Ahearn
d887394682 Merge pull request #254 from GSA/stvnrlly/update-werkzeug-2.3
Update werkzeug & flask to 2.3
2023-05-02 08:45:54 -04:00
stvnrlly
240d84b933 update werkzeug & flask 🤞 2023-05-01 21:40:36 -04:00
Ryan Ahearn
1796f8c517 Merge pull request #251 from GSA/run-book-updates
Run book updates
2023-05-01 15:55:50 -04:00
Ryan Ahearn
a46b541ced Update Run Book
added:
* info on relationship to SSPP
* tables to check for audit logs
* how to create and update DNS records for notify.gov
2023-04-28 17:02:17 -04:00
Ryan Ahearn
f6cc141f58 Switch cg-egress-proxy back to main branch 2023-04-28 16:03:33 -04:00
Ryan Ahearn
5cbeedb000 Merge pull request #249 from GSA/cflinuxfs4
Deploy app to cflinuxfs4 stack (API)
2023-04-27 16:59:51 -04:00
Ryan Ahearn
039442a456 Deploy app to cflinuxfs4 stack 2023-04-27 14:49:49 -04:00
Ryan Ahearn
4657f7355d Merge pull request #236 from GSA/dev-infra-import
Add reset state script
2023-04-27 11:40:14 -04:00
Ryan Ahearn
6d14fb484a Add info on use of reset.sh script to docs/infra-overview.md 2023-04-27 09:17:33 -04:00
Ryan Ahearn
460c270bad Merge branch 'main' into dev-infra-import
* main:
  Apply suggestions from code review
  Update utils to get logging improvements
  code review feedback
  notify-243 remove statsd
  Deploy bundled proxy instead of building it each time
  Test actions with 50% threshold
  Test github actions coverage PR fail
  Address moderate and low owasp findings
  Moved env: flag under test run
  Check coverage in actions without omit
  First cut at an operations run book
  Added fail coverage threshold under 50%
  Added coverage commands to make test and dir to gitignore
2023-04-27 09:01:58 -04:00
Ryan Ahearn
00bfb459ab Merge pull request #239 from GSA/run-book
First cut at an operations run book
2023-04-27 08:54:11 -04:00
Ryan Ahearn
e428824a36 Merge pull request #246 from GSA/audit-logging
Update utils to get logging improvements
2023-04-27 08:39:55 -04:00
Ryan Ahearn
4e6e06e41d Apply suggestions from code review
Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
2023-04-27 08:39:05 -04:00
Ryan Ahearn
b3d33ba4aa Update utils to get logging improvements 2023-04-26 10:45:09 -04:00
Kenneth Kehl
e75f791663 Merge pull request #244 from GSA/notify-243
notify-243 remove statsd
2023-04-25 14:21:09 -07:00
Kenneth Kehl
cd8decbdd7 code review feedback 2023-04-25 14:00:59 -07:00
Kenneth Kehl
001954538e notify-243 remove statsd 2023-04-25 07:50:56 -07:00
Ryan Ahearn
625f6e3f6b Merge pull request #242 from GSA/simplify-proxy-deploy
Deploy bundled proxy instead of building it each time (API)
2023-04-21 12:30:58 -04:00
Ryan Ahearn
26cc90e1f2 Deploy bundled proxy instead of building it each time 2023-04-21 11:57:42 -04:00
Ryan Ahearn
0162d601d1 Merge pull request #240 from GSA/address-owasp-findings
Address moderate and low owasp findings
2023-04-21 11:10:04 -04:00
Ryan Ahearn
c500287a31 Merge pull request #237 from GSA/notify-230
Add coverage report to API
2023-04-19 16:05:45 -04:00
Andrew Shumway
b623caa366 Test actions with 50% threshold 2023-04-19 09:20:22 -06:00
Andrew Shumway
7e4043f85a Test github actions coverage PR fail 2023-04-19 08:56:34 -06:00
Ryan Ahearn
db62e318ca Address moderate and low owasp findings
* CORS headers removed because browsers should not interact with API directly
* Updated error handling to return expected content-type for JSON error messages
2023-04-19 09:27:24 -04:00
Andrew Shumway
cbcb955f1f Moved env: flag under test run 2023-04-18 15:48:10 -06:00
Andrew Shumway
17c6083f6d Check coverage in actions without omit 2023-04-18 14:27:56 -06:00
Ryan Ahearn
0ac1cd9e53 First cut at an operations run book 2023-04-18 16:27:51 -04:00
Andrew Shumway
1047b70792 Added fail coverage threshold under 50% 2023-04-18 13:51:48 -06:00
Andrew Shumway
d8c5c29d2d Added coverage commands to make test and dir to gitignore 2023-04-17 15:56:08 -06:00
Ryan Ahearn
77d54eb557 Add reset state script 2023-04-17 11:36:03 -04:00
Ryan Ahearn
81f36182e8 Merge pull request #232 from GSA/remove-contact-list-upload
Remove contact list upload bucket & db table (API)
2023-04-14 12:05:10 -04:00