Commit Graph

12 Commits

Author SHA1 Message Date
91254adfe3 fix: wrong error message
- fix the error message to be more precise what it is
2024-10-15 10:38:46 +02:00
5da2e9e52d feat(database): added pool references
All checks were successful
Gitea Build Check / Build (push) Successful in 3m12s
Gitea Build Check / Build (pull_request) Successful in 3m12s
- added creating and deletion
2024-10-15 10:20:37 +02:00
c933b2ad63 feat(pool): added pool creation
- added basic CRUD for Pools
2024-10-14 13:05:48 +02:00
5cc5a22d28 feat(error): added additional constant
added missing log content for tag
2024-08-13 15:07:53 +02:00
a9ac2a34fb feat(error): added additional constant 2024-08-13 14:44:16 +02:00
1cbdd1f4ed feat(error): added additional constant
added missing log content for tag
2024-08-13 14:26:12 +02:00
75bbbb4408 chore(tests):
Some checks failed
Gitea Build Check / Build (push) Failing after 26s
refactored & fixed old test cases
2024-08-13 11:07:14 +02:00
cfc7e5362d chore: Add comments and improve JSON annotations for better data structuring and clarity across the codebase 2024-08-13 10:54:21 +02:00
2b54f25eea feat(database): added all missing functions 2024-08-11 00:13:46 +02:00
7720110a0a refactor: Update validation error messages for clarity and consistency 2024-08-09 22:45:25 +02:00
b8e29de4fc refactor(error): error handling in database package
- Replace custom error types with string constants for common database errors.
- Simplify the Database struct to include a Reason field for error messages.
- Update Error method to format the error output using the Reason.
- Modify validation error constants for consistency and clarity.
2024-08-09 22:14:13 +02:00
34c001473b migration from old git (no git history)
Some checks failed
Gitea Build Check / Build (push) Failing after 11m27s
2024-07-19 10:03:35 +02:00