Commit graph

292 commits

Author SHA1 Message Date
Kirill
c815e96f4c feat(tgbot-front): add new funcs to work with payload 2025-11-28 15:21:07 +03:00
Kirill
d69f5fcddf fix(tgbot-front): start fixing navigation callback processing function 2025-11-28 15:18:31 +03:00
Kirill
b368ecc43b Added context navigation logic 2025-11-28 12:57:07 +03:00
Kirill
a8dd448c95 Added a callback to go back through the state stack 2025-11-28 12:42:11 +03:00
Kirill
e09b6658b2 Bad variant of navigation handler (not working) 2025-11-28 12:30:34 +03:00
Kirill
28a7d9e691 Added payload constant 2025-11-28 12:29:53 +03:00
Kirill
12648e1a8f Changing the structure of the UserContext. Adding context history 2025-11-28 12:25:40 +03:00
f71c1f4f08
feat: added rabbitmq
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m19s
Build and Deploy Go App / deploy (push) Successful in 53s
2025-11-28 11:43:10 +03:00
Kirill
7efd7bb6b0 Added cursor field to UserContext 2025-11-27 18:13:40 +03:00
Kirill
bd309d38c6 Fixed .gitignore 2025-11-27 17:34:04 +03:00
Kirill
167e2323be Announce UserContext struct 2025-11-27 17:33:04 +03:00
f843c23e57
Merge branch 'front' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m57s
Build and Deploy Go App / deploy (push) Successful in 36s
2025-11-27 16:28:16 +03:00
37cdc32d5d
fix: fix GetUserTitleByID 2025-11-27 16:28:09 +03:00
8a3e14a5e5
feat: TitleStatusControls 2025-11-27 16:26:03 +03:00
Kirill
3d8abc3f0c Changed .gitignore 2025-11-27 16:24:46 +03:00
Kirill
cdc1aa2e6b Forming the BotHandlers class structure 2025-11-27 16:24:29 +03:00
3f0456ba01
cicd: updated
All checks were successful
Build and Deploy Go App / build (push) Successful in 7m21s
Build and Deploy Go App / deploy (push) Successful in 29s
2025-11-27 14:09:13 +03:00
13342d5613
cicd: updated
Some checks are pending
Build and Deploy Go App / deploy (push) Blocked by required conditions
Build and Deploy Go App / build (push) Successful in 7m15s
2025-11-27 13:18:19 +03:00
1c9de1c402
Merge branch 'front' into dev
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-27 12:15:26 +03:00
497e4039ec
Merge branch 'auth' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m40s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-11-27 12:05:59 +03:00
f1e61aee2d
Merge branch 'dev-ars' into dev
Some checks failed
Build and Deploy Go App / build (push) Failing after 2m53s
Build and Deploy Go App / deploy (push) Has been skipped
2025-11-27 12:00:57 +03:00
ad1c567b42
feat: added GetUserTitle route 2025-11-27 11:59:49 +03:00
de22dbfb50
feat: title cards linked to title pages 2025-11-27 10:01:52 +03:00
98178731b9
refact: UsersIdPage -> UserPage 2025-11-27 09:51:49 +03:00
9338c65040
chore: updated sqlc generated code
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m39s
Build and Deploy Go App / deploy (push) Successful in 27s
2025-11-27 09:44:41 +03:00
40e0b14f2a
feat: use postgres to fetch and store user info 2025-11-27 09:44:02 +03:00
3528ea7d34
cicd: removed go mod tidy for go builds 2025-11-27 09:42:30 +03:00
6cbf0afb33
feat: use postgres to fetch and store user info 2025-11-27 09:42:05 +03:00
a25a912ead feat: Update UserTitle implemented
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m35s
Build and Deploy Go App / deploy (push) Successful in 25s
2025-11-27 08:16:12 +03:00
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
246fdc86b5 Merge branch 'dev-ars' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m26s
Build and Deploy Go App / deploy (push) Successful in 26s
2025-11-27 07:11:30 +03:00
658d666fec feat: query for update usertitle 2025-11-27 07:08:06 +03:00
f2589e05e8 fix: now 409 on try to add existing usertitle 2025-11-27 07:06:18 +03:00
79e8ece948
cicd: removed go mod tidy for go builds 2025-11-27 06:42:07 +03:00
e98d2c6509
cicd: build auth using actions
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m39s
Build and Deploy Go App / deploy (push) Successful in 27s
2025-11-27 06:35:43 +03:00
4c74315291
Merge branch 'front' into auth 2025-11-27 06:31:42 +03:00
4c643d80bb
feat: added title page 2025-11-27 06:29:36 +03:00
68294dd13c
fix: oapi shitty generation 2025-11-27 06:11:55 +03:00
e0a68d7d0f feat: delete usertitle described 2025-11-27 05:48:13 +03:00
cb9fba6fbc feat: patch usertitle described
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m48s
Build and Deploy Go App / deploy (push) Successful in 29s
2025-11-27 03:46:40 +03:00
759679990a Merge branch 'dev' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m44s
Build and Deploy Go App / deploy (push) Successful in 26s
2025-11-27 03:20:43 +03:00
65b76d58c3 fix: now post usertitle dont need title body 2025-11-27 03:19:53 +03:00
Kirill
ea29fa79f0 getting ready to refactor the handlers structure 2025-11-25 22:05:12 +03:00
Kirill
45a1df4cbb Added MyTitles page passing 2025-11-25 19:45:44 +03:00
51bf7b6f7e
fix: UserTitle cards
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m28s
Build and Deploy Go App / deploy (push) Successful in 26s
2025-11-25 05:36:57 +03:00
9139c77c5f Merge branch 'dev-ars' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m36s
Build and Deploy Go App / deploy (push) Successful in 24s
2025-11-25 04:57:16 +03:00
b8bfe01ef5 fix: usertitles status mapping 2025-11-25 04:57:07 +03:00
0cda597001 Merge branch 'dev-ars' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m20s
Build and Deploy Go App / deploy (push) Successful in 26s
2025-11-25 04:43:57 +03:00
dbdb52269a fix 2025-11-25 04:42:56 +03:00
354c577f7d
feat: reworked user and login page
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 04:38:36 +03:00