Commit Graph

17440 Commits

Author SHA1 Message Date
dependabot[bot]
43b68f9337 Bump freezegun from 1.5.3 to 1.5.4
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.3 to 1.5.4.
- [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.3...1.5.4)

---
updated-dependencies:
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-31 12:07:19 +00:00
Alex Janousek
690c164c21 Merge pull request #2784 from GSA/dependabot/pip/coverage-7.10.1
Bump coverage from 7.10.0 to 7.10.1
2025-07-31 08:04:55 -04:00
Alex Janousek
59f6cccbed Merge pull request #2791 from GSA/dependabot/npm_and_yarn/rollup-4.46.2
Bump rollup from 4.45.1 to 4.46.2
2025-07-31 08:04:33 -04:00
Alex Janousek
2d7271e55b Merge pull request #2792 from GSA/dependabot/npm_and_yarn/morphdom-2.7.7
Bump morphdom from 2.7.5 to 2.7.7
2025-07-31 08:04:25 -04:00
Alex Janousek
b8ec2e03f0 Merge pull request #2785 from GSA/dependabot/pip/moto-5.1.9
Bump moto from 5.1.8 to 5.1.9
2025-07-31 08:04:12 -04:00
Alex Janousek
e1b530f16c Merge pull request #2799 from GSA/dependabot/pip/regex-2025.7.33
Bump regex from 2024.11.6 to 2025.7.33
2025-07-31 08:03:56 -04:00
dependabot[bot]
e3901f80f8 Bump regex from 2024.11.6 to 2025.7.33
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.7.33.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.7.33)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2025.7.33
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 23:44:53 +00:00
Kenneth Kehl
a81742c5c5 Merge pull request #2797 from GSA/report_performance
change gunicorn timeout to 240 seconds
2025-07-30 12:16:12 -07:00
Kenneth Kehl
1a5c56b621 ugh 2025-07-30 11:31:22 -07:00
Kenneth Kehl
4c258bb39b ugh 2025-07-30 11:25:36 -07:00
Kenneth Kehl
d35c7bbd5f temporarily weaken axe checks 2025-07-30 11:15:21 -07:00
Kenneth Kehl
e82e138771 change gunicorn timeout to 240 seconds 2025-07-30 10:51:54 -07:00
ccostino
e3910e008c Merge pull request #2782 from GSA/2257-there-shouldnt-be-a-next-in-pagination-if-theres-less-than-50-items-in-a-table
fixing pagination and download links along with tests
2025-07-30 13:20:03 -04:00
ccostino
902e3e85f7 Merge pull request #2796 from GSA/downgrade-python-again
Downgrade Python to 3.12.9 again
2025-07-30 12:50:37 -04:00
Carlo Costino
f3df2f9c33 Downgrade Python to 3.12.9 again
This changeset puts us back to Python 3.12.9 since we are still wrestling with certificate validation errors in Python 3.13 and no easy way to test things without breaking our deployment flow currently.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-30 12:24:16 -04:00
dependabot[bot]
7e789b1b55 Bump morphdom from 2.7.5 to 2.7.7
Bumps [morphdom](https://github.com/patrick-steele-idem/morphdom) from 2.7.5 to 2.7.7.
- [Changelog](https://github.com/patrick-steele-idem/morphdom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patrick-steele-idem/morphdom/compare/v2.7.5...v2.7.7)

---
updated-dependencies:
- dependency-name: morphdom
  dependency-version: 2.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 23:24:01 +00:00
dependabot[bot]
a8dd322b82 Bump rollup from 4.45.1 to 4.46.2
Bumps [rollup](https://github.com/rollup/rollup) from 4.45.1 to 4.46.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.45.1...v4.46.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 23:23:53 +00:00
ccostino
35361fa784 Merge pull request #2790 from GSA/modify-notifications-client
Attempt to debug SSL cert validation error
2025-07-29 18:12:34 -04:00
Carlo Costino
3db62a1921 Fix broken test
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-29 17:55:04 -04:00
Carlo Costino
bf9d17d660 Fixed formatting issue with missing line
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-29 17:39:10 -04:00
Carlo Costino
f85efba737 Attempt to debug SSL cert validation error
This changeset introduces a few changes:

* Removes UK Notify Logo URL and config
* Removes UK Notify API URL and replaces with Notify.gov
* Improves the error handler for HTTPErrors to provide actual exception and stack trace information

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-29 17:33:13 -04:00
ccostino
c1b071adea Merge pull request #2788 from GSA/undo-recent-changes
Undo recent changes related to Python upgrade
2025-07-29 16:40:47 -04:00
Carlo Costino
f69e3a5a00 Undo recent changes related to Python upgrade
This changeset undoes the recent changes we tried after the Python 3.13 update as they had no bearing on the SSL cert validation errors.  Back to the drawing board!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-29 16:32:52 -04:00
ccostino
c2b7575e99 Merge pull request #2787 from GSA/python_3_13
disable gevent
2025-07-29 14:35:08 -04:00
Kenneth Kehl
9d072e44df add comment 2025-07-29 11:21:24 -07:00
Kenneth Kehl
8593a9b1ba disable gevent 2025-07-29 10:31:06 -07:00
Beverly Nguyen
e5885f674b Fixed pagination logic to prevent infinite next button 2025-07-29 10:25:43 -07:00
Beverly Nguyen
d65be41da5 fix test get_immediate_jobs for download availability check 2025-07-29 10:17:35 -07:00
Beverly Nguyen
eac2733a33 flake8 2025-07-29 09:57:59 -07:00
ccostino
18a6730a2c Merge pull request #2786 from GSA/python_3_13
instantiate newrelic in gunicorn_entry.py
2025-07-29 12:00:22 -04:00
Kenneth Kehl
c8a559f0e5 instantiate newrelic in gunicorn_entry.py 2025-07-29 08:15:43 -07:00
ccostino
d7568eda42 Merge pull request #2781 from GSA/python_3_13
upgrade to python 3.13.2
2025-07-29 10:04:36 -04:00
ccostino
0860d41042 Fix version number to match
Document the correct version.
2025-07-29 09:54:39 -04:00
ccostino
5a37482510 Fix version number to match
Document the correct version.
2025-07-29 09:54:30 -04:00
ccostino
cd14024627 Fix version number to match
Document the correct version.
2025-07-29 09:54:20 -04:00
dependabot[bot]
d16bfb39ba Bump moto from 5.1.8 to 5.1.9
Bumps [moto](https://github.com/getmoto/moto) from 5.1.8 to 5.1.9.
- [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.8...5.1.9)

---
updated-dependencies:
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 02:31:12 +00:00
dependabot[bot]
cb94d26b73 Bump coverage from 7.10.0 to 7.10.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.0 to 7.10.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.10.0...7.10.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 02:12:25 +00:00
Beverly Nguyen
ba787f8cd1 add test 2025-07-28 17:46:00 -07:00
Beverly Nguyen
e828f78853 fixing pagination and download links along with tests 2025-07-28 17:04:53 -07:00
Kenneth Kehl
814d08af2b upgrade to python 3.13.2 2025-07-28 11:56:55 -07:00
ccostino
c4842e9e06 Merge pull request #2780 from GSA/try_gevent
try to force gevent monkey patching earlier
2025-07-28 14:25:27 -04:00
Kenneth Kehl
99585ae9f0 try to force gevent monkey patching earlier 2025-07-28 11:17:00 -07:00
ccostino
411854b481 Merge pull request #2779 from GSA/try_gevent
add gevent monkeypatching
2025-07-28 13:13:35 -04:00
Kenneth Kehl
6f663c83eb add gevent monkeypatching 2025-07-28 10:01:44 -07:00
ccostino
a6f52fa009 Merge pull request #2778 from GSA/try_gevent
switch eventlet to gevent
2025-07-28 12:34:35 -04:00
Kenneth Kehl
ee47610d2a switch eventlet to gevent 2025-07-28 09:21:46 -07:00
Alex Janousek
05381a5ba9 Merge pull request #2776 from GSA/dependabot/pip/newrelic-10.15.0
Bump newrelic from 10.14.0 to 10.15.0
2025-07-25 12:46:16 -04:00
Alex Janousek
32c35eb5f5 Merge pull request #2777 from GSA/dependabot/pip/coverage-7.10.0
Bump coverage from 7.9.2 to 7.10.0
2025-07-25 12:45:55 -04:00
ccostino
105cab2314 Merge pull request #2775 from GSA/dependabot/pip/numpy-2.3.2
Bump numpy from 2.3.1 to 2.3.2
2025-07-25 12:14:03 -04:00
dependabot[bot]
8d6ebe762a Bump coverage from 7.9.2 to 7.10.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.9.2 to 7.10.0.
- [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.9.2...7.10.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-24 23:19:00 +00:00