ccostino
69c8bbc6b7
Merge pull request #2615 from GSA/poetry
...
upgrade poetry to 2.1.3
2025-05-30 11:50:27 -04:00
Carlo Costino
6a606a467e
Update bootstrap-with-git-hooks command
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-30 11:06:45 -04:00
ccostino
3d44e76383
Update .github/workflows/checks.yml
...
Removing extraneous vulnerability ignore config.
2025-05-30 10:57:24 -04:00
Kenneth Kehl
038f4e294a
merge from main
2025-05-29 14:46:02 -07:00
Beverly Nguyen
9aa7138902
Merge pull request #2621 from GSA/2562-search-name-and-email-within-team-settings
...
Improving the UX on the team members page
2025-05-29 14:01:36 -07:00
Beverly Nguyen
86cd481786
Merge pull request #2625 from GSA/ui_issue
...
fix ui spacing
2025-05-29 14:00:54 -07:00
Beverly Nguyen
b3e09219a8
fix test
2025-05-29 13:02:48 -07:00
Beverly Nguyen
31293557ef
-Previously, the template would show nothing if a user didn't have a name set. Now it falls back to displaying the email address.
...
-Added padding-x-2 class to the "Change details"
2025-05-29 12:17:59 -07:00
Kenneth Kehl
3fe74bea54
add exclusion
2025-05-29 11:25:01 -07:00
Kenneth Kehl
6aa84305f6
code review feedback
2025-05-29 11:19:22 -07:00
Kenneth Kehl
06f0eaa3c7
change to padding class
2025-05-29 10:38:37 -07:00
Beverly Nguyen
5c927d009b
Merge branch 'main' into 2562-search-name-and-email-within-team-settings
2025-05-29 09:51:59 -07:00
Alex Janousek
bbd19bb513
Merge pull request #2624 from GSA/dependabot/pip/phonenumbers-9.0.6
...
Bump phonenumbers from 9.0.5 to 9.0.6
2025-05-29 12:36:33 -04:00
Kenneth Kehl
8b2139727e
add README comments about poetry upgrades
2025-05-29 08:49:38 -07:00
Kenneth Kehl
e95740b52b
fix ui spacing
2025-05-29 07:14:32 -07:00
dependabot[bot]
bb90f81571
Bump phonenumbers from 9.0.5 to 9.0.6
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 9.0.5 to 9.0.6.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.5...v9.0.6 )
---
updated-dependencies:
- dependency-name: phonenumbers
dependency-version: 9.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-29 09:44:21 +00:00
Alex Janousek
45ce6d8e8e
Merge pull request #2623 from GSA/dependabot/pip/redis-6.2.0
...
Bump redis from 6.1.0 to 6.2.0
2025-05-29 05:42:18 -04:00
Beverly Nguyen
f824549e18
Merge pull request #2622 from GSA/ignore-redis-false-report
...
Updated pip-audit ignore-vulns
2025-05-28 17:49:19 -07:00
dependabot[bot]
dabba6b696
Bump redis from 6.1.0 to 6.2.0
...
Bumps [redis](https://github.com/redis/redis-py ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-28 23:53:56 +00:00
Carlo Costino
ba0daeaf76
Updated pip-audit ignore-vulns
...
This changeset updates the PYSEC notices to ignore to due versions that either cannot be fixed or are false positives. Specifically, this changeset removes previously ignored vulnerability reports and adds PYSEC-2023-312 to the list because it is a false positive and refers to Redis itself, not the Python Redis client (see https://github.com/pypa/advisory-database/issues/237 for details).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-28 17:37:04 -04:00
Beverly Nguyen
9bd81fa314
Removed margin
2025-05-28 12:02:24 -07:00
Beverly Nguyen
f5690c3384
Added a "No results found"
2025-05-28 11:59:54 -07:00
Alex Janousek
e950e87ded
Merge pull request #2620 from GSA/dependabot/npm_and_yarn/babel/core-7.27.3
...
Bump @babel/core from 7.27.1 to 7.27.3
2025-05-28 10:00:26 -04:00
Alex Janousek
32eb6c1e8f
Merge pull request #2619 from GSA/dependabot/pip/pytest-mock-3.14.1
...
Bump pytest-mock from 3.14.0 to 3.14.1
2025-05-28 10:00:15 -04:00
Alex Janousek
39b9cc08a3
Merge pull request #2618 from GSA/dependabot/pip/moto-5.1.5
...
Bump moto from 5.1.4 to 5.1.5
2025-05-28 10:00:05 -04:00
dependabot[bot]
2d92038f53
Bump @babel/core from 7.27.1 to 7.27.3
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.27.1 to 7.27.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.27.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 23:59:32 +00:00
dependabot[bot]
8aa074114e
Bump pytest-mock from 3.14.0 to 3.14.1
...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock ) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.14.1 )
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-version: 3.14.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 23:41:12 +00:00
dependabot[bot]
e1e9ba691b
Bump moto from 5.1.4 to 5.1.5
...
Bumps [moto](https://github.com/getmoto/moto ) from 5.1.4 to 5.1.5.
- [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/5.1.4...5.1.5 )
---
updated-dependencies:
- dependency-name: moto
dependency-version: 5.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 23:40:15 +00:00
Kenneth Kehl
665d7b543b
upgrade poetry to 2.1.3
2025-05-27 12:44:28 -07:00
Kenneth Kehl
7ba4f3658e
upgrade poetry to 2.1.3
2025-05-27 12:32:54 -07:00
Kenneth Kehl
0afc93958c
upgrade poetry to 2.1.3
2025-05-27 12:25:52 -07:00
Kenneth Kehl
d27bc213d4
upgrade poetry to 2.1.3
2025-05-27 12:00:46 -07:00
Kenneth Kehl
589c01ed75
upgrade poetry to 2.1.3
2025-05-27 11:41:33 -07:00
Kenneth Kehl
29db4dcf4d
upgrade poetry to 2.1.3
2025-05-27 11:34:11 -07:00
Alex Janousek
0ad1b09763
Merge pull request #2609 from GSA/dependabot/pip/cachetools-6.0.0
...
Bump cachetools from 5.5.2 to 6.0.0
2025-05-27 14:06:17 -04:00
dependabot[bot]
e8e971ed87
Bump cachetools from 5.5.2 to 6.0.0
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 5.5.2 to 6.0.0.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v6.0.0 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 18:00:16 +00:00
Alex Janousek
30785f022c
Merge pull request #2612 from GSA/dependabot/pip/freezegun-1.5.2
...
Bump freezegun from 1.5.1 to 1.5.2
2025-05-27 13:58:15 -04:00
dependabot[bot]
776dabc750
Bump freezegun from 1.5.1 to 1.5.2
...
Bumps [freezegun](https://github.com/spulec/freezegun ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/spulec/freezegun/releases )
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG )
- [Commits](https://github.com/spulec/freezegun/compare/1.5.1...1.5.2 )
---
updated-dependencies:
- dependency-name: freezegun
dependency-version: 1.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 17:52:22 +00:00
Alex Janousek
8be4538dbe
Merge pull request #2608 from GSA/dependabot/npm_and_yarn/uswds/uswds-3.13.0
...
Bump @uswds/uswds from 3.12.0 to 3.13.0
2025-05-27 13:50:52 -04:00
Alex Janousek
0ea2043796
Merge pull request #2613 from GSA/dependabot/pip/pytest-xdist-3.7.0
...
Bump pytest-xdist from 3.6.1 to 3.7.0
2025-05-27 13:50:15 -04:00
Alex Janousek
0f0a593998
Merge pull request #2610 from GSA/dependabot/pip/coverage-7.8.2
...
Bump coverage from 7.8.1 to 7.8.2
2025-05-27 12:51:19 -04:00
Alex Janousek
3924029211
Merge pull request #2614 from GSA/dependabot/npm_and_yarn/rollup-4.41.1
...
Bump rollup from 4.41.0 to 4.41.1
2025-05-27 12:49:37 -04:00
ccostino
69cd75b7c0
Merge pull request #2607 from GSA/e2e
...
fix the download report end to end test
2025-05-27 11:11:13 -04:00
Kenneth Kehl
1c048e140c
merge from main
2025-05-27 08:03:29 -07:00
Kenneth Kehl
abf7f1b4c7
revert poetry.lock
2025-05-27 08:01:06 -07:00
dependabot[bot]
ef6eeb6e2e
Bump pytest-xdist from 3.6.1 to 3.7.0
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.7.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-version: 3.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 14:50:12 +00:00
ccostino
134dde7899
Merge pull request #2611 from GSA/dependabot/pip/cryptography-45.0.3
...
Bump cryptography from 45.0.2 to 45.0.3
2025-05-27 10:48:08 -04:00
dependabot[bot]
9f647e5e81
Bump rollup from 4.41.0 to 4.41.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.41.0 to 4.41.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.41.0...v4.41.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.41.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 00:02:39 +00:00
dependabot[bot]
99b1ad6af3
Bump cryptography from 45.0.2 to 45.0.3
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 45.0.2 to 45.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/45.0.2...45.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 23:58:36 +00:00
dependabot[bot]
044dc90f6e
Bump coverage from 7.8.1 to 7.8.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.1 to 7.8.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.8.1...7.8.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-23 23:56:56 +00:00
dependabot[bot]
3286e87096
Bump @uswds/uswds from 3.12.0 to 3.13.0
...
Bumps [@uswds/uswds](https://github.com/uswds/uswds ) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/uswds/uswds/releases )
- [Commits](https://github.com/uswds/uswds/compare/v3.12.0...v3.13.0 )
---
updated-dependencies:
- dependency-name: "@uswds/uswds"
dependency-version: 3.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-23 23:31:27 +00:00
Kenneth Kehl
40ece121b1
e2e
2025-05-23 11:07:30 -07:00
Kenneth Kehl
94c465f78c
e2e
2025-05-23 10:51:13 -07:00
Alex Janousek
067a5efdc1
Merge pull request #2605 from GSA/dependabot/npm_and_yarn/uswds/compile-1.3.1
...
Bump @uswds/compile from 1.2.2 to 1.3.1
2025-05-23 12:51:55 -04:00
ccostino
db885d14ec
Merge pull request #2594 from GSA/sheevdave-patch-2
...
Update manual_qa_template.yml
2025-05-23 10:48:03 -04:00
Carlo Costino
757803312d
Tweaked a couple more of the steps to be in line with the current sign in/out flow
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-23 10:39:39 -04:00
dependabot[bot]
0ec9805bcc
Bump @uswds/compile from 1.2.2 to 1.3.1
...
Bumps [@uswds/compile](https://github.com/uswds/uswds-compile ) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/uswds/uswds-compile/releases )
- [Commits](https://github.com/uswds/uswds-compile/compare/v1.2.2...v1.3.1 )
---
updated-dependencies:
- dependency-name: "@uswds/compile"
dependency-version: 1.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-22 23:06:08 +00:00
ccostino
316e8d8807
Merge pull request #2598 from GSA/update_csp
...
updating csp and test
2025-05-22 15:20:56 -04:00
Beverly Nguyen
790fe2d6f9
update csp using variables and testing
2025-05-22 12:03:18 -07:00
Alex Janousek
c2c57e72d5
Merge pull request #2597 from GSA/dependabot/pip/coverage-7.8.1
...
Bump coverage from 7.8.0 to 7.8.1
2025-05-22 07:37:35 -04:00
Beverly Nguyen
444800fbda
flake8
2025-05-21 17:23:30 -07:00
Beverly Nguyen
cb2ad27d1c
updating csp and test
2025-05-21 17:03:35 -07:00
dependabot[bot]
1cbcc0b150
Bump coverage from 7.8.0 to 7.8.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.0 to 7.8.1.
- [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.8.0...7.8.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-21 23:19:49 +00:00
Sheev Davé
cc6d820277
Merge pull request #2596 from GSA/typo-fixes
...
Clean up typos
2025-05-21 14:10:26 -07:00
Carlo Costino
206247f543
Clean up typos
...
This changeset cleans up a variety of typos that were found and submitted in PR #2588 ; we cannot directly accept external contributions, but we appreciate the flagging of things like this!
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-21 17:01:01 -04:00
Sheev Davé
6cc152c07c
Update manual_qa_template.yml
...
Deleted 2FA directions since that's directly managed by login.gov
2025-05-21 13:06:03 -07:00
Alex Janousek
45b4cdac56
Merge pull request #2585 from GSA/dependabot/pip/shapely-2.1.1
...
Bump shapely from 2.1.0 to 2.1.1
2025-05-21 14:51:29 -04:00
dependabot[bot]
0f9836aa8b
Bump shapely from 2.1.0 to 2.1.1
...
Bumps [shapely](https://github.com/shapely/shapely ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/shapely/shapely/releases )
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt )
- [Commits](https://github.com/shapely/shapely/compare/2.1.0...2.1.1 )
---
updated-dependencies:
- dependency-name: shapely
dependency-version: 2.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-21 18:45:09 +00:00
ccostino
1634201150
Merge pull request #2592 from GSA/dependabot/pip/click-8.2.1
...
Bump click from 8.2.0 to 8.2.1
2025-05-21 14:43:10 -04:00
dependabot[bot]
8d880bdfec
Bump click from 8.2.0 to 8.2.1
...
Bumps [click](https://github.com/pallets/click ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.2.0...8.2.1 )
---
updated-dependencies:
- dependency-name: click
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-21 14:05:49 +00:00
Alex Janousek
98d1519844
Merge pull request #2584 from GSA/dependabot/pip/numpy-2.2.6
...
Bump numpy from 2.2.5 to 2.2.6
2025-05-21 10:03:42 -04:00
dependabot[bot]
c00e8c9ecd
Bump numpy from 2.2.5 to 2.2.6
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.2.5...v2.2.6 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-20 21:28:43 +00:00
Alex Janousek
0713f69ec9
Merge pull request #2583 from GSA/dependabot/npm_and_yarn/rollup-4.41.0
...
Bump rollup from 4.40.2 to 4.41.0
2025-05-20 17:27:29 -04:00
Alex Janousek
26677f116f
Merge pull request #2586 from GSA/dependabot/pip/cryptography-45.0.2
...
Bump cryptography from 44.0.3 to 45.0.2
2025-05-20 17:26:43 -04:00
ccostino
5dcf967941
Merge pull request #2582 from GSA/2581-adding-api_public_url-to-env
...
Add API_PUBLIC_URL environment variable for public API access
2025-05-20 16:27:51 -04:00
ccostino
e658ed2584
Merge pull request #2590 from GSA/update-dependabot
...
Updated review and assignee name for dependabot
2025-05-20 16:17:23 -04:00
Beverly Nguyen
1b6894139d
Fix formatting
2025-05-20 10:27:07 -07:00
Beverly Nguyen
2459ecd715
Fix formatting
2025-05-20 10:26:54 -07:00
Beverly Nguyen
8079a95c7a
fix testing
2025-05-20 10:17:31 -07:00
alexjanousekGSA
802bda5169
Merge branch 'main' into update-dependabot
2025-05-20 13:11:17 -04:00
alexjanousekGSA
3b8b38d6ad
Updated review and assignee name for dependabot
2025-05-20 09:51:11 -04:00
Beverly Nguyen
bc2738a97a
Added API_PUBLIC_URL to GitHub Secrets and updated deploy workflows with new API_PUBLIC_URL
2025-05-19 17:22:28 -07:00
dependabot[bot]
0a42b1202d
Bump cryptography from 44.0.3 to 45.0.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.3 to 45.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 23:23:01 +00:00
dependabot[bot]
a0b4a2124a
Bump rollup from 4.40.2 to 4.41.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.40.2 to 4.41.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.40.2...v4.41.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 23:16:08 +00:00
Beverly Nguyen
3c1574d070
Add API_PUBLIC_URL environment variable for public API access
...
- Added API_PUBLIC_URL to deploy-config and manifest.yml
- Updated app config to load API_PUBLIC_URL from environment
- Used API_PUBLIC_URL in CSP configuration for connect-src
2025-05-19 14:41:41 -07:00
Beverly Nguyen
a7787cb919
Merge pull request #2578 from GSA/2568-css-cleanup
...
2568 - Clean up CSS
2025-05-19 10:06:32 -07:00
Alex Janousek
2a4d8abc26
Merge pull request #2580 from GSA/dependabot/npm_and_yarn/sass-embedded-1.89.0
...
Bump sass-embedded from 1.88.0 to 1.89.0
2025-05-19 12:47:46 -04:00
dependabot[bot]
17c12481c9
Bump sass-embedded from 1.88.0 to 1.89.0
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.88.0 to 1.89.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.88.0...1.89.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.89.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-16 23:52:24 +00:00
Jonathan Bobel
3788fe7a91
Update radioSelect.test.js
2025-05-15 12:48:01 -04:00
Jonathan Bobel
39682c4c50
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2568-css-cleanup
2025-05-15 12:28:17 -04:00
Alex Janousek
bca36e1d9b
Merge pull request #2571 from GSA/dependabot/pip/click-8.2.0
...
Bump click from 8.1.8 to 8.2.0
2025-05-15 11:52:11 -04:00
dependabot[bot]
20fcf8fa3b
Bump click from 8.1.8 to 8.2.0
...
Bumps [click](https://github.com/pallets/click ) from 8.1.8 to 8.2.0.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.8...8.2.0 )
---
updated-dependencies:
- dependency-name: click
dependency-version: 8.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-15 15:45:45 +00:00
Alex Janousek
c8904e7d70
Merge pull request #2574 from GSA/dependabot/pip/exceptiongroup-1.3.0
...
Bump exceptiongroup from 1.2.2 to 1.3.0
2025-05-15 11:43:41 -04:00
dependabot[bot]
0e724eda99
Bump exceptiongroup from 1.2.2 to 1.3.0
...
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases )
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst )
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.2.2...1.3.0 )
---
updated-dependencies:
- dependency-name: exceptiongroup
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-15 15:36:13 +00:00
Alex Janousek
6fc16db52b
Merge pull request #2558 from GSA/2554-add-cancel-button-and-modal-to-preview-send-page
...
2554 add cancel button and modal to preview send page
2025-05-15 11:34:35 -04:00
Alex Janousek
23cb68e3bc
Merge pull request #2567 from GSA/2211-update-language-regarding-auto-refresh
...
2211 - Update content to inform user of page refresh
2025-05-15 11:34:14 -04:00
Alex Janousek
d43bf48686
Merge pull request #2573 from GSA/dependabot/npm_and_yarn/sass-embedded-1.88.0
...
Bump sass-embedded from 1.87.0 to 1.88.0
2025-05-15 11:33:52 -04:00
Alex Janousek
9d57ac0294
Merge pull request #2577 from GSA/dependabot/pip/redis-6.1.0
...
Bump redis from 5.2.1 to 6.1.0
2025-05-15 11:31:49 -04:00
Jonathan Bobel
f8c47f0194
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2554-add-cancel-button-and-modal-to-preview-send-page
2025-05-14 17:01:56 -04:00
Jonathan Bobel
28f9c3d9ff
Update radioSelect.js
2025-05-14 16:16:45 -04:00
ccostino
e8c0f985c7
Merge pull request #2576 from GSA/2570-bug-messages-are-not-being-sent-with-personalizationvariables
...
reverting PR #2484 because it breaks personalization
2025-05-14 13:14:56 -04:00
Beverly Nguyen
8aa7a63f55
reformatted
2025-05-14 10:08:02 -07:00
Beverly Nguyen
3f944e2447
flake8
2025-05-14 10:07:29 -07:00
Beverly Nguyen
bd884012d4
added a second test to preserve the \r\n formatting for line endings
2025-05-14 09:58:52 -07:00
Beverly Nguyen
ecbde5ab1f
Merge branch 'main' into 2570-bug-messages-are-not-being-sent-with-personalizationvariables
2025-05-14 09:49:27 -07:00
Jonathan Bobel
33cfbe13dd
Update test_manage_users.py
2025-05-14 11:07:12 -04:00
Jonathan Bobel
81db86b463
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2568-css-cleanup
2025-05-14 10:31:26 -04:00
dependabot[bot]
c5d8792161
Bump redis from 5.2.1 to 6.1.0
...
Bumps [redis](https://github.com/redis/redis-py ) from 5.2.1 to 6.1.0.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v5.2.1...v6.1.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-14 13:41:23 +00:00
Cliff Hill
3d07e6f898
Merge pull request #2575 from GSA/dependabot/pip/flask-3.1.1
...
Bump flask from 3.1.0 to 3.1.1
2025-05-14 09:39:14 -04:00
ccostino
1a1f9a2ab4
Merge pull request #2572 from GSA/dependabot/pip/newrelic-10.12.0
...
Bump newrelic from 10.11.0 to 10.12.0
2025-05-14 09:03:32 -04:00
Beverly Nguyen
4728ee20e8
reverting pr 2484 because it breaks personalization
2025-05-13 15:35:31 -07:00
dependabot[bot]
9e63f9b096
Bump flask from 3.1.0 to 3.1.1
...
Bumps [flask](https://github.com/pallets/flask ) from 3.1.0 to 3.1.1.
- [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/3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-13 20:43:45 +00:00
Jonathan Bobel
ecfde62648
2568 - Clean up CSS
2025-05-13 16:20:30 -04:00
dependabot[bot]
be0dcd103f
Bump sass-embedded from 1.87.0 to 1.88.0
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.87.0 to 1.88.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.87.0...1.88.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.88.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-13 00:18:34 +00:00
dependabot[bot]
17544c4b98
Bump newrelic from 10.11.0 to 10.12.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.11.0 to 10.12.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.11.0...v10.12.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-version: 10.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-13 00:14:30 +00:00
ccostino
83515cd321
Merge pull request #2569 from GSA/pin-egress-proxy
...
Pin egress proxy release
2025-05-12 14:30:16 -04:00
Alex Janousek
d1d3a0d426
Merge pull request #2566 from GSA/dependabot/pip/phonenumbers-9.0.5
...
Bump phonenumbers from 9.0.4 to 9.0.5
2025-05-12 14:11:03 -04:00
Carlo Costino
8b6edf93db
Pin egress proxy release
...
This changeset pins the egress proxy to a previous release to help troubleshoot a potential issue with the underlying Caddy server update.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-12 12:51:00 -04:00
Amy Ashida
f64a9a0072
Adding best practice doc
2025-05-09 15:47:52 -10:00
Jonathan Bobel
0ff42e4561
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2211-update-language-regarding-auto-refresh
2025-05-09 11:10:22 -04:00
Jonathan Bobel
80314ad76d
Update test_jobs.py
2025-05-09 11:06:39 -04:00
dependabot[bot]
b017a3c1e6
Bump phonenumbers from 9.0.4 to 9.0.5
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 9.0.4 to 9.0.5.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.4...v9.0.5 )
---
updated-dependencies:
- dependency-name: phonenumbers
dependency-version: 9.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-08 23:05:58 +00:00
ccostino
6193125492
Merge pull request #2564 from GSA/fix-noproxy
...
Update no_proxy environment variable
2025-05-08 18:01:09 -04:00
Carlo Costino
0b6e52349d
Update no_proxy environment variable
...
This changeset updates the no_proxy environment variable to allow S3 through.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-08 17:04:24 -04:00
Jonathan Bobel
96cbebefed
2211 - Update content to inform user of page refresh
2025-05-08 14:33:36 -04:00
Jonathan Bobel
9b8d0c2b2f
Update ok.html
2025-05-07 15:26:14 -04:00
Jonathan Bobel
abb3ba64d9
Updates to the cancel modal
2025-05-07 15:06:39 -04:00
Jonathan Bobel
be038daa0a
Create notifyModal.test.js
2025-05-07 11:16:00 -04:00
Jonathan Bobel
abf822cf39
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2554-add-cancel-button-and-modal-to-preview-send-page
2025-05-07 11:15:58 -04:00
Jonathan Bobel
63d96d46b8
2554 - Adding cancel button to Send Message flow
2025-05-07 11:08:03 -04:00
Alex Janousek
5cd703eb2f
Merge pull request #2555 from GSA/dependabot/npm_and_yarn/rollup-4.40.2
...
Bump rollup from 4.40.1 to 4.40.2
2025-05-07 10:01:28 -04:00
Alex Janousek
2c08d638a0
Merge pull request #2556 from GSA/dependabot/npm_and_yarn/babel/preset-env-7.27.2
...
Bump @babel/preset-env from 7.27.1 to 7.27.2
2025-05-07 10:01:02 -04:00
dependabot[bot]
b9e08a5bc8
Bump @babel/preset-env from 7.27.1 to 7.27.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.27.1 to 7.27.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.27.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-06 23:43:29 +00:00
dependabot[bot]
540ee74243
Bump rollup from 4.40.1 to 4.40.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.40.1 to 4.40.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.40.1...v4.40.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.40.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-06 23:43:12 +00:00
Alex Janousek
ac69799108
Merge pull request #2553 from GSA/bugfix/virtualenv-downgrade
...
Updating virtualenv to specific version
2025-05-06 11:36:31 -04:00
Carlo Costino
15dcf7474f
Remove dotenv plugin line from other bootstrap command
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-05-06 09:54:54 -04:00
alexjanousekGSA
39972c341a
Moving dependency installation for dotenv plugin
2025-05-05 13:18:17 -04:00
alexjanousekGSA
5887c1cf5c
Added virtualenv to pyproject
2025-05-05 13:13:31 -04:00
alexjanousekGSA
35176328ca
Updating virtualenv to specific version
2025-05-05 13:09:03 -04:00
Alex Janousek
e64446f5be
Merge pull request #2551 from GSA/dependabot/pip/cryptography-44.0.3
...
Bump cryptography from 44.0.2 to 44.0.3
2025-05-05 12:46:10 -04:00
dependabot[bot]
a9901fc951
Bump cryptography from 44.0.2 to 44.0.3
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.2 to 44.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.2...44.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 44.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-04 20:14:36 +00:00
Alex Janousek
eb3780e5b6
Merge pull request #2552 from GSA/dependabot/pip/charset-normalizer-3.4.2
...
Bump charset-normalizer from 3.4.1 to 3.4.2
2025-05-04 16:12:40 -04:00
dependabot[bot]
d5131c61f9
Bump charset-normalizer from 3.4.1 to 3.4.2
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-02 23:47:26 +00:00
Alex Janousek
b9c50c1e5d
Merge pull request #2424 from GSA/fix-existing-e2e-tests
...
Fix existing end-to-end tests
2025-05-02 14:04:47 -04:00
alexjanousekGSA
000b2b7819
Removed print
2025-05-02 12:00:17 -04:00
alexjanousekGSA
34ed31d611
Fixed unit tests
2025-05-02 11:59:13 -04:00
Alex Janousek
c844a6bed8
Merge pull request #2550 from GSA/dependabot/pip/newrelic-10.11.0
...
Bump newrelic from 10.10.0 to 10.11.0
2025-05-02 11:12:54 -04:00
alexjanousekGSA
566228d051
Updated unit test
2025-05-02 11:08:56 -04:00
alexjanousekGSA
f79bb3d95a
Removed unneeded test
2025-05-02 11:06:43 -04:00
alexjanousekGSA
c87a5d6bc6
Fixing cicd build errors
2025-05-02 10:58:54 -04:00
alexjanousekGSA
7fef3fff26
Updated backstopjs test
2025-05-02 10:47:44 -04:00
alexjanousekGSA
eff92773cc
e2e tests pass locally
2025-05-02 10:43:07 -04:00
dependabot[bot]
f771f2374d
Bump newrelic from 10.10.0 to 10.11.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.10.0 to 10.11.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.10.0...v10.11.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-version: 10.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-01 23:24:27 +00:00
Beverly Nguyen
0e48ed2716
Merge pull request #2536 from GSA/2123-back-button-context
...
2123 back button context
2025-05-01 09:48:50 -07:00
alexjanousekGSA
149d8e3ce5
Merge branch 'main' into fix-existing-e2e-tests
2025-05-01 10:10:36 -04:00
Jonathan Bobel
e5dce090e6
Merge pull request #2519 from GSA/2516-remove-homepage-js
...
2515 - remove homepage.js
2025-05-01 10:10:11 -04:00
Jonathan Bobel
4b138711e2
Merge pull request #2521 from GSA/2517-remove-timeago-js
...
2517 - Removing timeago.js
2025-05-01 10:09:58 -04:00
Jonathan Bobel
824364f2b6
Merge pull request #2522 from GSA/2515-remove-autofocus-js
...
2515 - Remove autofocus.js
2025-05-01 10:02:26 -04:00
Carlo Costino
50bdf916ba
Merge branch 'main' into fix-existing-e2e-tests
2025-05-01 09:45:23 -04:00
Alex Janousek
285bee3809
Merge pull request #2546 from GSA/dependabot/npm_and_yarn/babel/preset-env-7.27.1
...
Bump @babel/preset-env from 7.26.9 to 7.27.1
2025-05-01 09:40:49 -04:00
dependabot[bot]
8e28cdbb56
Bump @babel/preset-env from 7.26.9 to 7.27.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.26.9 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-01 13:29:06 +00:00
ccostino
02023aa775
Merge pull request #2518 from GSA/2514-remove-colourPreview-js
...
2514 - Removing colourPreview.js
2025-05-01 09:27:51 -04:00
Alex Janousek
2adb87dfe4
Merge pull request #2548 from GSA/dependabot/pip/humanize-4.12.3
...
Bump humanize from 4.12.2 to 4.12.3
2025-05-01 09:27:36 -04:00
Alex Janousek
43548a823e
Merge pull request #2547 from GSA/dependabot/npm_and_yarn/babel/core-7.27.1
...
Bump @babel/core from 7.26.10 to 7.27.1
2025-05-01 09:27:19 -04:00
dependabot[bot]
db4c02532a
Bump humanize from 4.12.2 to 4.12.3
...
Bumps [humanize](https://github.com/python-humanize/humanize ) from 4.12.2 to 4.12.3.
- [Release notes](https://github.com/python-humanize/humanize/releases )
- [Commits](https://github.com/python-humanize/humanize/compare/4.12.2...4.12.3 )
---
updated-dependencies:
- dependency-name: humanize
dependency-version: 4.12.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-30 23:29:10 +00:00
dependabot[bot]
598e5eca91
Bump @babel/core from 7.26.10 to 7.27.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.10 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-30 23:25:17 +00:00
ccostino
b48377e4b4
Merge pull request #2544 from GSA/2543-troubleshoot-socketio
...
2543 troubleshoot socketio
2025-04-30 14:20:33 -04:00
Beverly Nguyen
ccdfd0c10e
formating changes
2025-04-30 10:04:30 -07:00
Beverly Nguyen
0917ddaa23
replaced os.env with config
2025-04-30 10:03:17 -07:00
Alex Janousek
7fbed553aa
Merge pull request #2539 from GSA/dependabot/pip/phonenumbers-9.0.4
...
Bump phonenumbers from 9.0.3 to 9.0.4
2025-04-30 12:03:56 -04:00
Alex Janousek
0710372db4
Merge pull request #2535 from GSA/dependabot/pip/newrelic-10.10.0
...
Bump newrelic from 10.9.0 to 10.10.0
2025-04-30 12:03:17 -04:00
Alex Janousek
db7d59c8c8
Merge pull request #2523 from GSA/dependabot/npm_and_yarn/playwright-1.52.0
...
Bump playwright from 1.51.1 to 1.52.0
2025-04-30 12:02:09 -04:00
dependabot[bot]
c5228d9557
Bump phonenumbers from 9.0.3 to 9.0.4
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 9.0.3 to 9.0.4.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.3...v9.0.4 )
---
updated-dependencies:
- dependency-name: phonenumbers
dependency-version: 9.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-30 15:53:44 +00:00
Alex Janousek
eb2d4798bd
Merge pull request #2542 from GSA/dependabot/pip/certifi-2025.4.26
...
Bump certifi from 2025.1.31 to 2025.4.26
2025-04-30 11:51:51 -04:00
dependabot[bot]
3ed99ccd45
Bump playwright from 1.51.1 to 1.52.0
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.51.1 to 1.52.0.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.51.1...v1.52.0 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-30 15:46:17 +00:00
Alex Janousek
b91e687d17
Merge pull request #2529 from GSA/dependabot/npm_and_yarn/sass-embedded-1.87.0
...
Bump sass-embedded from 1.86.3 to 1.87.0
2025-04-30 11:45:28 -04:00
Alex Janousek
5eb08b8042
Merge pull request #2541 from GSA/dependabot/npm_and_yarn/rollup-4.40.1
...
Bump rollup from 4.40.0 to 4.40.1
2025-04-30 11:45:14 -04:00
Alex Janousek
aa59ac1d9c
Merge pull request #2511 from GSA/dependabot/npm_and_yarn/morphdom-2.7.5
...
Bump morphdom from 2.7.4 to 2.7.5
2025-04-30 11:44:57 -04:00
Beverly Nguyen
c825878c45
isort
2025-04-29 15:55:14 -07:00
Beverly Nguyen
e6b76486f4
testing fixed
2025-04-29 15:41:06 -07:00
Beverly Nguyen
69ae1ea0e1
appending api hosted urls to append to csp to allow for connections
2025-04-29 11:59:52 -07:00
Beverly Nguyen
b468620ead
appending api hosted urls to append to csp to allow for connections
2025-04-29 11:59:06 -07:00
Jonathan Bobel
4279467b16
Update preview.html
...
Missed some test code
2025-04-29 12:27:01 -04:00
Jonathan Bobel
f0ff50eb63
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2123-back-button-context
2025-04-29 12:26:02 -04:00
Jonathan Bobel
86b4547499
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2515-remove-autofocus-js
2025-04-29 11:56:49 -04:00
dependabot[bot]
a6145bec19
Bump certifi from 2025.1.31 to 2025.4.26
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.1.31 to 2025.4.26.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.4.26
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 00:15:38 +00:00
dependabot[bot]
1c795253d4
Bump rollup from 4.40.0 to 4.40.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.40.0 to 4.40.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.40.0...v4.40.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.40.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 00:07:27 +00:00
Jonathan Bobel
6c16482577
Update tour.py
2025-04-28 13:00:31 -04:00
Jonathan Bobel
bf03391b6d
Update tour.py
2025-04-28 12:17:28 -04:00
Jonathan Bobel
e04806b1eb
Update tour.py
...
Formatting
2025-04-28 11:59:48 -04:00
Jonathan Bobel
7410a00519
Update tour.py
2025-04-28 11:53:01 -04:00
Jonathan Bobel
fb20ea6e1c
Update send.py
2025-04-28 11:23:00 -04:00
Jonathan Bobel
cd40580231
Working through some tests
2025-04-25 16:20:21 -04:00
ccostino
b78a430ef9
Merge pull request #2537 from GSA/remove-hint-text-and-country-code-reference
...
Remove hint text and country code reference
2025-04-25 15:22:26 -04:00
Jonathan Bobel
7a52290bb7
Update test_send.py
2025-04-25 11:42:05 -04:00
Jonathan Bobel
4b5fee0bba
Update send-test.html
2025-04-25 11:41:13 -04:00
Jonathan Bobel
350526f4ad
Update test_send.py
2025-04-25 11:39:10 -04:00
Jonathan Bobel
fb5f7d969e
Update send.py
2025-04-25 10:35:25 -04:00
Jonathan Bobel
2d6afb7904
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2123-back-button-context
2025-04-25 10:27:25 -04:00
Jonathan Bobel
670d82b72c
Adjusting back text for all steps in send message process
2025-04-25 10:23:28 -04:00
ccostino
ec7af325df
Merge pull request #2530 from GSA/2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
...
update deploy config
2025-04-25 09:45:54 -04:00
dependabot[bot]
23782a83d0
Bump newrelic from 10.9.0 to 10.10.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.9.0 to 10.10.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.9.0...v10.10.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-version: 10.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-24 23:13:17 +00:00
Beverly Nguyen
609c472cff
Merge pull request #2532 from GSA/2531-add-case-study
...
case study added
2025-04-24 12:09:58 -07:00
Andrew Shumway
386b3f8348
Merge pull request #2505 from GSA/dependabot/pip/pyexcel-0.7.3
...
Bump pyexcel from 0.7.2 to 0.7.3
2025-04-23 15:28:07 -06:00
dependabot[bot]
8bf58cdca9
Bump pyexcel from 0.7.2 to 0.7.3
...
Bumps [pyexcel](https://github.com/pyexcel/pyexcel ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/pyexcel/pyexcel/releases )
- [Changelog](https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/pyexcel/pyexcel/compare/v0.7.2...v0.7.3 )
---
updated-dependencies:
- dependency-name: pyexcel
dependency-version: 0.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-23 21:21:33 +00:00
Andrew Shumway
6b92941156
Merge pull request #2527 from GSA/dependabot/pip/moto-5.1.4
...
Bump moto from 5.1.3 to 5.1.4
2025-04-23 15:20:17 -06:00
Andrew Shumway
0ccbe17b3b
Merge pull request #2528 from GSA/dependabot/pip/numpy-2.2.5
...
Bump numpy from 2.2.4 to 2.2.5
2025-04-23 15:19:33 -06:00
Beverly Nguyen
ae305227bb
Merge pull request #2440 from GSA/2138-cancel-button-CSV
...
2138 - Change cancel button to uploading button for CSV
2025-04-23 12:01:06 -07:00
Beverly Nguyen
7130925b9a
Merge pull request #2524 from GSA/2510-add-phone-number-instruction
...
2510 - Adding additional context to phone numbers
2025-04-23 11:56:05 -07:00
Beverly Nguyen
f484a9c432
case study added
2025-04-23 11:49:26 -07:00
ccostino
6f6402e36a
Merge pull request #2499 from GSA/2481-landing-page-standalone-without-api
...
homepage can stand on it's own without api
2025-04-22 16:49:29 -04:00
Beverly Nguyen
714e5011c3
update deploy config
2025-04-22 12:26:43 -07:00
Beverly Nguyen
6bfa9ede76
isort and remove poetry
2025-04-22 12:09:00 -07:00
Beverly Nguyen
57023b3a3a
Merge branch 'main' into 2481-landing-page-standalone-without-api
2025-04-22 12:08:34 -07:00
Jonathan Bobel
0e31d34672
Update fullscreenTable.js
...
typo
2025-04-22 12:48:03 -04:00
Jonathan Bobel
1b9e19072e
Updating some of the full screen table code
2025-04-22 10:45:11 -04:00
dependabot[bot]
55dc8e31ca
Bump morphdom from 2.7.4 to 2.7.5
...
Bumps [morphdom](https://github.com/patrick-steele-idem/morphdom ) from 2.7.4 to 2.7.5.
- [Changelog](https://github.com/patrick-steele-idem/morphdom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patrick-steele-idem/morphdom/compare/v2.7.4...v2.7.5 )
---
updated-dependencies:
- dependency-name: morphdom
dependency-version: 2.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-22 14:04:19 +00:00
Cliff Hill
f9a08dffe0
Merge pull request #2526 from GSA/2525-bugfix-js-socket-io-connection-variable
...
Fix connection url
2025-04-22 09:34:17 -04:00
dependabot[bot]
f661ea39ca
Bump sass-embedded from 1.86.3 to 1.87.0
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.86.3 to 1.87.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.86.3...1.87.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.87.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 23:39:54 +00:00
Beverly Nguyen
431dbb10dd
remove header banner when site is down
2025-04-21 16:26:07 -07:00
dependabot[bot]
25524324c5
Bump numpy from 2.2.4 to 2.2.5
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 23:17:11 +00:00
dependabot[bot]
5abc0a4c8e
Bump moto from 5.1.3 to 5.1.4
...
Bumps [moto](https://github.com/getmoto/moto ) from 5.1.3 to 5.1.4.
- [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/5.1.3...5.1.4 )
---
updated-dependencies:
- dependency-name: moto
dependency-version: 5.1.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 23:16:04 +00:00
Beverly Nguyen
3328853bd0
Fix connection url
2025-04-21 15:56:19 -07:00
Cliff Hill
d6baaebef8
Merge pull request #2441 from GSA/2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
...
install socket io and replace ajax
2025-04-21 16:33:52 -04:00
Jonathan Bobel
b6a6ffb2ab
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2138-cancel-button-CSV
2025-04-21 16:03:43 -04:00
Jonathan Bobel
b01a62225e
Fixing a test, updating content
2025-04-21 13:57:29 -04:00
Jonathan Bobel
522340f52b
Update send-test.html
...
Fixing the case of the labels
2025-04-21 13:45:51 -04:00
Jonathan Bobel
fe42f5ef64
Allowing for a custom label on the first step
2025-04-21 12:12:09 -04:00
Jonathan Bobel
b4afcb07aa
Fixing tests
2025-04-21 11:42:24 -04:00
Jonathan Bobel
5d3364a114
Adjusting input types
2025-04-18 15:11:07 -04:00
Jonathan Bobel
70b149476c
2510 - adding additional context to phone numbers
2025-04-18 14:51:22 -04:00
Beverly Nguyen
4a1ac9b85c
removing logs
2025-04-18 11:45:18 -07:00
Beverly Nguyen
10c61440c9
fix testing
2025-04-18 11:27:07 -07:00
Beverly Nguyen
34fdf7a1ca
fixed testing
2025-04-18 11:17:51 -07:00
Jonathan Bobel
20cbb0a8db
Removing top alert, creating if/else for the larger alert on the home page
2025-04-18 10:42:17 -04:00
Jonathan Bobel
14024a28ca
Merge branch '2481-landing-page-standalone-without-api' of https://github.com/GSA/notifications-admin into 2481-landing-page-standalone-without-api
2025-04-18 10:11:49 -04:00
Jonathan Bobel
280e348fa6
Update test_manage_users.py
2025-04-18 09:54:31 -04:00
Carlo Costino
72f36a4d15
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-18 07:52:11 -04:00
ccostino
0b866aa7a7
Merge pull request #2520 from GSA/bug-set-UAT-timezone-in-test
...
bug - Update activityChart.test.js
2025-04-18 07:51:23 -04:00
Beverly Nguyen
77e9475ed8
fixing templates
2025-04-17 15:04:50 -07:00
Beverly Nguyen
b4e239c9bb
creating error page for tech difficulties
2025-04-17 15:01:22 -07:00
Jonathan Bobel
c016530a7d
Update test_organizations.py
2025-04-17 15:38:27 -04:00
Jonathan Bobel
2779e398f6
Update _legacy-styles.scss
2025-04-17 14:49:11 -04:00
Beverly Nguyen
8dfa881f26
fix test
2025-04-17 11:48:55 -07:00
Jonathan Bobel
5f258cb699
2515 - Remove autofocus.js
2025-04-17 14:46:00 -04:00
Jonathan Bobel
a53df8998c
Update gulpfile.js
2025-04-17 14:07:22 -04:00
Jonathan Bobel
e3843f33c6
Update package-lock.json
2025-04-17 13:58:45 -04:00
Jonathan Bobel
20e0dc6c3e
2517 - Removing timaago.js
2025-04-17 13:57:54 -04:00
Jonathan Bobel
e9029eef09
Update activityChart.test.js
2025-04-17 10:58:06 -04:00
Jonathan Bobel
d0d6113a05
2515 - remove homepage.js
2025-04-17 10:54:09 -04:00
Jonathan Bobel
232c6cb9e1
Update gulpfile.js
2025-04-17 10:29:24 -04:00
Jonathan Bobel
ed238bfe6f
Removing colourPreview.js
2025-04-17 10:28:15 -04:00
Carlo Costino
a3eeeb2b2c
Make a few adjustments to match changes to the API:
...
* Updates the Makefile so make test works (removed js-lint action for now)
* Addresses some outstanding linting/formatting
* Updates dependencies and pulls in latest changes from main
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-16 17:45:32 -04:00
Carlo Costino
54d8996e2a
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-16 17:00:00 -04:00
Beverly Nguyen
88e9f1dec6
Fixing feature flag
2025-04-16 13:04:55 -07:00
Beverly Nguyen
7de1a9b944
Merge pull request #2508 from GSA/2497-bug-cannot-save-template-on-edit
...
Bug: Cannot save template on edit
2025-04-16 12:17:41 -07:00
Beverly Nguyen
b4a8eb7210
remove file that isn't needed
2025-04-16 11:39:39 -07:00
Beverly Nguyen
f975953aa7
fix template error dups
2025-04-16 11:32:10 -07:00
Jonathan Bobel
34b39acf38
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2481-landing-page-standalone-without-api
2025-04-16 11:23:07 -04:00
Jonathan Bobel
3e0e290dc0
Updated error message and imagery
2025-04-15 15:50:42 -04:00
Beverly Nguyen
8c32af4ee1
quick fix
2025-04-15 11:55:27 -07:00
Alex Janousek
5464da155a
Merge pull request #2501 from GSA/dependabot/pip/phonenumbers-9.0.3
...
Bump phonenumbers from 9.0.2 to 9.0.3
2025-04-15 12:47:57 -04:00
Alex Janousek
01678ce67a
Merge pull request #2504 from GSA/dependabot/npm_and_yarn/rollup-4.40.0
...
Bump rollup from 4.39.0 to 4.40.0
2025-04-15 12:47:21 -04:00
dependabot[bot]
67b7dc28b4
Bump rollup from 4.39.0 to 4.40.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.39.0 to 4.40.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.39.0...v4.40.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.40.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 23:37:01 +00:00
Beverly Nguyen
d4a2584dfb
update logging
2025-04-14 14:51:55 -07:00
Beverly Nguyen
638a4f20da
update logging
2025-04-14 14:49:19 -07:00
Beverly Nguyen
fbd70b7c38
Merge pull request #2503 from GSA/update-makefile
...
Update Makefile to handle pre-existing git hooks
2025-04-14 13:28:46 -07:00
Carlo Costino
06ce617f0a
Create new command instead of trying to be fancy
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-14 16:17:35 -04:00
Carlo Costino
1afe8121b8
Update Makefile to handle pre-existing git hooks
...
This changeset adds a bit of extra support to the bootstrap command to make sure that pre-existing git hooks do not interfere with the installation of the pre-commit git hooks.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-14 15:47:12 -04:00
dependabot[bot]
9d7b6d3147
Bump phonenumbers from 9.0.2 to 9.0.3
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 9.0.2 to 9.0.3.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.2...v9.0.3 )
---
updated-dependencies:
- dependency-name: phonenumbers
dependency-version: 9.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 18:55:06 +00:00
ccostino
7b2d031591
Merge pull request #2500 from GSA/dependabot/pip/newrelic-10.9.0
...
Bump newrelic from 10.8.1 to 10.9.0
2025-04-14 14:53:10 -04:00
Kenneth Kehl
ae3be157e6
Merge pull request #2479 from GSA/intl_nums
...
Intl nums
2025-04-14 10:24:25 -07:00
Kenneth Kehl
16b1429eb0
merge from main
2025-04-14 07:54:42 -07:00
dependabot[bot]
64ac382af9
Bump newrelic from 10.8.1 to 10.9.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.8.1 to 10.9.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.8.1...v10.9.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-version: 10.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-11 23:48:35 +00:00
Beverly Nguyen
ca1e87a54b
merge main
2025-04-11 13:34:32 -07:00
Beverly Nguyen
da695557b0
status banner added
2025-04-11 13:28:42 -07:00
Beverly Nguyen
3e18c8f595
keep landing page independent from api
2025-04-11 13:03:40 -07:00
Beverly Nguyen
d3e17c743b
Merge pull request #2490 from GSA/sandbox_scan_fix
2025-04-11 09:39:39 -07:00
Beverly Nguyen
6d398f7301
test
2025-04-10 16:13:34 -07:00
Beverly Nguyen
e96f01f4a9
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-10 15:08:56 -07:00
Jonathan Bobel
9eec7cdba5
Merge pull request #2486 from GSA/2041-csv-upload-more-instructions
...
2041 csv upload more instructions
2025-04-10 16:31:14 -04:00
alexjanousekGSA
e59ddfcae5
Update unit test
2025-04-10 15:58:26 -04:00
Jonathan Bobel
38d8bdea0a
Small content updates
2025-04-10 15:41:27 -04:00
Beverly Nguyen
f8eb512aab
isort and flake8
2025-04-10 12:38:41 -07:00
Beverly Nguyen
6dd44fdc2d
added feature flag
2025-04-10 12:35:04 -07:00
Jonathan Bobel
1967195da0
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2041-csv-upload-more-instructions
2025-04-10 15:20:26 -04:00
alexjanousekGSA
fb11fbfba3
Merged in main
2025-04-10 15:11:28 -04:00
alexjanousekGSA
17a7080f46
Fixing unit tests
2025-04-10 15:10:07 -04:00
alexjanousekGSA
a962da9c7d
Added existing csp header
2025-04-10 12:15:34 -04:00
alexjanousekGSA
3a468c77aa
Fixed unit test
2025-04-10 08:20:47 -04:00
Beverly Nguyen
d8ca53e08b
clean up
2025-04-09 17:17:01 -07:00
Beverly Nguyen
bea926f103
install socket
2025-04-09 17:11:09 -07:00
Beverly Nguyen
6f8f7346ca
merge main
2025-04-09 17:03:47 -07:00
Beverly Nguyen
8dbcc59726
socket setup
2025-04-09 16:57:42 -07:00
Kenneth Kehl
f3c3a60875
merge from main and fix test
2025-04-09 14:18:24 -07:00
Andrew Shumway
253934a495
Merge pull request #2472 from GSA/dependabot/pip/async-timeout-5.0.1
...
Bump async-timeout from 4.0.3 to 5.0.1
2025-04-08 11:06:07 -06:00
alexjanousekGSA
fff81870e5
Fixed header
2025-04-08 13:03:01 -04:00
Andrew Shumway
970483ef0b
Merge pull request #2491 from GSA/dependabot/pip/pip-audit-2.9.0
...
Bump pip-audit from 2.8.0 to 2.9.0
2025-04-08 10:55:34 -06:00
ccostino
ba661a0c53
Merge pull request #2492 from GSA/dependabot/pip/moto-5.1.3
...
Bump moto from 5.1.2 to 5.1.3
2025-04-08 12:54:49 -04:00
dependabot[bot]
f5ce055079
Bump async-timeout from 4.0.3 to 5.0.1
...
Bumps [async-timeout](https://github.com/aio-libs/async-timeout ) from 4.0.3 to 5.0.1.
- [Release notes](https://github.com/aio-libs/async-timeout/releases )
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.3...v5.0.1 )
---
updated-dependencies:
- dependency-name: async-timeout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 16:51:40 +00:00
Andrew Shumway
29c2eafbd7
Merge pull request #2470 from GSA/dependabot/pip/markupsafe-3.0.2
...
Bump markupsafe from 2.1.5 to 3.0.2
2025-04-08 10:49:46 -06:00
dependabot[bot]
6ecbc7ebab
Bump markupsafe from 2.1.5 to 3.0.2
...
Bumps [markupsafe](https://github.com/pallets/markupsafe ) from 2.1.5 to 3.0.2.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.2 )
---
updated-dependencies:
- dependency-name: markupsafe
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 16:07:13 +00:00
Andrew Shumway
f3688d62d5
Merge pull request #2471 from GSA/dependabot/pip/ago-0.1.0
...
Bump ago from 0.0.95 to 0.1.0
2025-04-08 10:05:06 -06:00
dependabot[bot]
1f13176fa6
Bump moto from 5.1.2 to 5.1.3
...
Bumps [moto](https://github.com/getmoto/moto ) from 5.1.2 to 5.1.3.
- [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/5.1.2...5.1.3 )
---
updated-dependencies:
- dependency-name: moto
dependency-version: 5.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 01:11:50 +00:00
dependabot[bot]
09c6d0445d
Bump pip-audit from 2.8.0 to 2.9.0
...
Bumps [pip-audit](https://github.com/pypa/pip-audit ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/pypa/pip-audit/releases )
- [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pypa/pip-audit/compare/v2.8.0...v2.9.0 )
---
updated-dependencies:
- dependency-name: pip-audit
dependency-version: 2.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 01:04:34 +00:00
dependabot[bot]
c328353e18
Bump ago from 0.0.95 to 0.1.0
...
---
updated-dependencies:
- dependency-name: ago
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 21:27:13 +00:00
Alex Janousek
e9e0601237
Merge pull request #2473 from GSA/dependabot/pip/phonenumbers-9.0.2
...
Bump phonenumbers from 8.13.55 to 9.0.2
2025-04-07 17:25:24 -04:00
dependabot[bot]
88f29a6727
Bump phonenumbers from 8.13.55 to 9.0.2
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 8.13.55 to 9.0.2.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.55...v9.0.2 )
---
updated-dependencies:
- dependency-name: phonenumbers
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 18:51:04 +00:00
Alex Janousek
9d4d55a670
Merge pull request #2474 from GSA/dependabot/pip/pyexcel-xlsx-0.6.1
...
Bump pyexcel-xlsx from 0.6.0 to 0.6.1
2025-04-07 14:49:07 -04:00
Alex Janousek
3211c5a16f
Merge pull request #2476 from GSA/dependabot/npm_and_yarn/uswds/compile-1.2.2
...
Bump @uswds/compile from 1.2.1 to 1.2.2
2025-04-07 14:48:54 -04:00
Alex Janousek
9c8aa9c0e2
Merge pull request #2477 from GSA/dependabot/npm_and_yarn/rollup-4.39.0
...
Bump rollup from 4.38.0 to 4.39.0
2025-04-07 14:48:42 -04:00
Alex Janousek
c2508f7230
Merge pull request #2487 from GSA/dependabot/npm_and_yarn/sass-embedded-1.86.3
...
Bump sass-embedded from 1.86.1 to 1.86.3
2025-04-07 14:48:17 -04:00
alexjanousekGSA
b5675e586e
Fixed security issue and noscript iframe
2025-04-07 14:45:28 -04:00
Jonathan Bobel
823b490331
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2041-csv-upload-more-instructions
2025-04-07 11:22:12 -04:00
dependabot[bot]
e69d6f807f
Bump sass-embedded from 1.86.1 to 1.86.3
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.86.1 to 1.86.3.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.86.1...1.86.3 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.86.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-04 23:53:25 +00:00
ccostino
ee8213f670
Merge pull request #2485 from GSA/updating_assets_folder
...
updating asset folder
2025-04-04 14:57:47 -04:00
Beverly Nguyen
c43174be78
Merge pull request #2484 from GSA/corrupt_csv
...
fix blank lines at end of csv
2025-04-04 11:34:09 -07:00
Jonathan Bobel
548072fe66
Content and styling updates to CSV upload page
2025-04-04 14:33:11 -04:00
Beverly Nguyen
7f3e368427
updating asset folder
2025-04-04 11:29:53 -07:00
Beverly Nguyen
caed2ad5d6
updating asset folder
2025-04-04 11:27:20 -07:00
dependabot[bot]
3401b994cd
Bump pyexcel-xlsx from 0.6.0 to 0.6.1
...
Bumps [pyexcel-xlsx](https://github.com/pyexcel/pyexcel-xlsx ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/pyexcel/pyexcel-xlsx/releases )
- [Changelog](https://github.com/pyexcel/pyexcel-xlsx/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/pyexcel/pyexcel-xlsx/compare/v0.6.0...v0.6.1 )
---
updated-dependencies:
- dependency-name: pyexcel-xlsx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-04 18:07:10 +00:00
Beverly Nguyen
d5798bb818
Merge pull request #2480 from GSA/2475-target-blank-error
2025-04-04 11:05:11 -07:00
Kenneth Kehl
0cf9abf5e8
add test
2025-04-04 09:35:01 -07:00
Kenneth Kehl
0bdf0cb073
fix blank lines at end of csv
2025-04-04 09:13:46 -07:00
Jonathan Bobel
b8b7c2df69
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2041-csv-upload-more-instructions
2025-04-04 11:29:31 -04:00
Beverly Nguyen
2ca7f5d2b0
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-03 15:30:02 -07:00
Jonathan Bobel
db37a4de94
Updating all links with a target="_blank"
2025-04-03 11:57:21 -04:00
Kenneth Kehl
b3b31d0732
merge from main
2025-04-03 07:45:06 -07:00
Kenneth Kehl
ef779daec1
reenable intl numbers
2025-04-03 07:44:21 -07:00
Jonathan Bobel
50df9c79a2
2475 - Update target="_blank" links
2025-04-03 10:37:50 -04:00
dependabot[bot]
e4a4217dba
Bump rollup from 4.38.0 to 4.39.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.38.0 to 4.39.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.38.0...v4.39.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.39.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-02 23:55:21 +00:00
dependabot[bot]
3179471122
Bump @uswds/compile from 1.2.1 to 1.2.2
...
Bumps [@uswds/compile](https://github.com/uswds/uswds-compile ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/uswds/uswds-compile/releases )
- [Commits](https://github.com/uswds/uswds-compile/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: "@uswds/compile"
dependency-version: 1.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-02 23:55:01 +00:00
Jonathan Bobel
f8c7f6b817
Merge conflict - poetry.lock
2025-04-02 11:44:39 -04:00
Jonathan Bobel
193184983d
Changing alert back to a focus and fixing tests
2025-04-02 11:39:07 -04:00
Jonathan Bobel
38451d77ad
Test updates, js fixes
2025-04-01 16:22:46 -04:00
Jonathan Bobel
032b9927aa
Test updates
2025-04-01 13:03:12 -04:00
ccostino
82934daa02
Merge pull request #2469 from GSA/2262-add-copy-to-invite-a-team-member-page
...
Added additional copy
2025-04-01 12:58:14 -04:00
Alex Janousek
1c2c9fd57a
Merge pull request #2466 from GSA/dependabot/pip/pytz-2025.2
...
Bump pytz from 2024.2 to 2025.2
2025-04-01 12:47:25 -04:00
dependabot[bot]
417356bc28
Bump pytz from 2024.2 to 2025.2
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2024.2 to 2025.2.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2024.2...release_2025.2 )
---
updated-dependencies:
- dependency-name: pytz
dependency-version: '2025.2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 15:48:31 +00:00
Kenneth Kehl
f379e828de
Merge pull request #2442 from GSA/mistune
...
Mistune
2025-04-01 08:46:38 -07:00
Kenneth Kehl
7a29252081
merge from main
2025-04-01 08:26:40 -07:00
Jonathan Bobel
06c238269f
Update send.html
...
Fixing the back link
2025-04-01 11:02:08 -04:00
Kenneth Kehl
91f3e6a557
fix static scan warnings
2025-04-01 08:00:33 -07:00
Jonathan Bobel
2064fc864a
Added an sr-only alert to the site for upload errors (and any other errors we might want to only announce to the screen reader)
2025-04-01 10:46:56 -04:00
alexjanousekGSA
273232df40
Added additional copy
2025-04-01 09:42:23 -04:00
Alex Janousek
c1e1e34a17
Merge pull request #2467 from GSA/dependabot/pip/werkzeug-3.1.3
...
Bump werkzeug from 3.0.6 to 3.1.3
2025-04-01 09:24:29 -04:00
Alex Janousek
7e4947389c
Merge pull request #2464 from GSA/dependabot/npm_and_yarn/sass-embedded-1.86.1
...
Bump sass-embedded from 1.86.0 to 1.86.1
2025-04-01 09:23:27 -04:00
dependabot[bot]
bf9537ccd4
Bump werkzeug from 3.0.6 to 3.1.3
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.6 to 3.1.3.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.6...3.1.3 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-version: 3.1.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 10:40:45 +00:00
Alex Janousek
4225470b1e
Merge pull request #2468 from GSA/dependabot/pip/isort-6.0.1
...
Bump isort from 5.13.2 to 6.0.1
2025-04-01 06:38:48 -04:00
Alex Janousek
c49d998f9e
Merge pull request #2463 from GSA/dependabot/npm_and_yarn/rollup-4.38.0
...
Bump rollup from 4.37.0 to 4.38.0
2025-04-01 06:38:36 -04:00
dependabot[bot]
c9d9c7a3a6
Bump isort from 5.13.2 to 6.0.1
...
Bumps [isort](https://github.com/PyCQA/isort ) from 5.13.2 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1 )
---
updated-dependencies:
- dependency-name: isort
dependency-version: 6.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 00:29:05 +00:00
dependabot[bot]
35a2d940a0
Bump sass-embedded from 1.86.0 to 1.86.1
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.86.0 to 1.86.1.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.86.0...1.86.1 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.86.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 00:11:45 +00:00
dependabot[bot]
e1c6d41f78
Bump rollup from 4.37.0 to 4.38.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.37.0 to 4.38.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.37.0...v4.38.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 00:04:41 +00:00
Kenneth Kehl
e419d843a6
merge from main
2025-03-31 09:24:10 -07:00
Beverly Nguyen
c01a6a84f3
Merge pull request #2461 from GSA/update-backstop-screenshots
...
Update backstop files
2025-03-31 09:13:23 -07:00
Kenneth Kehl
7cd8be22f6
fix
2025-03-31 08:45:33 -07:00
alexjanousekGSA
f9dd331421
Update backstop files
2025-03-31 10:02:27 -04:00
Alex Janousek
78b30e3d76
Merge pull request #2458 from GSA/dependabot/pip/pre-commit-4.2.0
...
Bump pre-commit from 4.1.0 to 4.2.0
2025-03-31 09:45:06 -04:00
dependabot[bot]
bd4e1d751a
Bump pre-commit from 4.1.0 to 4.2.0
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-31 13:28:04 +00:00
Alex Janousek
f71b03a45c
Merge pull request #2460 from GSA/dependabot/pip/notifications-python-client-10.0.1
...
Bump notifications-python-client from 10.0.0 to 10.0.1
2025-03-31 09:26:09 -04:00
dependabot[bot]
f1ccbe6f52
Bump notifications-python-client from 10.0.0 to 10.0.1
...
Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client ) from 10.0.0 to 10.0.1.
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alphagov/notifications-python-client/compare/10.0.0...10.0.1 )
---
updated-dependencies:
- dependency-name: notifications-python-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-29 12:50:24 +00:00
Alex Janousek
bbe1e44366
Merge pull request #2457 from GSA/dependabot/npm_and_yarn/tar-fs-3.0.8
...
Bump tar-fs from 3.0.6 to 3.0.8
2025-03-29 08:48:34 -04:00
Alex Janousek
685deebae4
Merge pull request #2459 from GSA/dependabot/pip/click-8.1.8
...
Bump click from 8.1.7 to 8.1.8
2025-03-29 08:48:17 -04:00
dependabot[bot]
918016d4af
Bump click from 8.1.7 to 8.1.8
...
Bumps [click](https://github.com/pallets/click ) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-29 12:24:29 +00:00
Alex Janousek
f87f0a1c9e
Merge pull request #2454 from GSA/dependabot/pip/flake8-bugbear-24.12.12
...
Bump flake8-bugbear from 24.8.19 to 24.12.12
2025-03-29 08:22:37 -04:00
dependabot[bot]
869f76c846
Bump tar-fs from 3.0.6 to 3.0.8
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 3.0.6 to 3.0.8.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.6...v3.0.8 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 22:19:50 +00:00
dependabot[bot]
3946e7bb3a
Bump flake8-bugbear from 24.8.19 to 24.12.12
...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear ) from 24.8.19 to 24.12.12.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases )
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.12.12 )
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 19:06:58 +00:00
Alex Janousek
56ee7ec376
Merge pull request #2453 from GSA/dependabot/pip/pyexcel-io-0.6.7
...
Bump pyexcel-io from 0.6.6 to 0.6.7
2025-03-28 15:04:58 -04:00
dependabot[bot]
5dad9e8f0f
Bump pyexcel-io from 0.6.6 to 0.6.7
...
Bumps [pyexcel-io](https://github.com/pyexcel/pyexcel-io ) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/pyexcel/pyexcel-io/releases )
- [Changelog](https://github.com/pyexcel/pyexcel-io/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/pyexcel/pyexcel-io/compare/v0.6.6...v0.6.7 )
---
updated-dependencies:
- dependency-name: pyexcel-io
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 18:03:48 +00:00
Alex Janousek
23c5d7aff1
Merge pull request #2455 from GSA/dependabot/pip/humanize-4.12.2
...
Bump humanize from 4.11.0 to 4.12.2
2025-03-28 14:01:57 -04:00
dependabot[bot]
d2dd249b61
Bump humanize from 4.11.0 to 4.12.2
...
Bumps [humanize](https://github.com/python-humanize/humanize ) from 4.11.0 to 4.12.2.
- [Release notes](https://github.com/python-humanize/humanize/releases )
- [Commits](https://github.com/python-humanize/humanize/compare/4.11.0...4.12.2 )
---
updated-dependencies:
- dependency-name: humanize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 17:08:41 +00:00
Alex Janousek
3e410ba5b2
Merge pull request #2456 from GSA/dependabot/pip/python-dotenv-1.1.0
...
Bump python-dotenv from 1.0.1 to 1.1.0
2025-03-28 13:06:49 -04:00
Jonathan Bobel
f55d47e3d1
Update column-errors.html
2025-03-28 11:00:13 -04:00
Jonathan Bobel
7813ce7914
Accessibility updates
2025-03-28 10:36:17 -04:00
ccostino
a1802a3439
Merge pull request #2451 from GSA/2450-missing-title-visibility
...
css update pill label to show visibility
2025-03-28 09:56:00 -04:00
dependabot[bot]
8897b30b81
Bump python-dotenv from 1.0.1 to 1.1.0
...
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases )
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0 )
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 00:00:36 +00:00
Kenneth Kehl
5741c572f0
some fixes
2025-03-27 14:47:43 -07:00
Beverly Nguyen
b0d8eda0f4
css update pill label
2025-03-27 14:41:45 -07:00
Beverly Nguyen
97b8f70c1f
update js
2025-03-27 14:27:43 -07:00
Beverly Nguyen
e007571ac8
Merge pull request #2427 from GSA/1134-change-brackets-to-parenthesis
...
1134 - Changing all instances of the word "brackets" to "parenthesis"
2025-03-27 13:34:49 -07:00
Kenneth Kehl
9e5475cd43
fix import
2025-03-27 12:58:05 -07:00
Kenneth Kehl
6eaa471a5c
more
2025-03-27 12:53:10 -07:00
Alex Janousek
6e72bc7f5e
Merge pull request #2446 from GSA/dependabot/pip/regex-2024.11.6
...
Bump regex from 2024.9.11 to 2024.11.6
2025-03-27 13:04:26 -04:00
Beverly Nguyen
21980d2bdf
flake8 and isort
2025-03-27 09:50:17 -07:00
dependabot[bot]
f4bc6d4531
Bump regex from 2024.9.11 to 2024.11.6
...
Bumps [regex](https://github.com/mrabarnett/mrab-regex ) from 2024.9.11 to 2024.11.6.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt )
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.9.11...2024.11.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-27 16:48:27 +00:00
Alex Janousek
a5200220e2
Merge pull request #2445 from GSA/dependabot/pip/black-25.1.0
...
Bump black from 24.10.0 to 25.1.0
2025-03-27 12:46:28 -04:00
dependabot[bot]
8f45eeb2cf
Bump black from 24.10.0 to 25.1.0
...
Bumps [black](https://github.com/psf/black ) from 24.10.0 to 25.1.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/24.10.0...25.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-27 14:01:27 +00:00
Alex Janousek
b134a68845
Merge pull request #2444 from GSA/dependabot/pip/flake8-pytest-style-2.1.0
...
Bump flake8-pytest-style from 2.0.0 to 2.1.0
2025-03-27 09:59:44 -04:00
Alex Janousek
4b910bec88
Merge pull request #2443 from GSA/dependabot/pip/moto-5.1.1
...
Bump moto from 5.0.22 to 5.1.1
2025-03-27 09:59:32 -04:00
Jonathan Bobel
96890199f3
Style update
2025-03-27 09:19:09 -04:00
dependabot[bot]
238a281512
Bump flake8-pytest-style from 2.0.0 to 2.1.0
...
Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style ) from 2.0.0 to 2.1.0.
- [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: flake8-pytest-style
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 23:50:21 +00:00
dependabot[bot]
cafd7d75b7
Bump moto from 5.0.22 to 5.1.1
...
Bumps [moto](https://github.com/getmoto/moto ) from 5.0.22 to 5.1.1.
- [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/5.0.22...5.1.1 )
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 23:50:01 +00:00
Beverly Nguyen
f246cc7c51
cleaned up init
2025-03-26 14:54:26 -07:00
Kenneth Kehl
d92e2a7c04
more
2025-03-26 14:21:45 -07:00
Kenneth Kehl
94b791c869
more
2025-03-26 13:34:23 -07:00
Jonathan Bobel
700c76807b
Update send.html
2025-03-26 16:01:56 -04:00
Beverly Nguyen
e0e8c56a61
install socket io and getting an example up
2025-03-26 12:54:21 -07:00
Jonathan Bobel
d79ece2d01
2138 - Change cancel button to uploading button for CSV
2025-03-26 14:49:11 -04:00
Kenneth Kehl
0108bcf91f
upgrade mistune to 3.1.3
2025-03-26 09:16:07 -07:00
Alex Janousek
7458acdab1
Merge pull request #2437 from GSA/dependabot/pip/charset-normalizer-3.4.1
...
Bump charset-normalizer from 3.4.0 to 3.4.1
2025-03-26 11:00:43 -04:00
dependabot[bot]
c7e3d777ac
Bump charset-normalizer from 3.4.0 to 3.4.1
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 14:45:59 +00:00
Alex Janousek
ec45db1ea4
Merge pull request #2438 from GSA/dependabot/pip/boto3-1.35.99
...
Bump boto3 from 1.35.51 to 1.35.99
2025-03-26 10:44:10 -04:00
dependabot[bot]
9bed7d4253
Bump boto3 from 1.35.51 to 1.35.99
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.35.51 to 1.35.99.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.35.51...1.35.99 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 14:19:42 +00:00
Alex Janousek
8c56a75af7
Merge pull request #2439 from GSA/dependabot/pip/beautifulsoup4-4.13.3
...
Bump beautifulsoup4 from 4.12.3 to 4.13.3
2025-03-26 10:17:45 -04:00
dependabot[bot]
d9eebb4f64
Bump beautifulsoup4 from 4.12.3 to 4.13.3
...
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/ ) from 4.12.3 to 4.13.3.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 13:54:18 +00:00
Alex Janousek
6546acf434
Merge pull request #2433 from GSA/dependabot/pip/pyexcel-xls-0.7.1
...
Bump pyexcel-xls from 0.7.0 to 0.7.1
2025-03-26 09:52:21 -04:00
Jonathan Bobel
bd77775286
Merge pull request #2411 from GSA/2410-bug-radio-buttons-cannot-be-selected
...
revert change back to params.for in order for user to select radio op…
2025-03-25 15:04:01 -04:00
dependabot[bot]
132ced0042
Bump pyexcel-xls from 0.7.0 to 0.7.1
...
Bumps [pyexcel-xls](https://github.com/pyexcel/pyexcel-xls ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/pyexcel/pyexcel-xls/releases )
- [Changelog](https://github.com/pyexcel/pyexcel-xls/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/pyexcel/pyexcel-xls/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: pyexcel-xls
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 18:52:49 +00:00
Alex Janousek
7922004f9a
Merge pull request #2434 from GSA/dependabot/pip/cachetools-5.5.2
...
Bump cachetools from 5.5.0 to 5.5.2
2025-03-25 14:50:50 -04:00
dependabot[bot]
3a38ea2db6
Bump cachetools from 5.5.0 to 5.5.2
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 5.5.0 to 5.5.2.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v5.5.0...v5.5.2 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 16:03:48 +00:00
Alex Janousek
3af8f782ec
Merge pull request #2435 from GSA/dependabot/pip/pyexcel-0.7.2
...
Bump pyexcel from 0.7.0 to 0.7.2
2025-03-25 12:01:54 -04:00
dependabot[bot]
cbb1288345
Bump pyexcel from 0.7.0 to 0.7.2
...
Bumps [pyexcel](https://github.com/pyexcel/pyexcel ) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/pyexcel/pyexcel/releases )
- [Changelog](https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/pyexcel/pyexcel/compare/v0.7.0...v0.7.2 )
---
updated-dependencies:
- dependency-name: pyexcel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 13:51:05 +00:00
Alex Janousek
96c033cd6f
Merge pull request #2432 from GSA/dependabot/pip/certifi-2025.1.31
...
Bump certifi from 2024.8.30 to 2025.1.31
2025-03-25 09:49:09 -04:00
Alex Janousek
5d43ec2bb6
Merge pull request #2431 from GSA/dependabot/npm_and_yarn/rollup-4.37.0
...
Bump rollup from 4.36.0 to 4.37.0
2025-03-25 09:48:58 -04:00
dependabot[bot]
fff5caee1f
Bump certifi from 2024.8.30 to 2025.1.31
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.8.30 to 2025.1.31.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2025.01.31 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:14:54 +00:00
dependabot[bot]
6cfb15106e
Bump rollup from 4.36.0 to 4.37.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.36.0 to 4.37.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.36.0...v4.37.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 00:56:17 +00:00
Beverly Nguyen
5507891d8f
Merge branch 'main' into 2410-bug-radio-buttons-cannot-be-selected
2025-03-24 12:49:04 -07:00
Beverly Nguyen
1a5f255539
jest fix
2025-03-24 12:48:28 -07:00
Beverly Nguyen
7e2a2bad8e
update validation code
2025-03-24 12:33:01 -07:00
Alex Janousek
5c7a8913b0
Merge pull request #2316 from GSA/dependabot/pip/pytest-playwright-0.7.0
...
Bump pytest-playwright from 0.5.2 to 0.7.0
2025-03-24 12:28:40 -04:00
alexjanousekGSA
52a11945a1
Merge branch 'main' into dependabot/pip/pytest-playwright-0.7.0
2025-03-24 12:18:44 -04:00
Alex Janousek
79ea3a3ac9
Merge pull request #2429 from GSA/dependabot/pip/coverage-7.7.1
...
Bump coverage from 7.6.4 to 7.7.1
2025-03-24 12:16:31 -04:00
dependabot[bot]
88ff982c0d
Bump coverage from 7.6.4 to 7.7.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.4 to 7.7.1.
- [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.6.4...7.7.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-24 13:28:07 +00:00
ccostino
77c97eeb0b
Merge pull request #2423 from GSA/dependabot/pip/numpy-2.2.4
...
Bump numpy from 2.2.3 to 2.2.4
2025-03-24 09:22:00 -04:00
dependabot[bot]
5d4394bfda
Bump numpy from 2.2.3 to 2.2.4
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 14:29:50 +00:00
Alex Janousek
7485162411
Merge pull request #2430 from GSA/dependabot/pip/gunicorn-23.0.0
...
Bump gunicorn from 22.0.0 to 23.0.0
2025-03-22 10:27:58 -04:00
dependabot[bot]
d16c0c5153
Bump gunicorn from 22.0.0 to 23.0.0
...
Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 14:07:53 +00:00
Alex Janousek
5144b90f22
Merge branch 'main' into dependabot/pip/pytest-playwright-0.7.0
2025-03-22 10:06:47 -04:00
Alex Janousek
418a868e18
Merge pull request #2422 from GSA/dependabot/pip/redis-5.2.1
...
Bump redis from 5.2.0 to 5.2.1
2025-03-22 10:05:57 -04:00
Beverly Nguyen
3a38b8bf31
fixed validation for radio and text input fields
2025-03-21 18:53:49 -07:00
Beverly Nguyen
04f4f2e990
Merge pull request #2428 from GSA/remove-about-feature-flag
2025-03-20 16:14:16 -07:00
alexjanousekGSA
9efe503353
Fixed linting issue
2025-03-20 14:32:44 -04:00
Jonathan Bobel
012dc4fae6
Merge pull request #2425 from GSA/2255-CSV-content-update
...
2255 - Content update for CSV upload area
2025-03-20 14:29:19 -04:00
alexjanousekGSA
35f3203e9c
Removed feature flag
2025-03-20 14:22:41 -04:00
ccostino
cb4cfeb610
Merge pull request #2409 from GSA/2400-styling-on-the-template-page-is-off
...
fix styling issue
2025-03-20 13:37:18 -04:00
Jonathan Bobel
15103c99b5
Merge pull request #2403 from GSA/2298-bug-able-to-keep-pressing-send-and-send-more-and-more-while-processing
...
Prevent duplicate form submissions
2025-03-20 13:06:51 -04:00
Jonathan Bobel
6dd8b3cfe0
Update validators.py
2025-03-20 10:45:33 -04:00
Jonathan Bobel
fe098eca22
1134 - Changing all instances of the word "brackets" to "parenthesis"
2025-03-20 10:29:29 -04:00
Jonathan Bobel
0ca31c1ed1
Update send.html
...
Removed role attribute
2025-03-20 10:21:03 -04:00
Beverly Nguyen
78ee70b0c1
Merge branch 'main' into 2410-bug-radio-buttons-cannot-be-selected
2025-03-19 14:04:56 -07:00
Beverly Nguyen
71b7c745db
Merge branch 'main' into 2400-styling-on-the-template-page-is-off
2025-03-19 14:02:57 -07:00
Beverly Nguyen
da194d358c
removing comments
2025-03-19 13:13:29 -07:00
dependabot[bot]
a539fcbef6
Bump redis from 5.2.0 to 5.2.1
...
Bumps [redis](https://github.com/redis/redis-py ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v5.2.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-19 20:07:25 +00:00
Beverly Nguyen
a5ddf8038b
Merge pull request #2412 from GSA/2042-no-emojis-special-characters-plain-language
...
2042 no emojis special characters plain language
2025-03-19 13:05:32 -07:00
Jonathan Bobel
06d0581bc9
Update send.html
2025-03-19 15:54:55 -04:00
Jonathan Bobel
937aa5af15
Update templates.py
2025-03-19 14:35:22 -04:00
Jonathan Bobel
b5203f473a
Adding the personalization message back in
2025-03-19 11:30:01 -04:00
ccostino
dc03a3f0d1
Merge pull request #2418 from GSA/feat/text-by-user-update
...
Updated FE to allow stats by user
2025-03-19 11:13:14 -04:00
Jonathan Bobel
7afdf7336a
Update test_templates.py
2025-03-19 10:26:49 -04:00
Carlo Costino
606b124912
Fix existing end-to-end tests
...
This changeset re-enables our existing end-to-end tests and gets them working again after responding to a security incident.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-03-18 23:24:49 -04:00
Jonathan Bobel
bab13de934
Update test_validators.py
...
Fixing a test
2025-03-18 16:42:15 -04:00
Jonathan Bobel
c05beb42f2
Update templates.py
2025-03-18 16:28:30 -04:00
Jonathan Bobel
2049fd5c76
Fixing formatting errors
2025-03-18 16:07:58 -04:00
Jonathan Bobel
1d911c4d44
Updates to text area validation on template edit page
2025-03-18 15:55:01 -04:00
Jonathan Bobel
bc83fab764
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2042-no-emojis-special-characters-plain-language
2025-03-18 15:52:40 -04:00
Andrew Shumway
051114157d
Merge pull request #2395 from GSA/dependabot/pip/newrelic-10.7.0
...
Bump newrelic from 10.6.0 to 10.7.0
2025-03-18 12:40:45 -06:00
Andrew Shumway
cac7d1452a
Merge pull request #2396 from GSA/dependabot/pip/cryptography-44.0.2
...
Bump cryptography from 44.0.1 to 44.0.2
2025-03-18 12:35:37 -06:00
ecayer
f9ea913b00
Merge pull request #2419 from GSA/update_cert
...
add comment to force redeploy
2025-03-18 10:28:33 -07:00
Kenneth Kehl
9a8a80ab14
add comment
2025-03-18 10:19:02 -07:00
dependabot[bot]
707768d749
Bump newrelic from 10.6.0 to 10.7.0
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.6.0 to 10.7.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.6.0...v10.7.0 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 16:54:44 +00:00
dependabot[bot]
d05bf1e9e0
Bump cryptography from 44.0.1 to 44.0.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.1 to 44.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 16:54:41 +00:00
Andrew Shumway
da081679c1
Merge pull request #2394 from GSA/dependabot/pip/flake8-7.1.2
...
Bump flake8 from 7.1.1 to 7.1.2
2025-03-18 10:52:49 -06:00
alexjanousekGSA
61c37687a2
Merge branch 'main' into feat/text-by-user-update
2025-03-18 11:21:25 -04:00
Alex Janousek
8bc6df5d35
Merge pull request #2392 from GSA/dependabot/npm_and_yarn/babel/core-7.26.10
...
Bump @babel/core from 7.26.9 to 7.26.10
2025-03-18 11:14:50 -04:00
Alex Janousek
e84e3efed3
Merge pull request #2393 from GSA/dependabot/npm_and_yarn/rollup/plugin-node-resolve-16.0.1
...
Bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1
2025-03-18 11:14:35 -04:00
Alex Janousek
fdceb3cbdb
Merge pull request #2414 from GSA/dependabot/npm_and_yarn/rollup-4.36.0
...
Bump rollup from 4.35.0 to 4.36.0
2025-03-18 11:14:05 -04:00
Alex Janousek
26c695c21e
Merge pull request #2415 from GSA/dependabot/npm_and_yarn/playwright-1.51.1
...
Bump playwright from 1.51.0 to 1.51.1
2025-03-18 11:13:52 -04:00
Alex Janousek
b4907fd2fb
Merge pull request #2416 from GSA/dependabot/npm_and_yarn/sass-embedded-1.86.0
...
Bump sass-embedded from 1.85.1 to 1.86.0
2025-03-18 11:13:40 -04:00
alexjanousekGSA
f13ab20e93
Updated FE to allow stats by user
2025-03-18 11:09:09 -04:00
dependabot[bot]
9404a09dfa
Bump sass-embedded from 1.85.1 to 1.86.0
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.85.1 to 1.86.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.85.1...1.86.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 00:08:10 +00:00
dependabot[bot]
fda16b7ce9
Bump playwright from 1.51.0 to 1.51.1
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.51.0 to 1.51.1.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.51.1 )
---
updated-dependencies:
- dependency-name: playwright
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 00:06:13 +00:00
dependabot[bot]
3ae05a37c9
Bump rollup from 4.35.0 to 4.36.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.35.0 to 4.36.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.35.0...v4.36.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 00:05:26 +00:00
ccostino
0df8b37646
Merge pull request #2413 from GSA/ugh_fix
...
ugh
2025-03-17 19:38:05 -04:00
Kenneth Kehl
cb334c0dcd
ugh
2025-03-17 16:28:46 -07:00
Beverly Nguyen
1cd51a8257
remove comment
2025-03-17 16:04:09 -07:00
Beverly Nguyen
3b8fdd8122
remove comment
2025-03-17 15:46:25 -07:00
Jonathan Bobel
43c0d6244a
Addressing a test
2025-03-17 16:49:30 -04:00
Jonathan Bobel
fbf0fb1f0d
2042 - Updates to the error message regarding special characters
2025-03-17 16:47:45 -04:00
Beverly Nguyen
965db9cd7e
revert change back to params.for in order for user to select radio option
2025-03-17 13:45:19 -07:00
Beverly Nguyen
3555db1163
fix styling issue
2025-03-17 12:12:06 -07:00
ccostino
f820ae86f3
Merge pull request #2408 from GSA/ugh_fix
...
initial
2025-03-17 15:07:52 -04:00
Kenneth Kehl
47657d45ed
initial
2025-03-17 09:57:15 -07:00
Beverly Nguyen
fab1ef6d45
jest
2025-03-14 13:56:48 -07:00
Beverly Nguyen
10fb9f9b35
jest
2025-03-14 13:54:20 -07:00
Beverly Nguyen
02a188a080
fixed e2e
2025-03-14 13:47:02 -07:00
Beverly Nguyen
9facde2c60
Merge pull request #2397 from GSA/2391-youtube-video-not-playing
...
2391 - Updating Cross Origin code to allow Youtube
2025-03-14 12:53:59 -07:00
ccostino
592ea83ea2
Merge pull request #2406 from GSA/content-updates
...
update banner color
2025-03-14 14:21:53 -04:00
Beverly Nguyen
dd0d5d3b33
update banner color
2025-03-14 11:11:42 -07:00
Beverly Nguyen
29373d41ca
Merge branch 'main' into 2298-bug-able-to-keep-pressing-send-and-send-more-and-more-while-processing
2025-03-14 11:05:32 -07:00
Beverly Nguyen
55225018b6
remove comments
2025-03-14 09:28:59 -07:00
Jonathan Bobel
5a1b656d7e
Update notifications_utils/request_helper.py
...
Co-authored-by: ccostino <ccostino@users.noreply.github.com >
2025-03-14 12:13:52 -04:00
ccostino
46e43b6fbd
Merge pull request #2399 from GSA/2398-broken-tts-link
...
2398 - broken TTS link
2025-03-14 11:40:51 -04:00
ccostino
542ce8ec00
Merge pull request #2404 from GSA/content-updates
...
content updates
2025-03-14 10:56:44 -04:00
Beverly Nguyen
371fbb2cd4
fixed test and e2e
2025-03-13 21:49:40 -07:00
Beverly Nguyen
41dcedd48f
update to nav
2025-03-13 15:54:14 -07:00
Beverly Nguyen
d64d84ff4a
flake8
2025-03-13 15:51:24 -07:00
Beverly Nguyen
558753037f
content updates
2025-03-13 15:43:21 -07:00
Beverly Nguyen
821265cf6e
preventing users from double click on submit
2025-03-13 15:04:12 -07:00
Jonathan Bobel
236fafd597
Update request_helper.py
2025-03-13 14:26:45 -04:00
Jonathan Bobel
22d643acb1
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2391-youtube-video-not-playing
2025-03-13 14:24:13 -04:00
Jonathan Bobel
9e8aec4c5d
2398 - broken TTS link
...
Updating TTS link, maybe the link used to go to a page that was removed
2025-03-12 15:37:51 -04:00
Jonathan Bobel
21408543d4
Update request_helper.py
...
Adjusting cross-origin checks to allow Youtube
2025-03-12 12:52:32 -04:00
dependabot[bot]
aff028b24c
Bump flake8 from 7.1.1 to 7.1.2
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.1 to 7.1.2.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-12 00:02:15 +00:00
dependabot[bot]
a652c5f321
Bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 16.0.0 to 16.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-11 23:18:00 +00:00
dependabot[bot]
06814cd0a5
Bump @babel/core from 7.26.9 to 7.26.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.9 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-11 23:17:51 +00:00
dependabot[bot]
adf37eb4d0
Bump pytest-playwright from 0.5.2 to 0.7.0
...
Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest ) from 0.5.2 to 0.7.0.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases )
- [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.7.0 )
---
updated-dependencies:
- dependency-name: pytest-playwright
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 14:32:40 +00:00