Kenneth Kehl
86ac810fff
initial for login.gov integration
2023-10-18 15:18:37 -07:00
Carlo Costino
df3cdaf93e
Merge pull request #875 from GSA/dependabot/pip/urllib3-1.26.18
...
Bump urllib3 from 1.26.17 to 1.26.18
2023-10-18 11:56:00 -04:00
dependabot[bot]
588245f9f5
Bump urllib3 from 1.26.17 to 1.26.18
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-18 01:23:16 +00:00
Carlo Costino
962fce3c7b
Merge pull request #868 from GSA/dependabot/pip/moto-4.2.6
...
Bump moto from 4.2.5 to 4.2.6
2023-10-17 11:55:04 -04:00
dependabot[bot]
1c75f9abeb
Bump moto from 4.2.5 to 4.2.6
...
Bumps [moto](https://github.com/getmoto/moto ) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/getmoto/moto/releases )
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getmoto/moto/compare/4.2.5...4.2.6 )
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-16 23:16:41 +00:00
Steven Reilly
17100a24b8
Merge pull request #748 from GSA/update-test-config
...
Update and cleanup our test configuration
2023-10-12 11:55:19 -04:00
Carlo Costino
85f0a31505
Updated poetry.lock file after rebasing with more dependency updates.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:27:26 -04:00
Carlo Costino
7163f813ce
Fix malformed tuples
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:26:01 -04:00
Carlo Costino
35ecd7006a
Finally finished linting all the tests!
...
...Now to fix the ones I broke... :lolsob:
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:26:01 -04:00
Carlo Costino
f5a5fbc926
Updated more tests with linting fixes
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:26:01 -04:00
Carlo Costino
9a4afe44bb
More test config updates
...
Note that this commit has some failing tests with it that also needed to be fixed; it is unclear why they are failing at the moment, though.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:26:00 -04:00
Carlo Costino
d2411e6cbe
Updated a few more tests
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:49 -04:00
Carlo Costino
9031d0cb97
A few more tests taken care of.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:49 -04:00
Carlo Costino
acb70b43cd
Reformatted and cleaned up more tests.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
72c8a46b8c
Reformatted a handful more tests
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
23f894581c
More test cleanup
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
06fab2dd03
Ignoring two specific warnings about wrong values type
...
The test makes use of list item unpacking and expects the parameter data structure to allow for that. It does not make sense to modify the code in this case just to make test format linting pass.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
95ba7c3099
More formatting fixes for tests
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
47695b97d3
Address flake8-pytest-style issues with conftest.py
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Carlo Costino
73590840ee
Update and cleanup our test configuration
...
This changeset updates a few of the testing and linting dependencies and makes several adjustments to cleanup and improve our tests and test configuration.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:44 -04:00
Carlo Costino
86a19c945e
Merge pull request #750 from GSA/notify-678
...
Notify 678
2023-10-12 10:16:52 -04:00
Carlo Costino
a46a21a519
Revert recent changes for window location updates
...
There are a few other things at play that will require more investigation at a future date:
- Why window.location.assign() or history.pushState() do not work
- If any other config or polyfills are needed with JSDOM
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:00:30 -04:00
Carlo Costino
4fff35590b
Attempt at fixing sign-out link after session expires
...
Note that this still does not seem to work; needs more investigation, but not a showstopper for the feature going out!
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-11 17:10:53 -04:00
Carlo Costino
d4d36087d4
Swapped resetting window.location.href to using window.location.assign
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-11 15:48:30 -04:00
Andrew Shumway
4effd7df06
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
2023-10-11 11:07:34 -06:00
Carlo Costino
d12faf6cd8
Merge pull request #839 from GSA/dependabot/pip/flask-wtf-1.2.1
...
Bump flask-wtf from 1.1.1 to 1.2.1
2023-10-11 11:02:19 -04:00
dependabot[bot]
27ff29d0db
Bump flask-wtf from 1.1.1 to 1.2.1
...
Bumps [flask-wtf](https://github.com/wtforms/flask-wtf ) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/wtforms/flask-wtf/releases )
- [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst )
- [Commits](https://github.com/wtforms/flask-wtf/compare/v1.1.1...v1.2.1 )
---
updated-dependencies:
- dependency-name: flask-wtf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 14:32:40 +00:00
Carlo Costino
ceedff4d0e
Merge pull request #852 from GSA/dependabot/pip/vulture-2.10
...
Bump vulture from 2.9.1 to 2.10
2023-10-11 10:29:52 -04:00
dependabot[bot]
a2ece1554c
Bump vulture from 2.9.1 to 2.10
...
Bumps [vulture](https://github.com/jendrikseipp/vulture ) from 2.9.1 to 2.10.
- [Release notes](https://github.com/jendrikseipp/vulture/releases )
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jendrikseipp/vulture/compare/v2.9.1...v2.10 )
---
updated-dependencies:
- dependency-name: vulture
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 14:12:14 +00:00
Carlo Costino
d55b614b2b
Merge pull request #853 from GSA/dependabot/pip/blinker-1.6.3
...
Bump blinker from 1.6.2 to 1.6.3
2023-10-11 10:10:20 -04:00
dependabot[bot]
b94fb8a867
Bump blinker from 1.6.2 to 1.6.3
...
Bumps [blinker](https://github.com/pallets-eco/blinker ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/pallets-eco/blinker/releases )
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets-eco/blinker/compare/1.6.2...1.6.3 )
---
updated-dependencies:
- dependency-name: blinker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 13:58:56 +00:00
Carlo Costino
8445906fa1
Merge pull request #854 from GSA/dependabot/pip/pytest-playwright-0.4.3
...
Bump pytest-playwright from 0.4.2 to 0.4.3
2023-10-11 09:54:18 -04:00
Andrew Shumway
76f9c5e6ab
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
2023-10-10 11:00:37 -06:00
Carlo Costino
ce9fdc693f
Merge pull request #856 from GSA/819-make-template-help-more-prominent
...
819 make template help more prominent
2023-10-10 11:48:50 -04:00
Jonathan Bobel
db201eeda9
Small styling updates
2023-10-10 11:23:19 -04:00
Jonathan Bobel
5d0eb7d211
819 - Make template help more prominent
2023-10-10 11:07:08 -04:00
dependabot[bot]
0ef554674a
Bump pytest-playwright from 0.4.2 to 0.4.3
...
Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases )
- [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.2...v0.4.3 )
---
updated-dependencies:
- dependency-name: pytest-playwright
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 00:01:02 +00:00
Carlo Costino
4c833a4360
Merge pull request #850 from GSA/816-change-prepare-to-send-button
...
816 - Change "Prepare to send" button text
2023-10-06 13:34:37 -04:00
Jonathan Bobel
57ec11d7c5
816 - Change "Prepare to send" button text
2023-10-06 13:13:18 -04:00
Carlo Costino
9e47062aa7
Merge pull request #840 from GSA/dependabot/pip/coverage-7.3.2
...
Bump coverage from 7.3.1 to 7.3.2
2023-10-06 12:48:24 -04:00
dependabot[bot]
d34249ff8b
Bump coverage from 7.3.1 to 7.3.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.3.1...7.3.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-06 16:23:26 +00:00
Carlo Costino
f1cdb79475
Merge pull request #841 from GSA/dependabot/pip/moto-4.2.5
...
Bump moto from 4.2.4 to 4.2.5
2023-10-06 12:20:11 -04:00
Carlo Costino
124d342b39
Merge pull request #846 from GSA/822-restrict-international-message-service
...
822 - restrict international message services
2023-10-06 12:18:17 -04:00
Carlo Costino
3a4e3889c0
Merge pull request #849 from GSA/814-error-message-CSV
...
814 error message csv
2023-10-06 12:17:07 -04:00
Jonathan Bobel
af2da54ffc
Decided not to use the template and include the USWDS alert one-by-one
2023-10-06 11:31:28 -04:00
Jonathan Bobel
fd196c6534
814 - Adding alert component to CSV error area
2023-10-05 16:20:37 -04:00
Jonathan Bobel
afe6e9c11a
822 - restrict international message services
2023-10-04 14:40:21 -04:00
Andrew Shumway
643e1ef1b6
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
2023-10-03 14:37:04 -06:00
Carlo Costino
838f643b18
Merge pull request #845 from GSA/821-remove-table-header
...
821 - removing a few headers and adjusting the tests
2023-10-03 16:08:51 -04:00
Carlo Costino
206165499f
Merge pull request #844 from GSA/835-new-template-wording
...
835 - Change "new template" wording
2023-10-03 16:08:02 -04:00