Commit Graph

136 Commits

Author SHA1 Message Date
Alex Janousek
86458fe1a0 Added changes to support extra day in activity chart (#1928) 2025-08-25 13:28:54 -07:00
Beverly Nguyen
a38c642ecd add the ability to query jobs based on processed started time rather than created_at 2025-08-07 18:35:58 -07:00
Beverly Nguyen
0aca341805 pytest fixes 2025-06-26 17:49:17 -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
Kenneth Kehl
059ff9b3bb clean up logs 2025-06-24 09:04:56 -07:00
Kenneth Kehl
4cfb980ac6 add debug tag adr 2025-02-27 13:24:32 -08:00
Kenneth Kehl
fdf6158934 merge from main 2025-01-14 12:01:46 -08:00
Kenneth Kehl
0d1a98914a cleanup pending notifications 2025-01-08 08:44:49 -08:00
Kenneth Kehl
4e3f89906d try again 2024-12-30 12:11:19 -08:00
Kenneth Kehl
bf497d8896 try again 2024-12-30 11:45:14 -08:00
Kenneth Kehl
3c0621f472 more code review feedback 2024-12-20 08:09:19 -08:00
Kenneth Kehl
3388371428 fix filter_bys 2024-12-19 11:10:03 -08:00
Kenneth Kehl
6c26db6b03 use saclars() for extend 2024-10-17 09:15:21 -07:00
Kenneth Kehl
a0db2b4610 use saclars() for extend 2024-10-17 09:05:33 -07:00
Kenneth Kehl
6ea003effd finish jobs_dao? 2024-10-17 08:56:15 -07:00
Kenneth Kehl
f13fbf81d6 revert scalrs 2024-10-17 08:44:37 -07:00
Kenneth Kehl
ead2127cca try scalars 2024-10-17 08:22:34 -07:00
Kenneth Kehl
f1ecfd5e09 try scalars 2024-10-17 08:06:26 -07:00
Kenneth Kehl
965c5c9b84 everything except extend 2024-10-17 07:36:24 -07:00
Kenneth Kehl
8c7aa30a3e down to line 179 2024-10-16 12:22:00 -07:00
Kenneth Kehl
e8efde314d down to line 179 2024-10-16 12:05:56 -07:00
Kenneth Kehl
0182affc89 down to line 179 2024-10-16 11:49:30 -07:00
Kenneth Kehl
8b38512599 fix pagination maybe 2024-10-16 11:30:36 -07:00
Kenneth Kehl
7d3900f3c5 fix test 2024-10-16 10:56:08 -07:00
Kenneth Kehl
d7700b2b08 fix test 2024-10-16 10:48:17 -07:00
Kenneth Kehl
8e3784caee revert pagination for now 2024-10-16 10:16:04 -07:00
Kenneth Kehl
935b778b22 try handmade pagination 2024-10-15 14:50:49 -07:00
Kenneth Kehl
17cfa38df6 try handmade pagination 2024-10-15 14:43:24 -07:00
Kenneth Kehl
ad60886525 try handmade pagination 2024-10-15 14:31:27 -07:00
Kenneth Kehl
573098bc61 fix paginate 2024-10-15 14:00:21 -07:00
Kenneth Kehl
01675ae9ce fix paginate 2024-10-15 13:52:23 -07:00
Kenneth Kehl
13c8418438 start on jobs dao 2024-10-15 13:37:49 -07:00
Kenneth Kehl
2919395ad0 start on jobs dao 2024-10-15 13:32:08 -07:00
Kenneth Kehl
f83032c4bc start on jobs dao 2024-10-15 13:26:13 -07:00
Kenneth Kehl
030a9b5daa add documentation on search tags 2024-08-21 10:59:49 -07:00
Kenneth Kehl
2b1f9b72a1 change data retention to 7 days, 23 hours 2024-08-21 10:46:13 -07:00
Kenneth Kehl
740a45e19b check test environment 2024-08-20 12:33:04 -07:00
Kenneth Kehl
74fb6b0301 raise exception for big diff 2024-08-20 12:22:41 -07:00
Kenneth Kehl
e6ea8f69d3 comment out repair job for now 2024-08-20 12:09:15 -07:00
Kenneth Kehl
e926b74d80 whoops remove testing code 2024-08-20 11:57:16 -07:00
Kenneth Kehl
e722689c79 fix style checks 2024-08-20 11:46:58 -07:00
Kenneth Kehl
0a47481548 Fix job.created_at time if necessary 2024-08-20 11:19:43 -07:00
Kenneth Kehl
905df17f65 remove datetime.utcnow() 2024-05-23 13:59:51 -07:00
Cliff Hill
db3761609b Job Status changed.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:33 -05:00
Kenneth Kehl
1ecb747c6d reformat 2023-08-29 14:54:30 -07:00
Kenneth Kehl
6f6061455c notify-162 delete incomplete s3 uploads (#276)
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
2023-05-23 11:31:30 -04:00
Ryan Ahearn
e07b596857 Remove contact list db, dao, and s3 code 2023-04-12 15:01:24 -04:00
Steven Reilly
ff4190a8eb Remove letters-related code (#175)
This deletes a big ol' chunk of code related to letters. It's not everything—there are still a few things that might be tied to sms/email—but it's the the heart of letters function. SMS and email function should be untouched by this.

Areas affected:

- Things obviously about letters
- PDF tasks, used for precompiling letters
- Virus scanning, used for those PDFs
- FTP, used to send letters to the printer
- Postage stuff
2023-03-02 20:20:31 -05:00
Rebecca Law
d4009ffc52 Rename database management functions.
Rename @transactional to @autocommit.
Rename nested_transaction to tranaction.
2021-04-19 10:56:00 +01:00