Commit Graph

13061 Commits

Author SHA1 Message Date
ccostino
0b5efda50d Merge pull request #1801 from GSA/python_3_12_7
upgrade to python 3.12.9
06/30/2025
2025-06-27 10:27:06 -04:00
Kenneth Kehl
12b0934513 upgrade to python 3.12.9 2025-06-27 07:15:58 -07:00
Kenneth Kehl
56e18515db upgrade to python 3.12.9 2025-06-27 07:07:32 -07:00
ccostino
37190d9956 Merge pull request #1797 from GSA/2709-bug-sorting-error-on-activity-page
Updated the job listing query to sort by the most recent activity
2025-06-27 09:52:38 -04:00
Alex Janousek
dfec5678e7 Merge pull request #1803 from GSA/dependabot/pip/lxml-6.0.0
Bump lxml from 5.4.0 to 6.0.0
2025-06-27 09:15:47 -04:00
Beverly Nguyen
b4dda1b6d0 pytest 2025-06-26 17:56:52 -07:00
Beverly Nguyen
0aca341805 pytest fixes 2025-06-26 17:49:17 -07:00
dependabot[bot]
e41956f556 Bump lxml from 5.4.0 to 6.0.0
Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.0.
- [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-5.4.0...lxml-6.0.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 21:28:09 +00:00
ccostino
53b66ba49b Merge pull request #1802 from GSA/more_input_checking
more input checking
2025-06-26 15:11:24 -04:00
Kenneth Kehl
58a8b51f59 more input checking 2025-06-26 10:35:46 -07:00
Kenneth Kehl
c3bc9e52ca upgrade to python 3.12.7 2025-06-26 07:16:07 -07:00
Alex Janousek
3e93d6c9c6 Merge pull request #1799 from GSA/dependabot/pip/phonenumbers-9.0.8
Bump phonenumbers from 9.0.7 to 9.0.8
2025-06-26 09:52:37 -04:00
dependabot[bot]
5448e60a31 Bump phonenumbers from 9.0.7 to 9.0.8
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.7 to 9.0.8.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.7...v9.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 13:45:59 +00:00
Alex Janousek
e6dd0e3b04 Merge pull request #1800 from GSA/dependabot/pip/click-plugins-1.1.1.2
Bump click-plugins from 1.1.1 to 1.1.1.2
2025-06-26 09:43:53 -04:00
dependabot[bot]
7415efeccb Bump click-plugins from 1.1.1 to 1.1.1.2
Bumps [click-plugins](https://github.com/click-contrib/click-plugins) from 1.1.1 to 1.1.1.2.
- [Release notes](https://github.com/click-contrib/click-plugins/releases)
- [Changelog](https://github.com/click-contrib/click-plugins/blob/main/CHANGES.md)
- [Commits](https://github.com/click-contrib/click-plugins/compare/1.1.1...1.1.1.2)

---
updated-dependencies:
- dependency-name: click-plugins
  dependency-version: 1.1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 21:47:55 +00:00
ccostino
32494c2e20 Merge pull request #1798 from GSA/revert_python_upgrade_again
revert python upgrade again
2025-06-25 17:44:32 -04:00
Kenneth Kehl
f0cce3a429 redo poetry.lock 2025-06-25 13:54:58 -07:00
Kenneth Kehl
034cc4880e upgrade urllib3 only 2025-06-25 13:44:29 -07:00
Kenneth Kehl
83068fcc0d revert python upgrade again 2025-06-25 13:36:42 -07:00
ccostino
0ba4d8f437 Merge pull request #1785 from GSA/python_upgrade_again
upgrade to python 3.13.2
2025-06-25 15:43:19 -04:00
Beverly Nguyen
3738934374 clean up 2025-06-25 11:56:27 -07:00
Beverly Nguyen
52f8bd23de Updated the job listing query to sort by the most recent activity, so that all jobs are listed with the latest activity at the top. Previously, pending jobs (with no processing_started) could be grouped separately due to how SQL sorted NULL values. 2025-06-25 11:53:41 -07:00
Kenneth Kehl
b3892ffb01 merge from main 2025-06-25 11:33:18 -07:00
ccostino
dc3c313361 Merge pull request #1786 from GSA/fix_sql_inject
fix input handling
2025-06-25 14:04:42 -04:00
Alex Janousek
0971bfcd95 Merge pull request #1796 from GSA/1627-changes-to-api-readme-documentation
Updated readme
2025-06-25 13:39:34 -04:00
Kenneth Kehl
b52518ca08 make regex verbose 2025-06-25 10:37:07 -07:00
alexjanousekGSA
ddcb34af86 Updated readme 2025-06-25 13:11:08 -04:00
Kenneth Kehl
5b2d8e0648 code review feedback 2025-06-25 08:54:44 -07:00
Kenneth Kehl
77b3c1afa6 Update app/job/rest.py
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
2025-06-25 08:44:39 -07:00
ccostino
ffd034eb31 Merge pull request #1784 from GSA/drift
fix drift
2025-06-25 10:14:41 -04:00
Kenneth Kehl
a43dcb5911 Merge pull request #1793 from GSA/clean_up_logs
clean up logs
2025-06-25 07:05:30 -07:00
Alex Janousek
71a331273b Merge pull request #1794 from GSA/dependabot/pip/python-dotenv-1.1.1
Bump python-dotenv from 1.1.0 to 1.1.1
2025-06-25 09:01:12 -04:00
dependabot[bot]
6d1284af2e Bump python-dotenv from 1.1.0 to 1.1.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.0 to 1.1.1.
- [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.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 12:54:27 +00:00
Alex Janousek
24d1924ffa Merge pull request #1795 from GSA/dependabot/pip/eventlet-0.40.1
Bump eventlet from 0.40.0 to 0.40.1
2025-06-25 08:52:20 -04:00
dependabot[bot]
07adcd33ea Bump eventlet from 0.40.0 to 0.40.1
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.40.0 to 0.40.1.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](https://github.com/eventlet/eventlet/compare/0.40.0...0.40.1)

---
updated-dependencies:
- dependency-name: eventlet
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 21:25:42 +00:00
Kenneth Kehl
059ff9b3bb clean up logs 2025-06-24 09:04:56 -07:00
Alex Janousek
88dfa65cd9 Merge pull request #1791 from GSA/dependabot/pip/numpy-2.3.1
Bump numpy from 2.3.0 to 2.3.1
2025-06-24 08:32:41 -04:00
Alex Janousek
1347181336 Merge pull request #1792 from GSA/dependabot/pip/cloudfoundry-client-1.38.5
Bump cloudfoundry-client from 1.38.4 to 1.38.5
2025-06-24 08:32:22 -04:00
dependabot[bot]
51247ce88a Bump cloudfoundry-client from 1.38.4 to 1.38.5
---
updated-dependencies:
- dependency-name: cloudfoundry-client
  dependency-version: 1.38.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 23:33:03 +00:00
dependabot[bot]
a51ce0397d Bump numpy from 2.3.0 to 2.3.1
---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 22:14:42 +00:00
Kenneth Kehl
ef5f9a6ca3 double ugh 2025-06-23 12:13:35 -07:00
Alex Janousek
7e00497479 Merge pull request #1788 from GSA/dependabot/pip/flake8-7.3.0
Bump flake8 from 7.2.0 to 7.3.0
2025-06-23 12:19:36 -04:00
Alex Janousek
4c43b0f25f Merge pull request #1789 from GSA/dependabot/pip/cloudfoundry-client-1.38.4
Bump cloudfoundry-client from 1.38.3 to 1.38.4
2025-06-23 12:19:03 -04:00
dependabot[bot]
d3e4384aca Bump cloudfoundry-client from 1.38.3 to 1.38.4
Bumps [cloudfoundry-client](https://github.com/cloudfoundry-community/cf-python-client) from 1.38.3 to 1.38.4.
- [Commits](https://github.com/cloudfoundry-community/cf-python-client/compare/v1.38.3...v1.38.4)

---
updated-dependencies:
- dependency-name: cloudfoundry-client
  dependency-version: 1.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-20 21:26:56 +00:00
dependabot[bot]
a40711015a Bump flake8 from 7.2.0 to 7.3.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-20 21:25:43 +00:00
Alex Janousek
8306eebc4e Merge pull request #1787 from GSA/dependabot/pip/newrelic-10.14.0
Bump newrelic from 10.13.0 to 10.14.0
2025-06-19 17:36:27 -04:00
dependabot[bot]
b5401d85c6 Bump newrelic from 10.13.0 to 10.14.0
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 10.13.0 to 10.14.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.13.0...v10.14.0)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-version: 10.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-19 21:22:50 +00:00
Kenneth Kehl
9bbe504fa3 fix input handling 2025-06-19 11:46:40 -07:00
Kenneth Kehl
c8ac8f349a fix input handling 2025-06-19 11:31:37 -07:00
Kenneth Kehl
69e7244485 fix input handling 2025-06-19 11:12:42 -07:00