Jonathan Bobel
3775148a88
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1050-responsive-header
2024-02-27 12:49:26 -05:00
Carlo Costino
c514214fb0
Merge pull request #1226 from GSA/1225-change-padding-on-recent-batch-tables
...
Quick fix: added padding to td on recent table table
2024-02-27 12:49:23 -05:00
Jonathan Bobel
116953b33f
Adjusting conditional logic to hide responsive menu button if navigation isn't present
2024-02-27 12:42:47 -05:00
Jonathan Bobel
0ba6f6f708
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1050-responsive-header
...
# Conflicts:
# app/templates/views/security.html
2024-02-27 11:55:44 -05:00
Jonathan Bobel
a7db80ab04
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1216-login-gov-pre-sign-in-page
2024-02-27 11:53:57 -05:00
Jonathan Bobel
d5f40dffe1
Commit before merge
2024-02-27 11:53:51 -05:00
Carlo Costino
d3e4e2fd14
Merge pull request #1180 from GSA/449-one-pager-content-updates
...
449 one pager content updates
02-27-2024
2024-02-27 11:24:11 -05:00
Carlo Costino
064c4d662e
Merge pull request #1244 from GSA/Filter-out-empty-notifications
...
Filtered out empty notifications (related to recent batch table)
2024-02-27 11:08:39 -05:00
Carlo Costino
e9f9633287
Fix typo
2024-02-27 11:08:11 -05:00
Jonathan Bobel
2c6e02137b
Updates per Meghan
2024-02-27 11:08:10 -05:00
Carlo Costino
271086a04d
Merge pull request #1177 from GSA/bug-very-small-pricing-content-update
...
Bug - very small content update on pricing page
2024-02-27 10:48:17 -05:00
Carlo Costino
48bf6800f0
Merge pull request #1238 from GSA/e2e-tests-docs
...
Add E2E documentation and clean E2E tests
2024-02-27 10:42:50 -05:00
Jonathan Bobel
3c525b18a5
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1216-login-gov-pre-sign-in-page
2024-02-27 10:26:49 -05:00
Carlo Costino
598643b599
Merge pull request #1223 from GSA/logingovlink
...
enable login.gov link on demo and adjust test
2024-02-26 18:14:21 -05:00
Carlo Costino
6ec0de4b63
One final note about why the test is brittle
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-26 18:07:26 -05:00
Carlo Costino
f8b8dd5fb3
Fix broken test and include note about why
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-26 17:59:18 -05:00
Carlo Costino
92fc35b6f6
Only enable Login.gov link for demo right now
...
We are holding off on production until we have a chance to share more information with pilot partners.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-26 17:47:42 -05:00
Carlo Costino
4e32ef37b6
Adjust connectivity to Login.gov
...
- Adds Login.gov to remaining egress proxies (both prototype and production URLs)
- Swaps links to Login.gov to production environment
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-26 17:47:42 -05:00
Kenneth Kehl
470574e197
enable login.gov link on demo and production and adjust test
2024-02-26 17:47:42 -05:00
Beverly Nguyen
58e252f092
updated Delivery Status title
2024-02-26 12:25:53 -08:00
Kenneth Kehl
f332587b37
handle case where we are trying to build on github and haven't deployed yet
2024-02-26 11:48:06 -08:00
Kenneth Kehl
f245c25e59
merge from main
2024-02-26 11:10:37 -08:00
Kenneth Kehl
141c24e371
add latest version commit hash to footer (notify-admin-204)
2024-02-26 11:07:16 -08:00
Jonathan Bobel
6d05c1ab75
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1216-login-gov-pre-sign-in-page
2024-02-26 11:10:58 -05:00
Jonathan Bobel
fff440a6ff
1216 - sign-in page redesign with login.gov
2024-02-26 11:10:50 -05:00
Beverly Nguyen
66909e9624
added conditional
2024-02-23 17:50:25 -08:00
Beverly Nguyen
039b7cdece
update test
2024-02-23 15:14:54 -08:00
Beverly Nguyen
d08968a348
update test
2024-02-23 15:02:18 -08:00
Beverly Nguyen
fd340ed105
update test
2024-02-23 14:59:25 -08:00
Beverly Nguyen
0981990086
update testing
2024-02-23 14:50:26 -08:00
Carlo Costino
564fc73521
Fixed up documentation to match current state; blackened formatting
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 17:38:47 -05:00
Carlo Costino
5c6a23c873
Undo changes to the landing page test
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 17:10:41 -05:00
Carlo Costino
c891bc1b3f
Another attempt at fixing the landing page test
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 17:02:18 -05:00
Carlo Costino
34d20c4d65
Trying to get landing page test working again
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 16:53:39 -05:00
Beverly Nguyen
fff70d4edc
fixed spacing
2024-02-23 13:37:48 -08:00
Beverly Nguyen
2ee744e56d
fixed spacing
2024-02-23 13:31:49 -08:00
Beverly Nguyen
7fc5b88ea3
updated testing
2024-02-23 13:26:46 -08:00
Carlo Costino
e71351d949
Add E2E documentation and clean E2E tests
...
This changeset adds additional documentation for how to write new E2E tests and cleans up the two existing tests slightly to make better use of the fixtures that are defined.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 16:02:16 -05:00
Carlo Costino
15c1863ab0
Merge pull request #772 from GSA/re-enable-e2e-actions
...
Re-enable E2E GitHub action and get end-to-end tests working
2024-02-23 15:16:08 -05:00
Carlo Costino
fadb8094f6
Merge pull request #1064 from GSA/dependabot/pip/notifications-python-client-9.0.0
...
Bump notifications-python-client from 8.2.0 to 9.0.0
2024-02-23 14:43:28 -05:00
Beverly Nguyen
8ce0091cc8
Merge remote-tracking branch 'origin/main' into 1210-create-confirmation-status-page-the-last-page-in-the-preview-send-flow
2024-02-23 10:09:18 -08:00
Beverly Nguyen
df47a6ea8a
Merge remote-tracking branch 'origin/main' into 1169-display-confirmation-summary-on-the-preview-page
2024-02-23 10:05:53 -08:00
dependabot[bot]
25646c2e2f
Bump notifications-python-client from 8.2.0 to 9.0.0
...
Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client ) from 8.2.0 to 9.0.0.
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alphagov/notifications-python-client/compare/8.2.0...9.0.0 )
---
updated-dependencies:
- dependency-name: notifications-python-client
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 17:18:04 +00:00
Carlo Costino
ffba252773
Merge pull request #1065 from GSA/dependabot/pip/flake8-7.0.0
...
Bump flake8 from 6.1.0 to 7.0.0
2024-02-23 12:11:11 -05:00
dependabot[bot]
c71a7edcfe
Bump flake8 from 6.1.0 to 7.0.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 6.1.0 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 17:01:47 +00:00
Carlo Costino
8e176d5cf5
Merge pull request #1131 from GSA/dependabot/pip/vulture-2.11
...
Bump vulture from 2.10 to 2.11
2024-02-23 11:55:24 -05:00
dependabot[bot]
673df7da3d
Bump vulture from 2.10 to 2.11
...
Bumps [vulture](https://github.com/jendrikseipp/vulture ) from 2.10 to 2.11.
- [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.10...v2.11 )
---
updated-dependencies:
- dependency-name: vulture
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 16:50:02 +00:00
Carlo Costino
5c0cd73d91
Merge pull request #1205 from GSA/dependabot/pip/black-24.2.0
...
Bump black from 23.12.1 to 24.2.0
2024-02-23 11:43:59 -05:00
Carlo Costino
4741b381c2
Adjusting authenticated page fixture
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-23 11:39:14 -05:00
dependabot[bot]
d0c4b505b9
Bump black from 23.12.1 to 24.2.0
...
Bumps [black](https://github.com/psf/black ) from 23.12.1 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/23.12.1...24.2.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 16:35:56 +00:00