Steven Reilly
9fc44a352b
Merge branch 'main' into notify-api-387
2023-08-22 17:45:04 -04:00
Steven Reilly
57b0a675ee
Merge pull request #711 from GSA/dependabot/pip/flask-2.3.3
...
Bump flask from 2.3.2 to 2.3.3
2023-08-22 17:43:34 -04:00
dependabot[bot]
d9924ed857
Bump flask from 2.3.2 to 2.3.3
...
Bumps [flask](https://github.com/pallets/flask ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.3.2...2.3.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-22 00:15:09 +00:00
Carlo Costino
77271df2a8
Merge pull request #699 from GSA/tdlowden-sprint-goals
...
Update sprint-goals.md
2023-08-17 17:16:21 -04:00
Carlo Costino
5ada4a5200
Merge pull request #705 from GSA/dependabot/pip/humanize-4.8.0
...
Bump humanize from 4.7.0 to 4.8.0
2023-08-17 10:48:21 -04:00
dependabot[bot]
93cc86b919
Bump humanize from 4.7.0 to 4.8.0
...
Bumps [humanize](https://github.com/python-humanize/humanize ) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/python-humanize/humanize/releases )
- [Commits](https://github.com/python-humanize/humanize/compare/4.7.0...4.8.0 )
---
updated-dependencies:
- dependency-name: humanize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-16 23:59:41 +00:00
Carlo Costino
0d2d11282a
Merge pull request #704 from GSA/notify-admin-703
...
notify-admin-703 remove outdated daily message
2023-08-16 16:22:48 -04:00
Kenneth Kehl
88d55242a6
notify-admin-703 remove outdated daily message
2023-08-16 12:21:01 -07:00
Tim Lowden
b3db38e988
Update sprint-goals.md
2023-08-16 10:49:24 -04:00
Tim Lowden
e44e843614
Update sprint-goals.md
2023-08-16 10:48:48 -04:00
Carlo Costino
01c18c9624
Merge pull request #698 from GSA/dependabot/pip/exceptiongroup-1.1.3
...
Bump exceptiongroup from 1.1.2 to 1.1.3
2023-08-15 09:39:55 -04:00
dependabot[bot]
e472282769
Bump exceptiongroup from 1.1.2 to 1.1.3
...
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup ) from 1.1.2 to 1.1.3.
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst )
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3 )
---
updated-dependencies:
- dependency-name: exceptiongroup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-14 23:59:27 +00:00
Steven Reilly
bc04bccdca
Merge pull request #694 from GSA/switch-to-fips
...
Switch to using FIPS-enabled endpoints
2023-08-14 17:13:52 -04:00
Steven Reilly
1a34c5f6ce
Merge pull request #697 from GSA/remove-webauthn
...
Remove webauthn hooks
2023-08-14 17:06:49 -04:00
Steven Reilly
26a454122c
Merge pull request #684 from GSA/notify-api-386
...
notify-api-386 scan projects for code complexity
2023-08-14 17:06:37 -04:00
Carlo Costino
97dff0a92c
Remove unnecessary ACL config additions
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-14 17:03:18 -04:00
Carlo Costino
9e609efa1c
Remove webauthn hooks
...
This changeset removes webauthn from the Notify.gov admin app. We are not using webauthn at all in our implementation and will be looking at an entirely different authentication system in the near future.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-14 16:59:38 -04:00
Steven Reilly
da4a78a7e2
Merge branch 'main' into notify-api-386
2023-08-14 16:40:46 -04:00
Carlo Costino
a85b98ecb5
Merge pull request #695 from GSA/dependabot/pip/newrelic-8.10.0
...
Bump newrelic from 8.9.0 to 8.10.0
2023-08-11 16:37:02 -04:00
dependabot[bot]
e4dad627df
Bump newrelic from 8.9.0 to 8.10.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v8.9.0...v8.10.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-10 23:43:29 +00:00
Carlo Costino
bb1c90ff34
Fix use of botocore Config object
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-10 18:27:35 -04:00
Carlo Costino
7e7f4245a4
Switch to using FIPS-enabled endpoints
...
This changeset switches AWS service touchpoints to use their FIPS-enabled counterparts. Note that S3 has some specific configuration associated with it.
This changeset also updates our allow ACLs to cover the FIPS-enabled endpoints. We should investigate removing the non-FIPS endpoints as a part of this.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-10 18:05:40 -04:00
Kenneth Kehl
621c381de8
add dead code command to Makefile
2023-08-08 13:16:20 -07:00
Carlo Costino
c0915a619f
Merge pull request #691 from GSA/update-playwright
...
Update Playwright as a dev dependency
2023-08-08 15:57:30 -04:00
Carlo Costino
15745475b9
Update Playwright as a dev dependency
...
This changeset updates Playwright to the latest release. It also modifies it to be correctly identified as a dev dependency with all of the other pytest packages.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-08 15:26:11 -04:00
Kenneth Kehl
d36c70ed16
notify-api-387 scan projects for unused code
2023-08-08 12:12:15 -07:00
Kenneth Kehl
5afecc2210
undo change to github workflow because I don't have permission
2023-08-08 11:02:33 -07:00
Kenneth Kehl
b92f386290
notify-api-387 scan projects for unused code
2023-08-08 11:00:09 -07:00
Carlo Costino
382d263972
Merge pull request #671 from GSA/tdlowden-patch-1
...
Update sprint-goals.md
2023-08-08 12:05:28 -04:00
Carlo Costino
00d9b324dc
Merge pull request #688 from GSA/notify-admin-687
...
notify-admin-687 settings/send text messages changes
2023-08-08 11:59:01 -04:00
Tim Lowden
08fef34c5e
Update sprint-goals.md
2023-08-08 11:54:06 -04:00
Kenneth Kehl
47ab69c4ec
notify-admin-687 settings/send text messages changes
2023-08-08 07:53:06 -07:00
Kenneth Kehl
4dd3679c4f
change failure to be C, D, or F
2023-08-07 10:58:32 -07:00
Kenneth Kehl
1ddc821dd1
notify-api-386 scan projects for code complexity
2023-08-07 10:41:07 -07:00
Carlo Costino
1a1ca0a7c9
Merge pull request #683 from GSA/production
...
Demo and Production deploy for 8/7/2023
2023-08-07 12:35:41 -04:00
Kenneth Kehl
7637695417
Merge pull request #665 from GSA/dependabot/pip/flake8-6.1.0
...
Bump flake8 from 6.0.0 to 6.1.0
2023-08-07 08:35:23 -07:00
Carlo Costino
4897658fd0
Merge branch 'main' into production
2023-08-07 11:17:15 -04:00
Kenneth Kehl
d5f9fb15d7
fix test for flake8
2023-08-07 08:07:36 -07:00
Carlo Costino
9c384c1183
Merge pull request #682 from GSA/668-change-UK-to-US-international-phone-number
...
Changed UK to US for sending international phone numbers
2023-08-04 14:54:12 -04:00
Steven Reilly
5314d82799
Merge pull request #681 from GSA/666-fix-template-bar-length
...
Removing the section that calculated the count bar for templates
2023-08-04 14:33:29 -04:00
Jonathan Bobel
ec14370b5a
Changed UK to US for sending international phone numbers
2023-08-04 14:32:25 -04:00
Jonathan Bobel
d9e5709a0f
Removing the section that calculated the count bar for templates and simplified
2023-08-04 14:23:19 -04:00
Carlo Costino
d430bea3ee
Merge pull request #675 from GSA/636-remove-uk-requirements
...
Changed link to email notify support instead of going to request to go live page
2023-08-03 16:42:21 -04:00
Jonathan Bobel
0675749b0c
Merge branch 'main' of https://github.com/GSA/notifications-admin into 636-remove-uk-requirements
2023-08-03 14:54:09 -04:00
Jonathan Bobel
74c1bb3baf
Changed link to email address instead, adjusted test to reflect
2023-08-03 14:46:36 -04:00
dependabot[bot]
0188bf1cf2
Bump flake8 from 6.0.0 to 6.1.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 6.0.0 to 6.1.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-03 15:55:17 +00:00
Carlo Costino
41d1d055a4
Merge pull request #672 from GSA/stvnrlly/update-cryptography
...
Update lockfile to resolve pip-audit finding
2023-08-03 11:29:39 -04:00
Carlo Costino
ab92764840
Remove unused HTTP response header
...
See https://github.com/wntrblm/flask-talisman/issues/27 for more details
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-03 11:13:18 -04:00
Carlo Costino
6972290064
Updated Pipfile.lock with missing dev dependencies
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-03 09:58:57 -04:00
stvnrlly
8438c59064
include dev dependencies in update
2023-08-02 17:01:30 -04:00