c120c583e3
feat(database): added pools
...
Gitea Build Check / Build (push) Successful in 2m56s
- added migration
- added model
2024-10-14 12:23:15 +02:00
8f6ca691bf
feat(test): added post, tags & fixed issues
...
Gitea Build Check / Build (push) Successful in 2m0s
fully tested post & tags. Also found bugs with the tests. Those are now fixed.
2024-08-14 13:43:11 +02:00
450e06eb25
refactor: Refactor Domain field to use SourceDomain type in Source struct
2024-08-13 15:43:03 +02:00
75bbbb4408
chore(tests):
...
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
b4e8152cb4
chore: removed dead code
2024-08-13 10:35:01 +02:00
78e17cf100
feat(scopes): Add pagination support with Paginate and AdvancedPagination functions
...
Gitea Build Check / Build (push) Failing after 29s
- Introduce Paginate function for basic pagination
- Add AdvancedPagination for pagination, sorting, and counting
- Define Pagination struct to hold pagination data
- Set MaxPageSizeLimit and DefaultPageSize in models/constants
2024-08-13 10:29:47 +02:00
2b54f25eea
feat(database): added all missing functions
2024-08-11 00:13:46 +02:00
b6c037cb22
refactor: Refactor UserFavorites model to UserFavorite for clarity and consistency
...
- Rename `UserFavorites` struct to `UserFavorite`
- Update the `TableName` method to reflect the new struct name
2024-08-09 22:45:12 +02:00
85d7905e8a
refactor: renamed variables
...
- Update model references from `UserFavorites` to `UserFavorite` in multiple files.
- Adjust database queries and struct definitions accordingly to maintain consistency.
2024-08-09 22:43:58 +02:00
598ca747eb
refactor(types): using correct types
2024-08-09 22:14:56 +02:00
0e6a8fd61e
feat(database): added additional columns
...
added more columns
BREAKING-CHANGE: breaks database compatibility to older SDK versions
2024-08-09 21:37:54 +02:00
34c001473b
migration from old git (no git history)
Gitea Build Check / Build (push) Failing after 11m27s
2024-07-19 10:03:35 +02:00