Commit Graph

13479 Commits

Author SHA1 Message Date
Jonathan Bobel
031a643b26 Working through the Platform Admin section 2023-08-16 12:49:36 -04:00
Jonathan Bobel
01a319e0be Commit before editing platform admin area 2023-08-16 11:15:23 -04: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
Jonathan Bobel
bad2fd5fe4 Adjusted styles to *not* break tests 2023-08-15 16:45:48 -04:00
Jonathan Bobel
d66ff27bae Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles
# Conflicts:
#	app/assets/stylesheets/main.scss
#	app/templates/views/find-users/user-information.html
#	app/templates/views/two-factor-webauthn.html
#	app/templates/views/user-profile/manage-security-key.html
#	app/templates/views/user-profile/security-keys.html
#	gulpfile.js
2023-08-15 13:29:39 -04:00
Jonathan Bobel
6b22c347da Got the tests to pass, so doing a commit 2023-08-15 13:22:39 -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
Jonathan Bobel
ff33c7c7f9 Fixing tests 2023-08-14 15:29:10 -04:00
Jonathan Bobel
ffafc16430 Fixed a few broken styles in the template search 2023-08-14 15:02:07 -04:00
Jonathan Bobel
68d49fc8dd More updates to checkboxes and radio buttons 2023-08-14 14:30:57 -04:00
Jonathan Bobel
0929a920b7 Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles 2023-08-14 12:33:35 -04:00
Jonathan Bobel
1be305d045 Reworking checkboxes to adhere to USWDS styling 2023-08-14 10:35:11 -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
Jonathan Bobel
fc9667d25b Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles
# Conflicts:
#	app/templates/views/service-settings/set-sms.html
2023-08-08 16:49:56 -04:00
Jonathan Bobel
348e29fb40 - Removed links to the gov uk stylesheets
- Deleted /stylesheets folder
- Removed sass build from gulpfile
- Changed gov links to usa links
- Changed other govuk styles, like breadcrumbs
- Changed name of uk_components file to us_components
- Fixed a few tests that broke on account of the changes
2023-08-08 16:19:17 -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