Commit graph

1467 commits

Author SHA1 Message Date
ffd424df12
Save the organization with the compliance report on creation
This avoids the problem of having to assign the compliance report later
when we get location data and image data.
2026-04-20 16:21:08 +00:00
0b32492fd6
Add version information to build output 2026-04-20 01:58:44 +00:00
ade629ecf5
Rework background jobs to make transactions much shorter
I ended up with minutes-long open transactions in the database in prod
which was causing outtages. This is because I thought transactions were
basically free, which is a terrible thing to think. Instead we'll just
open them when we need them.
2026-04-17 22:53:23 +00:00
55cb4ca962
Track the site with the URL 2026-04-17 22:04:24 +00:00
efd6f59fca
Populate ComplianceReportRequest on site review page 2026-04-17 21:40:04 +00:00
a6ca30fdb1
Add application name to transaction
Trying to find what's getting locked
2026-04-17 21:27:30 +00:00
3196b73a80
fix setting up compliance map 2026-04-17 20:58:21 +00:00
5a865cc5e1
arcgis-go bump 2026-04-17 20:55:11 +00:00
abbe80b1f0
Don't fail to process background jobs because one failed 2026-04-17 20:51:24 +00:00
ac552be7e7
Send compliance report data with lead data 2026-04-17 20:51:07 +00:00
cedbb3372e
Try to capture more data on the failure to create address with Lob 2026-04-17 20:50:43 +00:00
0420b777c9
Remove chatty log 2026-04-17 20:50:30 +00:00
83bf3023de
Update vendor has for arcgis-go update 2026-04-17 20:26:55 +00:00
0e777568fb
Add sublogging for job work for debugging 2026-04-17 20:25:25 +00:00
75e9d5a621
Bump arcgis-go version to 0.0.12 2026-04-17 20:25:06 +00:00
a2cdbc26bd
Allow signin with next parameter 2026-04-17 19:44:08 +00:00
be9065354d
Detect when we fail to get tile service 2026-04-17 19:43:57 +00:00
fa675f293d
Add initial work on getting compliance data for leads 2026-04-17 19:43:40 +00:00
b7d26d5ad7
Only log every route if we have VERBOSE enabled 2026-04-17 19:39:10 +00:00
21587493c0
Stop swamping the server on reboot 2026-04-17 18:36:05 +00:00
4625dd39d0
Default sort sites by created date 2026-04-17 18:25:04 +00:00
fd662721bb
Fix non-rolled-back transactions 2026-04-17 18:19:13 +00:00
4a8c0d2e60
defer rollback rather than guard returns
I'm trying to make sure we close transactions on the database
2026-04-17 18:00:26 +00:00
c938cb231e
Add org name and user name to dashboard 2026-04-17 17:51:02 +00:00
ba8c0016ac
Add sigup page...again
Had it previously, but broke it for the single-page app migration.
2026-04-17 17:48:18 +00:00
b6e1bffd79
Add support for satellite tiles, with caching 2026-04-17 17:47:38 +00:00
61351dabf1
Update UI when a compliance letter is sent 2026-04-17 15:20:17 +00:00
efa01cffc2
Move session management into session store
Trying to get rid of the redirect to signin on any page refresh
2026-04-17 14:52:02 +00:00
bf156eaf7f
Slim down chrome requirements for the server 2026-04-17 14:51:24 +00:00
cb92b845e6
Show sites with leads more clearly 2026-04-17 03:10:08 +00:00
b85deb229f
Improve padding for multiple marker points 2026-04-17 03:07:16 +00:00
bff81eb6e3
Add basic lead type 2026-04-17 02:59:22 +00:00
617631063f
Add quick'n'dirty interface for leads and features 2026-04-17 02:59:01 +00:00
1f8e6b698f
Allow for a lot more sites, and for scrolling 2026-04-17 02:40:05 +00:00
09fe773987
Use the correct URL for generating pdfs 2026-04-17 02:31:57 +00:00
273e2b7b32
Ignore new lob test utils 2026-04-17 02:23:28 +00:00
dc3cce0b8a
Switch to multipart upload of PDF to lob, move backend to using that. 2026-04-17 02:22:05 +00:00
2c0aa980e7
Working creation of a letter
I had to use an address ID for 'to' and 'from' and then did really
weak-sauce inline HTML.
2026-04-17 01:00:16 +00:00
3ab0a00959
Working path to create addresses in lob 2026-04-17 00:23:34 +00:00
2ddf015a68
Skip pools without an address 2026-04-17 00:11:47 +00:00
b7eff027e7
Parse out lob's address format 2026-04-17 00:02:10 +00:00
fde9539191
Don't attempt to find the parcel if our address ID is nil
That's because the address doesn't have location data, so we can't find
a parcel.
2026-04-16 23:54:18 +00:00
6945b9f9ed
Drop to a single worker in the geocode pool
I'm sharing transactions incorrectly, and until I fix that I need
correctness, not speed.
2026-04-16 23:50:19 +00:00
5100c8f0be
Stop redirecting all loads to the dash page 2026-04-16 22:51:15 +00:00
1aba99f732
Remove chatty debug logs 2026-04-16 22:51:00 +00:00
97ec0667a5
Initial success talking to lob directly with my own client 2026-04-16 22:41:43 +00:00
c0935c848b
Default required fields to empty strings
So the insertion doesn't fail
2026-04-16 22:32:48 +00:00
a2271a2ce8
Add more debug info about user login 2026-04-16 22:08:28 +00:00
83c013785f
Fix swizzled email args 2026-04-16 21:58:41 +00:00
e464a9fcdb
Longer timeout on axios client
We're hitting the 10sec timeout trying to do login
2026-04-16 21:24:45 +00:00