Commit Graph

13858 Commits

Author SHA1 Message Date
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>
12-19-2025 09-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
ccostino
43dfb65650 Merge pull request #1976 from GSA/dependabot/pip/cryptography-46.0.0
Bump cryptography from 45.0.7 to 46.0.0
2025-09-16 17:57:03 -04:00
dependabot[bot]
2d08262a3f Bump cryptography from 45.0.7 to 46.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 21:42:28 +00:00
ccostino
06e18d83d9 Merge pull request #1968 from GSA/fuzz
fuzz
2025-09-16 17:40:24 -04:00
Kenneth Kehl
c63aa93bf7 merge from main 2025-09-16 09:25:17 -07:00
Kenneth Kehl
f3612b5d8d another test 2025-09-16 09:10:13 -07:00
Kenneth Kehl
0482fc5cb1 another test 2025-09-16 09:00:00 -07:00
Kenneth Kehl
a1fd0425b0 another test 2025-09-16 08:25:24 -07:00
Kenneth Kehl
c9e222cbe0 another test 2025-09-16 08:14:23 -07:00
Kenneth Kehl
aaebf97000 another test 2025-09-16 08:06:47 -07:00
Kenneth Kehl
eae017bdcc try fuzzed org invite test 2025-09-16 07:44:05 -07:00
Kenneth Kehl
3f1e902c07 try fuzzed org invite test 2025-09-16 07:31:48 -07:00
Kenneth Kehl
4e7439c78d try fuzzed org invite test 2025-09-16 07:19:53 -07:00
Kenneth Kehl
c91b90b3e7 ugh 2025-09-15 20:03:05 -07:00
Kenneth Kehl
1801143507 ugh 2025-09-15 19:50:59 -07:00