otter-space-sdk/pkg/models
SoXX b5437ecc62
All checks were successful
Gitea Build Check / Build (push) Successful in 10m55s
tests: fixed tests
Signed-off-by: SoXX <soxx@fenpa.ws>
2024-06-28 14:16:28 +02:00
..
config.go feat(postgres): config map 2024-06-24 12:59:51 +02:00
const_test.go feat(postgres): added more tests 2024-06-24 14:28:09 +02:00
const.go feat(database): new fields 2024-06-28 10:43:55 +02:00
orm_test.go test(postgres): fixed to use new ORM Generic 2024-06-25 15:00:44 +02:00
orm.go refactor(postgres): use generics for IDs 2024-06-24 22:31:18 +02:00
post_test.go test(postgres): fixed to use new ORM Generic 2024-06-25 15:00:44 +02:00
post.go feat(postgres): start implementing new generic orm model 2024-06-25 09:09:18 +02:00
postReference_test.go tests: fixed tests 2024-06-28 14:16:28 +02:00
postReference.go feat(PostReference): added the ability to add missing filed in db 2024-06-27 22:05:21 +02:00
source_test.go test(postgres): fixed to use new ORM Generic 2024-06-25 15:00:44 +02:00
source.go feat(postgres): start implementing new generic orm model 2024-06-25 09:09:18 +02:00
tag_test.go test(postgres): added more tests 2024-06-24 17:07:41 +02:00
tag.go refactor(postgres): removed old graph related code 2024-06-22 22:06:36 +02:00
user_test.go test(postgres): fixed to use new ORM Generic 2024-06-25 15:00:44 +02:00
user.go feat(postgres): start implementing new generic orm model 2024-06-25 09:09:18 +02:00
userFavorite_test.go test(postgres): added more tests 2024-06-24 17:07:41 +02:00
userFavorite.go test(postgres): added more tests 2024-06-24 17:07:41 +02:00
userSource_test.go test(postgres): added more tests 2024-06-24 17:07:41 +02:00
userSource.go feat(database): new fields 2024-06-28 10:43:55 +02:00