Carlo Costino
bcaf53f78d
Put exception logging in the correct place
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-07-30 11:50:36 -04:00
Carlo Costino
036817daf4
Re-raise exception to see what is happening
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-07-30 11:47:18 -04:00
Carlo Costino
6eb7de0c45
Expose underlying error message in process delivery task
...
This changeset adds error information to a log statement so we can have a better idea of what might be failing with the process delivery Celery task.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-07-30 11:33:23 -04:00
Carlo Costino
b13e294673
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:28:00 -04:00
Kenneth Kehl
d0092d4bf6
fix
2025-07-29 10:33:29 -07:00
Kenneth Kehl
1eeceb072e
revert newrelic changes and disable gevent
2025-07-29 10:22:36 -07:00
Kenneth Kehl
143d57440c
try gevent
2025-07-28 08:52:02 -07:00
Kenneth Kehl
dd42b9636c
fix
2025-07-25 08:00:43 -07:00
Kenneth Kehl
839f2009f2
clear up sqlalchemy warning
2025-07-25 07:35:39 -07:00
Kenneth Kehl
a792c1b941
ugh
2025-07-24 10:43:40 -07:00
Kenneth Kehl
daf490d308
fix dead code errors
2025-07-24 10:35:33 -07:00
Kenneth Kehl
378dfc3221
dead code findings?
2025-07-24 10:10:36 -07:00
Kenneth Kehl
3f68657607
revert truststore
2025-07-24 10:01:03 -07:00
Kenneth Kehl
70d142cb90
fix truststore
2025-07-24 08:03:50 -07:00
Kenneth Kehl
e16c4fe277
try using truststore
2025-07-22 10:44:14 -07:00
Kenneth Kehl
b7cece97ad
fix minor bug where subject is missing
2025-07-18 09:50:36 -07:00
Kenneth Kehl
98b2149cf5
more invite debug
2025-07-16 11:33:15 -07:00
Kenneth Kehl
f080c94093
fix eventlet
2025-07-15 08:15:08 -07:00
Kenneth Kehl
be443172b0
fix celery bug
2025-07-14 07:49:34 -07:00
ccostino
7cc2e17e15
Merge pull request #1824 from GSA/cronitor
...
fix cronitor
2025-07-11 10:32:10 -04:00
Kenneth Kehl
8fa893895c
cleanup
2025-07-10 14:29:46 -07:00
Kenneth Kehl
c81264f098
cleanup
2025-07-10 14:26:56 -07:00
Kenneth Kehl
42ce627800
fix eventlet sleep
2025-07-10 10:41:21 -07:00
Kenneth Kehl
2bfcd4a54d
fix cronitor
2025-07-10 09:43:32 -07:00
ccostino
c0a97985d7
Merge pull request #1820 from GSA/acceptable_finish_time
...
fix acceptable_finish_time
2025-07-09 15:11:45 -04:00
Kenneth Kehl
7e6bd32305
fix acceptable_finish_time
2025-07-09 10:41:08 -07:00
Kenneth Kehl
256ab0f83c
fix cronitor task name
2025-07-09 10:23:57 -07:00
Kenneth Kehl
5f3b291c0a
more tests
2025-07-07 12:15:38 -07:00
Kenneth Kehl
fe6903c6cc
more tests
2025-07-07 10:15:48 -07:00
Kenneth Kehl
69394f7a7f
more tests
2025-07-07 07:42:33 -07:00
Kenneth Kehl
b5fdc76a4e
more tests
2025-07-02 11:56:11 -07:00
Kenneth Kehl
3c4ec961fe
more tests
2025-06-30 07:22:31 -07:00
Kenneth Kehl
8573b4d67e
don't use global s3 client
2025-06-27 12:12:43 -07:00
Kenneth Kehl
fae0a3bbd8
don't use global s3 client
2025-06-27 11:32:54 -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
Beverly Nguyen
0aca341805
pytest fixes
2025-06-26 17:49:17 -07:00
Kenneth Kehl
58a8b51f59
more input checking
2025-06-26 10:35:46 -07: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
ccostino
dc3c313361
Merge pull request #1786 from GSA/fix_sql_inject
...
fix input handling
2025-06-25 14:04:42 -04:00
Kenneth Kehl
b52518ca08
make regex verbose
2025-06-25 10:37:07 -07: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
Kenneth Kehl
059ff9b3bb
clean up logs
2025-06-24 09:04:56 -07: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
Kenneth Kehl
b734b9cb9f
fix input handling
2025-06-19 11:03:04 -07:00
Kenneth Kehl
6a811c8297
merge from main
2025-06-17 10:17:04 -07:00
Kenneth Kehl
d23a14bf45
Merge pull request #1775 from GSA/invites
...
add warning to log out before accepting invite
2025-06-17 09:05:28 -07:00