Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Goppelt 8ace13074f Update CI pipeline to use Go 1.25.8, enhance Definition of Done with SonarQube checks, refactor SID allocation in Windows functions, and improve test coverage for JoiningSlash function. 2026-03-29 14:54:31 +02:00
Stefan Goppelt bc9b0ce88f Add configuration files and scripts for project standards enforcement
continuous-integration/drone/push Build is failing Details
- Introduced .editorconfig for consistent coding styles.
- Added .gitattributes to manage line endings and text attributes.
- Created README.md for Git hooks usage and configuration.
- Implemented pre-commit hook to enforce executable permissions and LF line endings for shell scripts.
- Updated .gitignore to include additional build artifacts and directories.
- Enhanced AGENTS.md and Definition of Done documentation with testing standards.
- Modified reconciliation scripts to include new configuration files and templates.
2026-03-29 13:48:46 +02:00
Stefan Goppelt bfb4a30ce8 - add build artifacts/report rule (.build) to AGENTS
- set DoD minimum automated test coverage to 80%
- extend reconcile scripts (ps1/sh) to ensure .gitignore contains .build/
- sync repository standards files to latest template
2026-03-29 13:36:43 +02:00
Stefan Goppelt a24fffa0e6 Add .gitignore, enhance AGENTS and Definition of Done documentation, update README with project details, and improve test coverage for Windows-specific functionality 2026-03-29 13:31:23 +02:00
Stefan Goppelt e69fd33931 Add AGENTS and Definition of Done documentation; implement project standards reconciliation scripts
continuous-integration/drone/push Build is failing Details
2026-03-29 13:07:14 +02:00