Commit Graph

23 Commits

Author SHA1 Message Date
5247f583ab Remove .Renviron from repo; add to .gitignore
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
2026-03-09 16:11:54 -04:00
b6f67eefc8 Add active listings tab from RentCast API
All checks were successful
Deploy stAndrews / deploy (push) Successful in 7s
- update_listings.R: pulls 1-mile radius, clips to plat boundary
- Listings tab: table with listed date, address, sqft, price, $/sqft
- Weekly cron: Sunday 11:30pm (30 min after owners refresh)
- httr2 added to renv.lock
2026-03-09 16:11:34 -04:00
b0dd3af91f Mark mailing label download as complete
All checks were successful
Deploy stAndrews / deploy (push) Successful in 6s
2026-03-09 15:40:56 -04:00
4a3b2b8c27 Use SCPA mailing address fields for label download; drop unit logic
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
2026-03-09 15:33:15 -04:00
ec55035e63 Add unit numbers and rename label to address_1 in mailing export
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
2026-03-09 15:12:58 -04:00
a2d962abd8 Clean mailing label CSV: blank owner_2, trim label, add city/state/zip
All checks were successful
Deploy stAndrews / deploy (push) Successful in 6s
2026-03-09 15:06:54 -04:00
ef388636b3 Fix download buttons blocked by Framework7 link interception
All checks were successful
Deploy stAndrews / deploy (push) Successful in 6s
2026-03-09 15:04:29 -04:00
992ff2c99d Split Dockerfile into base + app layers for fast CI rebuilds
All checks were successful
Deploy stAndrews / deploy (push) Successful in 6s
Base image (standrews-base) contains system deps and R packages.
App Dockerfile is now just COPY + permissions — rebuilds in seconds.
2026-03-09 15:01:48 -04:00
3db08e490f Fix deploy: add docker compose build step
All checks were successful
Deploy stAndrews / deploy (push) Successful in 6s
2026-03-09 14:57:17 -04:00
7d8a914c12 Add mailing label download buttons to Owners tab
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
2026-03-09 14:53:10 -04:00
3aaf0566ec Display last sale date on Owners tab
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
2026-03-09 12:43:56 -04:00
4480dd87d4 Add weekly cron for owners refresh; fix download timeout
- options(timeout = 300) added to update_owners.R — 87.5 MB SCPA
  file exceeds the 60s default
- TODO updated: cron job tested end-to-end 2026-03-09
2026-03-09 12:40:41 -04:00
e7bfea70a0 Mark deployment complete in TODO
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
2026-03-09 11:53:32 -04:00
2839feef9e Document deployment problems and fix volume mounts
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
2026-03-09 11:42:09 -04:00
1a924c2493 Switch back to ubuntu-latest runner
All checks were successful
Deploy stAndrews / deploy (push) Successful in 15s
2026-03-09 11:15:15 -04:00
70eee23458 Trigger deploy with self-hosted runner
Some checks failed
Deploy stAndrews / deploy (push) Has been cancelled
2026-03-09 11:11:44 -04:00
085ee9269e Use self-hosted runner for native execution
Some checks failed
Deploy stAndrews / deploy (push) Has been cancelled
2026-03-09 11:10:08 -04:00
72af0a2e16 Run workflow natively, skip redundant image rebuild
Some checks failed
Deploy stAndrews / deploy (push) Has been cancelled
2026-03-09 11:06:19 -04:00
18f240c0ae Fix SSH heredoc in deploy workflow
Some checks failed
Deploy stAndrews / deploy (push) Has been cancelled
2026-03-09 10:53:35 -04:00
a395983819 Trigger initial deploy 2026-03-09 10:51:13 -04:00
d52c86b89f Rename trigger branch to main 2026-03-09 10:40:20 -04:00
43552a937e Add deployment pipeline and clean up repo
- Add Dockerfile, docker-compose.yml, .dockerignore, .env (port 3842)
- Add Caddyfile.snippet for analytics gateway import pattern
- Add .gitea/workflows/deploy.yaml for act_runner SSH deploy
- Untrack sensitive/data files (SCPA xlsx, owners.rds)
- Add renv lockfile and infrastructure files
- Reorganize data-raw scripts and add SarasotaCounty boundary data
- Move www assets to www/images/, add docs PDFs
2026-03-09 10:38:21 -04:00
623754358b Initial commit 2025-03-15 05:56:50 -04:00