• Joined on 2024-06-17
david deleted branch feat/bun-transition from david/euchre_camp 2026-04-04 00:42:33 +00:00
david commented on issue david/euchre_camp#7 2026-04-02 05:54:51 +00:00
As a tournament admin, I want a Schedule tab to view round matchups

Expanded Scope (working on this now)

Additional Acceptance Criteria

  • Round-robin schedule generator creates TournamentRound and BracketMatchup records from existing teams
david created branch feat/bun-transition in david/euchre_camp 2026-04-02 04:53:59 +00:00
david pushed to feat/bun-transition at david/euchre_camp 2026-04-02 04:53:59 +00:00
david deleted branch feat/bun-transition from david/euchre_camp 2026-04-02 04:51:23 +00:00
david pushed to main at david/euchre_camp 2026-04-02 04:51:22 +00:00
2cf832eeac ci: remove acceptance tests and add dev deployment
967bdc1b89 fix(tests): resolve password validation, csv upload, and admin auth issues
a3cd46e39a fix(ci): correct playwright config paths and add env example files
42902106e6 fix(ci): use existing PostgreSQL server at dhg.lol
1503420519 fix(ci): use PostgreSQL in acceptance-tests with dev credentials
Compare 24 commits »
david merged pull request david/euchre_camp#21 2026-04-02 04:51:20 +00:00
feat/bun-transition
david pushed to feat/bun-transition at david/euchre_camp 2026-04-02 04:49:47 +00:00
2cf832eeac ci: remove acceptance tests and add dev deployment
david pushed to feat/bun-transition at david/euchre_camp 2026-04-02 03:35:54 +00:00
967bdc1b89 fix(tests): resolve password validation, csv upload, and admin auth issues
david pushed to feat/bun-transition at david/euchre_camp 2026-04-02 00:44:50 +00:00
a3cd46e39a fix(ci): correct playwright config paths and add env example files
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 22:09:28 +00:00
42902106e6 fix(ci): use existing PostgreSQL server at dhg.lol
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 22:04:04 +00:00
1503420519 fix(ci): use PostgreSQL in acceptance-tests with dev credentials
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 21:43:31 +00:00
f8f9c205be feat(ci): build custom Docker images for Gitea Actions compatibility
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 21:10:17 +00:00
d8a8931bc3 fix(tests): add @prisma/client mock for test isolation
e921f17d2c fix(ci): add prisma generate step to unit-tests job
Compare 2 commits »
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 20:02:52 +00:00
c993852147 chore: remove flat config file (ESLint v8 compatibility)
96a7454d2f fix: downgrade ESLint to v8.57.1 for LSP compatibility
ed43399b24 fix: improve TypeScript types for better IDE code hinting
Compare 3 commits »
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 19:37:16 +00:00
e8f0fd2538 feat: migrate to ESLint flat config (eslint.config.js)
2e98e9eb51 Revert "fix: downgrade ESLint to v8.x for .eslintrc.json compatibility"
3a7a9b4b8e fix: downgrade ESLint to v8.x for .eslintrc.json compatibility
Compare 3 commits »
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 19:33:56 +00:00
66ee38f456 fix: update PR workflow to exclude e2e tests from unit test phase
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 19:22:04 +00:00
4e3b25e2fc fix: avoid global mock clearing in EditTournamentForm tests
e4c4333b40 fix: avoid global mock clearing in Navigation tests
09302fd911 fix: add DOM cleanup to bun-setup.ts
0d9707ea27 fix: disable test isolation in bunfig.toml
Compare 4 commits »
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 08:05:09 +00:00
b90ec08966 refactor: improve test structure for Bun compatibility
david pushed to feat/bun-transition at david/euchre_camp 2026-04-01 07:21:30 +00:00
1cd2cbd0a6 feat: update CI/CD to use Bun