• Joined on 2024-06-17
david pushed to main at david/euchre_camp 2026-04-01 01:56:20 +00:00
69abec3b87 fix: update workflow to use correct Docker registries
david pushed to main at david/euchre_camp 2026-04-01 01:55:19 +00:00
92c064c264 feat: add Gitea Actions release workflow
david pushed to main at david/euchre_camp 2026-04-01 01:52:19 +00:00
59009f0bf7 feat: add view match link to admin matches page
david opened issue david/euchre_camp#15 2026-04-01 01:48:06 +00:00
as a site admin, i want to be able to temporarily view the site as a player or club admin so that i can improve the experience
david pushed to main at david/euchre_camp 2026-04-01 01:44:43 +00:00
381bf630c7 chore: bump version to v0.1.1
david pushed tag v0.1.1 to david/euchre_camp 2026-04-01 01:44:43 +00:00
david closed pull request david/euchre_camp#14 2026-04-01 01:44:18 +00:00
feat: add database test safety configuration
david pushed to main at david/euchre_camp 2026-04-01 01:44:14 +00:00
1f4bdc2756 Merge branch 'feat/database-test-safety' of ssh://git.notsosm.art/david/euchre_camp
f9d6321721 fix: use ELO change instead of win rate for best partner calculation
b38b88f67d chore: regenerate docker-compose files with environment variables
237f128779 fix: remove hardcoded passwords from docker-compose generation
6989decf6f fix: load .env.development in test setup files
Compare 8 commits »
david created pull request david/euchre_camp#14 2026-04-01 01:43:31 +00:00
feat: add database test safety configuration
david created branch feat/database-test-safety in david/euchre_camp 2026-04-01 01:43:17 +00:00
david pushed to feat/database-test-safety at david/euchre_camp 2026-04-01 01:43:17 +00:00
f9d6321721 fix: use ELO change instead of win rate for best partner calculation
b38b88f67d chore: regenerate docker-compose files with environment variables
237f128779 fix: remove hardcoded passwords from docker-compose generation
6989decf6f fix: load .env.development in test setup files
4e112c92ae fix: remove hardcoded database URLs and use environment variables
Compare 7 commits »
david commented on issue david/euchre_camp#13 2026-04-01 01:40:15 +00:00
Add database test safety configuration

Fixed the best partner logic in player profiles.

The issue was that the logic was using win rate to determine best partner, which had a flaw:

  • It required partnerships to have 3+ games to be…
david commented on issue david/euchre_camp#13 2026-04-01 01:39:34 +00:00
Add database test safety configuration

Fix: Best Partner Logic Updated

Changed the best partner calculation from using win rate to using ELO contribution:

Before:

  • Best partner = partner with highest win rate (among…
david commented on issue david/euchre_camp#13 2026-04-01 01:34:12 +00:00
Add database test safety configuration

Final Status Update

All changes completed successfully:

Security Improvements:

  1. Removed hardcoded database passwords from version control
  2. Updated all scripts to use environment…
david commented on issue david/euchre_camp#13 2026-04-01 01:30:54 +00:00
Add database test safety configuration

Status Update

Completed:

  1. Removed hardcoded database URLs from package.json scripts
  2. Updated scripts to load environment variables from .env and .env.development files
  3. Added database…
david opened issue david/euchre_camp#13 2026-04-01 01:28:30 +00:00
Add database test safety configuration
david pushed to main at david/euchre_camp 2026-04-01 00:52:50 +00:00
6cef0ac342 chore: update admin script to set site_admin role by default
david pushed to main at david/euchre_camp 2026-04-01 00:43:16 +00:00
74e6180a35 chore: update Docker repository from dhg.lol:5000 to euchre-camp/euchre-camp
david pushed to main at david/euchre_camp 2026-04-01 00:34:01 +00:00
8440962649 chore: release v0.1.0
david released Release v0.1.0 at david/euchre_camp 2026-04-01 00:23:26 +00:00