Commit graph

49 commits

Author SHA1 Message Date
451df61127 feat: delete usertitle implemented
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m12s
Build and Deploy Go App / deploy (push) Successful in 25s
2025-11-27 08:00:29 +03:00
658d666fec feat: query for update usertitle 2025-11-27 07:08:06 +03:00
dbdb52269a fix 2025-11-25 04:42:56 +03:00
3aafab36c2 feat: now GetUser returnes all the image info
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m36s
Build and Deploy Go App / deploy (push) Successful in 27s
2025-11-25 04:15:46 +03:00
673ce48fac fix: bad types from sql 2025-11-25 03:55:23 +03:00
4c7d03cddc feat:
Some checks failed
Build and Deploy Go App / build (push) Failing after 2m37s
Build and Deploy Go App / deploy (push) Has been skipped
2025-11-25 03:20:39 +03:00
9f74c9eeb6 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m34s
Build and Deploy Go App / deploy (push) Successful in 28s
2025-11-25 02:27:22 +03:00
ed79c71273 fix: topology sort. again
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-11-25 02:24:17 +03:00
f3fa41382a fix: topology sort
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-11-25 02:19:30 +03:00
cea7cd3cd8 fix: delete logic improved
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m38s
Build and Deploy Go App / deploy (push) Successful in 25s
2025-11-25 01:56:48 +03:00
76df4d8592 feat: AddUserTitle implemented
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m23s
Build and Deploy Go App / deploy (push) Successful in 28s
2025-11-24 09:34:05 +03:00
15a681c622 feat: trigger for ctime on usertitle update 2025-11-24 09:04:40 +03:00
e999534b3f feat: UpdateUser implemented 2025-11-24 08:31:55 +03:00
20e9c5bf23 fix 2025-11-24 06:33:11 +03:00
4e732e1542 fix: bad NULL handling in where clause 2025-11-24 06:26:23 +03:00
d1937fcbd7 fix: bad types in query 2025-11-24 05:28:32 +03:00
e792d5780b feat: GetUsertitles implemented 2025-11-24 05:14:23 +03:00
cbbc2c179d feat: 2025-11-22 18:29:49 +03:00
b400f22844 Merge branch 'dev' into dev-ars 2025-11-22 08:51:13 +03:00
d0c3547ef6 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m32s
Build and Deploy Go App / deploy (push) Successful in 25s
2025-11-22 08:47:01 +03:00
8427288daf Merge branch 'dev' into dev-ars 2025-11-22 08:36:34 +03:00
4b1ac9177d fix
Some checks failed
Build and Deploy Go App / build (push) Failing after 5m42s
Build and Deploy Go App / deploy (push) Has been skipped
2025-11-22 08:34:26 +03:00
6a39d89ef9 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m29s
Build and Deploy Go App / deploy (push) Successful in 3m40s
2025-11-22 08:13:07 +03:00
6fa2ff2eb8 fix: minor fix to query
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m58s
Build and Deploy Go App / deploy (push) Successful in 3m40s
2025-11-22 08:01:46 +03:00
32566fe7a2 feat: query for usertitles written 2025-11-22 07:53:50 +03:00
79485e04c0 fix: mismatch in colimn name
All checks were successful
Build and Deploy Go App / build (push) Successful in 17m50s
Build and Deploy Go App / deploy (push) Successful in 3m41s
2025-11-22 07:23:48 +03:00
89a05492c3 refact: optimizied queries 2025-11-22 06:34:07 +03:00
73547187be fix: search titles rewritten 2025-11-22 02:58:51 +03:00
af0492cdf1 feat: cursor implemented 2025-11-22 00:01:48 +03:00
9c0fada00e fix: delete views column
All checks were successful
Build and Deploy Go App / build (push) Successful in 17m39s
Build and Deploy Go App / deploy (push) Successful in 3m34s
2025-11-19 04:16:23 +03:00
e2ac80610c fix: now gettitles must work
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-11-19 04:11:31 +03:00
34d9341e75 feat: cursor stub added 2025-11-19 03:58:46 +03:00
09d0d1eb4d feat: get user titles described 2025-11-18 04:59:19 +03:00
8deba7afd9 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 17m41s
Build and Deploy Go App / deploy (push) Successful in 3m34s
2025-11-18 04:19:34 +03:00
8371121130 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 17m59s
Build and Deploy Go App / deploy (push) Successful in 3m34s
2025-11-18 03:12:16 +03:00
df45a327e6 fix 2025-11-17 09:26:58 +03:00
35a4e173f0 feat: query GetReviewById added 2025-11-17 03:55:42 +03:00
29f0a61299 feat: reviews table added 2025-11-16 04:15:33 +03:00
47989ab10d feat: /titles/{id} endpoint implemented 2025-11-16 03:38:51 +03:00
13a283ae8d feat: GetTitles now returns all the field needed 2025-11-16 02:38:36 +03:00
e6dc27fd55 feat: statements for tags added 2025-11-15 19:19:39 +03:00
3cca6ee168 feat: statements for studios table added 2025-11-15 18:56:46 +03:00
5cc6757900 feat: minor changes to db and new query
Some checks failed
Build and Deploy Go App / build (push) Failing after 5m56s
Build and Deploy Go App / deploy (push) Has been skipped
2025-11-15 02:51:52 +03:00
f24edc5dd7 feat: external_services table create 2025-11-14 15:34:48 +03:00
83fee98059 feat: external_ids table is added for binding user sessions in tg and
other services
2025-11-14 15:22:14 +03:00
bac889b627 fix: regexps for mail and nickname were corrected 2025-11-05 17:20:09 +03:00
948e036e8c
feat: implemented /users/{id} api route 2025-10-26 02:34:45 +03:00
71e2661fb9
feat!: rewritten db scheme 2025-10-26 02:09:44 +03:00
db53ae04e3
refact!: project structure
Some checks failed
Build and Deploy Go App / build (push) Failing after 4m35s
Build and Deploy Go App / deploy (push) Has been skipped
2025-10-25 21:05:16 +03:00