Commit graph

17 commits

Author SHA1 Message Date
ZhymabekRoman
7f9f21d1ba feat(git hook): init 2024-11-08 15:13:02 +05:00
ZhymabekRoman
21c7283ee7 persistante cache db: fix & workaround for cache data that stored in bytes
fucking orjson! orjson's dumps method returns values in bytes instead of string as like in original Python implementation.... And when it's passes into the PostgreSQL as TEXT field value, it's get converted to signal that field is the bytes.....
2024-09-25 14:43:50 +05:00
ZhymabekRoman
e87ecbe882 medium parser: overlapse parser finnal fix 2024-09-21 20:41:38 +05:00
ZhymabekRoman
14bbf1c1c5 db cache: fixing broken json parsing 2024-09-21 16:18:22 +05:00
ZhymabekRoman
8b109ff4ec chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00
ZhymabekRoman
213d41df01 chore: minor fixes 2024-09-19 20:52:42 +05:00
ZhymabekRoman
9ab217ce7f database: make additional checkups 2024-07-22 17:17:37 +05:00
ZhymabekRoman
760584e3d5 chore: refactor & optimize code 2024-07-22 15:10:50 +05:00
ZhymabekRoman
f5333e7399 prod: optimize & refactor 2024-07-20 15:14:00 +05:00
ZhymabekRoman
234744283c prod: refactor & migrate to postgresql 2024-07-20 12:14:54 +05:00
ZhymabekRoman
22301bea01 Implementing maintenance mode 2024-03-18 23:45:02 +05:00
ZhymabekRoman
b67f487be9 More safe check 2024-02-24 08:10:47 +06:00
ZhymabekRoman
71356aa9c8 Update maintenance 2024-02-23 14:16:42 +06:00
ZhymabekRoman
aa2c4b3f2f Fixing db maintenance 2024-02-23 14:14:30 +06:00
ZhymabekRoman
92b73d3e27 Update DB logic 2024-02-23 14:08:05 +06:00
ZhymabekRoman
98c38ab55b Trying fix bug in DB 2024-02-23 13:01:31 +06:00
ZhymabekRoman
63ea91072f Fixing critical bug in DB 2024-02-23 11:47:31 +06:00