Commit Graph

13872 Commits

Author SHA1 Message Date
Kenneth Kehl
346b7818be fix tests 2025-10-02 11:22:16 -07:00
Kenneth Kehl
6d9e996817 more mocks 2025-10-02 10:49:05 -07:00
Kenneth Kehl
96b8424a40 lazy init aws_cloudwatch_client 2025-10-02 09:38:02 -07:00
Kenneth Kehl
b9ad225848 lazy init migrate 2025-10-02 09:19:05 -07:00
Kenneth Kehl
6c72c466a4 lazy initialize document_download_client 2025-10-02 08:18:12 -07:00
Kenneth Kehl
829ef7c258 use MagicMock 2025-10-02 08:04:09 -07:00
Kenneth Kehl
65911044fd lazy initialize zendesk_client 2025-10-02 07:36:55 -07:00
dependabot[bot]
7d80326051 Bump isort from 6.0.1 to 6.1.0 (#2009)
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 6.1.0.
- [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/6.0.1...6.1.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 21:42:33 +00:00
dependabot[bot]
809331a854 Bump cryptography from 46.0.1 to 46.0.2 (#2010)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 46.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.1...46.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 17:33:49 -04:00
dependabot[bot]
ec390d5fea Bump markupsafe from 3.0.2 to 3.0.3 (#2003)
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.2 to 3.0.3.
- [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/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10-01-2025
2025-10-01 16:10:26 +00:00
dependabot[bot]
0f47cd50c6 Bump beautifulsoup4 from 4.13.5 to 4.14.2 (#2004)
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.5 to 4.14.2.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 11:59:41 -04:00
Alex Janousek
822cf5aa68 Added light polling endpoint (#2006)
* Added light polling endpoint

* Import linting

* CICD checks updated
2025-10-01 11:42:46 -04:00
ccostino
dbbab954fb Merge pull request #2005 from GSA/fix_get_job_from_s3
fix get_job_from_s3
2025-09-30 16:02:34 -04:00
ccostino
7076ddd604 Merge pull request #2002 from GSA/typo-read
fix read me typo
2025-09-30 15:48:29 -04:00
Kenneth Kehl
9361377792 fix test failure 2025-09-30 12:43:17 -07:00
Kenneth Kehl
3a6db01599 fix format 2025-09-30 12:29:00 -07:00
Kenneth Kehl
f4ba3cd7bf fix get_job_from_s3 2025-09-30 12:19:47 -07:00
ccostino
5cf08af58e Merge pull request #2001 from GSA/noquota
add log statement when our send quota is used up
2025-09-29 17:14:06 -04:00
Kenneth Kehl
a95269f9a1 handle delivery receipts when it's a test 2025-09-29 13:03:42 -07:00
Beverly Nguyen
83312b38fa fix read me typo 2025-09-29 12:22:20 -07:00
Kenneth Kehl
c7f6a01048 raise exception if we see No Quota Left 2025-09-29 12:06:26 -07:00
Kenneth Kehl
16e93011ef add log statement when our send quota is used up 2025-09-29 12:02:13 -07:00
dependabot[bot]
57fdbd690c Bump pyyaml from 6.0.2 to 6.0.3 (#1998)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 15:23:08 +00:00
dependabot[bot]
cff9a33c68 Bump newrelic from 10.17.0 to 11.0.0 (#1997)
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 10.17.0 to 11.0.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.17.0...v11.0.0)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 15:08:54 +00:00
dependabot[bot]
7fc5f1324d Bump phonenumbers from 9.0.14 to 9.0.15 (#1999)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.14 to 9.0.15.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.14...v9.0.15)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 10:25:00 -04:00
Alex Janousek
a854588b66 Created new endpoint for polling (#1996)
* Created new endpoint for polling

* Fixed sorting
2025-09-26 14:28:54 -04:00
dependabot[bot]
37f31f8ae1 Bump shapely from 2.1.1 to 2.1.2 (#1993)
Bumps [shapely](https://github.com/shapely/shapely) from 2.1.1 to 2.1.2.
- [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.1...2.1.2)

---
updated-dependencies:
- dependency-name: shapely
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 18:19:07 -04:00
ccostino
53f587d416 Merge pull request #1991 from GSA/gevent
monkeypatch gevent
2025-09-24 12:02:06 -04:00
ccostino
980f839730 Merge pull request #1992 from GSA/update-staging-worker-memory
Update staging worker process memory
2025-09-24 11:52:21 -04:00
Carlo Costino
4a1a441d57 Update staging worker process memory
This changeset increases the worker process memory slightly in staging to help with running out of memory issues we are starting to see with our testing.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-09-24 11:41:58 -04:00
Kenneth Kehl
4ff4b42697 noqa style check 2025-09-24 08:39:22 -07:00
Kenneth Kehl
78295e3d49 monkeypatch gevent 2025-09-24 08:34:06 -07:00
dependabot[bot]
aedcc915d5 Bump hypothesis from 6.140.1 to 6.140.2 (#1990)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.140.1 to 6.140.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.1...hypothesis-python-6.140.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 10:04:10 -04:00
dependabot[bot]
50980c3766 Bump moto from 5.1.12 to 5.1.13 (#1986)
Bumps [moto](https://github.com/getmoto/moto) from 5.1.12 to 5.1.13.
- [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.12...5.1.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:24:22 +00:00
dependabot[bot]
8959805bef Bump regex from 2025.9.1 to 2025.9.18 (#1984)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.1 to 2025.9.18.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.9.1...2025.9.18)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2025.9.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:15:26 +00:00
dependabot[bot]
8df69947d2 Bump black from 25.1.0 to 25.9.0 (#1985)
Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.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/25.1.0...25.9.0)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:06:35 +00:00
dependabot[bot]
37c4e05dfb Bump lxml from 6.0.1 to 6.0.2 (#1987)
Bumps [lxml](https://github.com/lxml/lxml) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.1...lxml-6.0.2)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 12:57:54 +00:00
dependabot[bot]
977187d066 Bump hypothesis from 6.139.2 to 6.140.1 (#1988)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.139.2 to 6.140.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.139.2...hypothesis-python-6.140.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 15:53:27 -04:00
Beverly Nguyen
f07eb8f91c Merge pull request #1989 from GSA/bump-staging-app-memory 2025-09-23 08:28:22 -07:00
Carlo Costino
158ba43a62 Bump Staging API app memory to 1.5G
This changeset bumps the memory of the API app processes to 1.5G as they are now starting to run out of memory due to recent app changes with gunicorn and gevent.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-09-23 10:58:58 -04:00
dependabot[bot]
f6fee40880 Bump click from 8.2.1 to 8.3.0 (#1982)
Bumps [click](https://github.com/pallets/click) from 8.2.1 to 8.3.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.2.1...8.3.0)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
09-19-2025 12-19-2025
2025-09-19 08:19:54 -04:00
dependabot[bot]
ec29aba765 Bump hypothesis from 6.138.17 to 6.139.1 (#1981)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.138.17 to 6.139.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.138.17...hypothesis-python-6.139.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.139.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 13:14:17 -04:00
ccostino
8feecfea55 Merge pull request #1980 from GSA/dependabot/pip/cryptography-46.0.1
Bump cryptography from 46.0.0 to 46.0.1
2025-09-18 09:11:40 -04:00
dependabot[bot]
12a087370f Bump cryptography from 46.0.0 to 46.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.0 to 46.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.0...46.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-17 21:07:35 +00:00
ccostino
0a5c24acce Merge pull request #1978 from GSA/my_codeql
fix codeql
2025-09-17 11:44:18 -04:00
Kenneth Kehl
dd4ab81a8d fix 2025-09-17 08:25:29 -07:00
Kenneth Kehl
33577d45bc fix 2025-09-17 07:45:43 -07:00
Kenneth Kehl
03e44688be fix codeql 2025-09-17 07:36:08 -07:00
ccostino
901ceea739 Merge pull request #1975 from GSA/dependabot/pip/pytest-mock-3.15.1
Bump pytest-mock from 3.15.0 to 3.15.1
2025-09-16 18:07:11 -04:00
dependabot[bot]
5d60bde5fc Bump pytest-mock from 3.15.0 to 3.15.1
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.15.0 to 3.15.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.15.0...v3.15.1)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 21:59:12 +00:00