SoXX fenpaws
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-27 19:37:44 +00:00
da4fda3597 refactor(postgres): a lot of things happened here
a71f759763 feat(functions): fixing bugs
Compare 2 commits »
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 14:12:22 +00:00
e29cea6e3c feat(functions): enhanced function with RAW SQL
fenpaws opened issue anthrove/otter-space-sdk#11 2024-06-26 13:24:19 +00:00
Implement missing Cuntions
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 10:41:11 +00:00
a9a21581bd test(helper): extend the waiting time to 10 seconds
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 10:20:50 +00:00
97d314ba3e ci: fix go command to show in log
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 10:08:09 +00:00
0a5359d723 ci: fix go command to show in log
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 09:49:35 +00:00
a026563835 fix(errors): added more tests
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 09:31:57 +00:00
615a6b1a25 fix(errors): fix unneeded error handling
cb04347dd5 fix(errors): more tests
6e3edfc1fa fix(errors): renamed error package
Compare 3 commits »
fenpaws closed issue anthrove/otter-space-sdk#6 2024-06-26 07:21:54 +00:00
Advanced Error handling with custom errors
fenpaws commented on issue anthrove/otter-space-sdk#6 2024-06-26 07:21:51 +00:00
Advanced Error handling with custom errors

implemented in commit 4fa936d774

fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-26 07:21:07 +00:00
4fa936d774 fix(errors): added const
c550531a35 tests(errors): refactored old tests to reflect new error handling
Compare 2 commits »
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 20:22:31 +00:00
f66fc6b6d7 tests(errors): fix test cases to reflect the new validation and error handling
d94ae83c2f feat(errors): implemented custom errors
Compare 2 commits »
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 14:02:23 +00:00
63e74219ed feat(error): added first steps for custom errors
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 13:13:57 +00:00
c246f661ff ci: update version of steps
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 13:11:50 +00:00
f34cc637ec ci: readable cache and check for latest
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 13:09:45 +00:00
819dc7055a feat(postgres): updated go mod
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 13:00:47 +00:00
07b69f6c18 test(postgres): fixed to use new ORM Generic
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 12:56:12 +00:00
d8f338332b ci: disable cache
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 12:55:29 +00:00
d3c0599263 ci: disable check for latest go
fenpaws pushed to develop/postgresql at anthrove/otter-space-sdk 2024-06-25 12:51:18 +00:00
c0cae140f1 test(postgres): finished test migrations to generic orm base