trepa/internal/core
qpismont 9d544c7e8a
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
Update CI configuration to use Go 1.24.1-alpine for build, lint, and test steps. Fix test database setup path in account tests and improve error handling in JWT verification.
2025-03-24 20:55:54 +00:00
..
database.go begin core module 2025-02-20 12:09:38 +00:00
database_test.go fix unit tests 2025-02-26 19:47:39 +00:00
env.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
env_test.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
errors.go starting accounts 2025-03-11 21:42:36 +00:00
errors_test.go add errors unit test 2025-02-25 21:32:32 +00:00
hash.go Update dependencies, improve password handling, and enhance devcontainer configuration. Bump Go version to 1.24.1, add Air version to Dockerfile, and refactor password hashing and comparison functions to return errors. Update tests accordingly. 2025-03-18 21:19:49 +00:00
hash_test.go Update dependencies, improve password handling, and enhance devcontainer configuration. Bump Go version to 1.24.1, add Air version to Dockerfile, and refactor password hashing and comparison functions to return errors. Update tests accordingly. 2025-03-18 21:19:49 +00:00
http.go starting accounts 2025-03-11 21:42:36 +00:00
jwt.go Add account management features: implement GetAccount endpoint, update Login method to return token, enhance repository and service layers, and add JWT middleware for authentication. Update .gitignore to include tmp directory. 2025-03-24 20:43:00 +00:00
jwt_test.go Update CI configuration to use Go 1.24.1-alpine for build, lint, and test steps. Fix test database setup path in account tests and improve error handling in JWT verification. 2025-03-24 20:55:54 +00:00
middleware.go Add account management features: implement GetAccount endpoint, update Login method to return token, enhance repository and service layers, and add JWT middleware for authentication. Update .gitignore to include tmp directory. 2025-03-24 20:43:00 +00:00