windyboy
c687fdcde8
✨ Update agent guidelines and improve documentation structure. Refactor AGENTS.md to streamline commands and code style guidelines, enhancing clarity and usability. Update README.md with refined NATS consumer configuration details and observability metrics. Modify .gitignore to exclude dynamically generated Prometheus target files. Enhance configuration files for development and production environments, ensuring consistency and clarity in settings.
2025-11-19 13:07:09 +08:00
windyboy
67abd66fa3
✨ Enhance logging configuration by introducing file output options and rotation settings in config.dev.toml. Update logger implementation to support multiple output streams, including file logging with rotation using lumberjack. Improve error handling and logging across various components, ensuring consistent logging practices. Update .gitignore to include log files and compressed logs. Add new Go module dependency for lumberjack.
2025-11-17 12:58:40 +08:00
windyboy
204217015d
✨ Add configuration for Code Review Automation and enhance .gitignore. Introduce .coderabbit.yml for automated reviews with profiles for correctness, maintainability, security, and performance. Update paths to include relevant directories and exclude generated files. Modify .gitignore to include coverage reports and generated files. Refactor Docker Compose to use updated paths for database initialization scripts. Update Go module dependencies and enhance Makefile with new code generation tasks. Transition domain models to a new DTO structure for better separation of concerns.
2025-11-17 11:47:23 +08:00
windyboy
4ff44804f2
refactor: Remove coverage files from gitignore
2024-08-12 10:12:49 +08:00
windyboy
8a1de2db43
refactor: Add coverage.html to .gitignore
2024-08-07 20:01:06 +08:00
windyboy
d053ff8c38
refactor: Update go.sum to include go.sum file in version control
...
The code changes in `.gitignore` modify the exclusion rule for `go.sum` file, removing the `#` symbol to include it in version control. This change ensures that the `go.sum` file is tracked and synchronized across different environments, improving dependency management and ensuring consistent builds.
2024-07-29 23:41:06 +08:00
windyboy
768c9a4476
remove report
2024-07-24 19:14:14 +08:00
windyboy
77a7c7eae0
refactor: Update ARR body parsing logic
2024-07-23 11:29:12 +08:00
windyboy
0391f9f481
refactor: Update ARR body parsing logic
...
The code changes in `aviation_parser_test.go` update the ARR body parsing logic. The `ParseHeader` function now correctly handles ARR bodies with optional time components. This ensures accurate parsing of ARR bodies and improves the overall functionality of the aviation parser.
2024-07-22 12:42:30 +08:00
windyboy
d1d427057e
chore: Add .gitignore file to project
2024-07-19 20:02:03 +08:00