danbiagini/sportsoil
Update app.py - home page subheader
Merge pull request #3 from danbiagini/neghl
Fix text on home page
Update text to add TeamSnap and GameSheet
use requirements.txt for CI install
reduce container size and add data files
add latest tags on push
Update check_file_size_main.yml for lfs-warning
Add build push on tags
Run DB migrations before tests
fix UT DB connection
use supabase postgres which includes pgtap
Use custom postgres container with pgtap installed
Fix DB tests
Add CI and docker support
working support for gamesheet import and teamsnap output
working ScheduleColumnClassifier with tests
remove hack to skip first data row in teams.csv
update with AB 2024-25 teams
adding DB snapshot
better logging
support seeding association crawler with csv file
strip season text
add season to team export
scrapy requirements
association scraper with team item export to csv
add mailto for help in app menu and clean up demo on about
added association-slug to schedule_metrics table
Menu clean up and about page error handling for DB error
DB loader script
fix bug when match1 or match2 are None
change google app to run app.py
do not log db passwords
enabled debug logging on stage
update streamlit version 1.31
update README for new app.py
add schedule summary and teams menu
New sidebar menu and association guessing
add missing rink test file
set TTL on cached rinks from DB
Merge pull request #2 from danbiagini/associations
adding rink lookup from DB
removing un-needed columns from SE sched gen
Merge branch 'associations' of https://github.com/danbiagini/sportsoil into associations
rinks data schema change and seed data
Merge pull request #1 from danbiagini/main
fix schedule generation bug
added association notebook for further analysis
buildpack container build and running with docker
updates to about page text
