• Joined on 2024-06-17
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 06:03:06 +00:00
4116884f9f fix: add /app/node_modules to PATH and NODE_PATH
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 06:01:59 +00:00
b445d9044a chore: revert Dockerfile back to /app directory
81c93bafc1 fix: use NODE_PATH env var instead of symlinks
Compare 2 commits »
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 05:59:39 +00:00
ba180ae6e1 fix: move node_modules to /workspace in CI image and update symlink
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 05:53:46 +00:00
c611c68822 fix: use symlinks to link node_modules from container
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 05:52:08 +00:00
4c2687498f fix: update workflows to checkout in /app directory
david created pull request david/euchre_camp#18 2026-04-01 05:21:32 +00:00
ci-image-improvements
david created branch ci-image-improvements in david/euchre_camp 2026-04-01 05:21:27 +00:00
david pushed to ci-image-improvements at david/euchre_camp 2026-04-01 05:21:27 +00:00
3983049d2c fix: use correct docker registry and image name
941d857feb docs: update documentation with CI image info
b686c3673e chore: add script for building CI image locally
dfd66cde0b ci: add CI image builder workflow and Dockerfile
Compare 4 commits »
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 05:13:03 +00:00
21bc63701d docs: update documentation with CI image info
48e8f894e3 chore: add script for building CI image locally
adf20693c5 ci: add CI image builder workflow and Dockerfile
Compare 3 commits »
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 05:08:01 +00:00
e303955599 fix: update release workflow syntax for Gitea Actions compatibility
fa6c4369a6 chore: update justfile with container testing note
9c884ee020 chore: add script for running tests in Docker container
5b91cf1426 ci: use node:20-alpine container to avoid Node.js setup time
00373fcef4 refactor: move legacy files to organized directories
Compare 10 commits »
david created branch fix/workflow-tag-exists in david/euchre_camp 2026-04-01 05:08:00 +00:00
david deleted branch fix/workflow-tag-exists from david/euchre_camp 2026-04-01 05:03:19 +00:00
david pushed to main at david/euchre_camp 2026-04-01 05:03:18 +00:00
501e1b7e23 fix: version bumping and Docker registry authentication (#17)
david closed issue david/euchre_camp#13 2026-04-01 05:03:17 +00:00
Add database test safety configuration
david merged pull request david/euchre_camp#17 2026-04-01 05:03:16 +00:00
fix: version bumping and Docker registry authentication
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 04:59:41 +00:00
fa6c4369a6 chore: update justfile with container testing note
9c884ee020 chore: add script for running tests in Docker container
5b91cf1426 ci: use node:20-alpine container to avoid Node.js setup time
Compare 3 commits »
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 04:51:56 +00:00
00373fcef4 refactor: move legacy files to organized directories
80714a5daa refactor: move TODO.md to docs directory for better organization
039b927bb7 refactor: move Python scripts to scripts/python/ directory
9511eed477 refactor: move deployment docs to docs/deployment/ directory
0e1046fcb5 docs: add FILE_ORGANIZATION.md to document project structure
Compare 9 commits »
david deleted branch feat/database-test-safety from david/euchre_camp 2026-04-01 04:38:43 +00:00
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 03:05:56 +00:00
ff7461973a fix: optimize workflows to avoid redundant test runs
david pushed to fix/workflow-tag-exists at david/euchre_camp 2026-04-01 03:02:41 +00:00
9b69cb84e3 docs: add workflow architecture documentation