|
|
e01728b9a0
|
Merge pull request 'Refactor: Gin router migration and JWT auth update' (!6) from change_router into dev
Lint Golang / lint (push) Successful in 2m34s
Lint Golang / lint (pull_request) Successful in 2m32s
Reviewed-on: #6
|
2025-11-04 17:08:59 +00:00 |
|
|
|
465eb99bae
|
refactor: Fix linter errors
|
2025-11-04 20:04:13 +03:00 |
|
|
|
2a411136b7
|
refactor: Remove unused variable
|
2025-11-04 19:59:44 +03:00 |
|
|
|
fc8b723114
|
refactor: Fix linter errors by auto-apply
- Apply automated linter fixes
- Manually reformat fields in model/service.go
- Resolve code complexity issues
|
2025-11-04 19:59:17 +03:00 |
|
|
|
180a5c2a90
|
refactor: Fix linter errors
|
2025-11-04 19:52:26 +03:00 |
|
|
|
8ca762cb1f
|
refactor: Remove rabbitmq from docker-compose
|
2025-11-04 19:20:11 +03:00 |
|
|
|
5a8b53b49d
|
feat: Add documentation generation and serve functionality
- Implement documentation generation
- Replace chi router with gin for documentation server
- Fix issues with docs command execution
|
2025-11-04 19:20:10 +03:00 |
|
|
|
3fc545f067
|
feat: Update dependencies
|
2025-11-04 19:20:10 +03:00 |
|
|
|
7be0c7c6d3
|
refactor!: Update JWT logic
- Change algo from ed25519 to rsa256
- Use gin-jwt lib for JWT middleware
|
2025-11-04 19:20:09 +03:00 |
|
|
|
7bc4ce8c96
|
refactor!: Use gin router instead chi router
- Removed chi dependencies
- Updated router registration logic
|
2025-11-04 19:20:00 +03:00 |
|