ITQ
|
11494d42ff
|
<type>(scope): <description>
[body]
[footer(s)]
|
2025-03-01 20:17:44 +03:00 |
|
Андрей Сумин
|
c87bace839
|
fix: fixed bug in auth and me
|
2025-03-01 20:11:11 +03:00 |
|
Андрей Сумин
|
e34c8ae3a7
|
fix: incorrect token 500
|
2025-03-01 19:11:45 +03:00 |
|
Андрей Сумин
|
4a054ae3a2
|
Merge remote-tracking branch 'origin/master'
|
2025-03-01 18:23:44 +03:00 |
|
Андрей Сумин
|
0a35e3d2fa
|
fix: auth not working bugfix
|
2025-03-01 18:23:20 +03:00 |
|
ITQ
|
643f1a21df
|
Merge branch 'master' of gitlab.prodcontest.ru:team-15/project
|
2025-03-01 18:19:59 +03:00 |
|
ITQ
|
41008d090c
|
<type>(scope): <description>
[body]
[footer(s)]
|
2025-03-01 18:05:45 +03:00 |
|
Timur
|
656735649d
|
add simple user admin and hash password
|
2025-03-01 17:40:08 +03:00 |
|
Андрей Сумин
|
332ca694a8
|
feat: added review logic
|
2025-03-01 17:20:45 +03:00 |
|
Андрей Сумин
|
eded5b729b
|
feat: added dumb review, formatted
|
2025-03-01 14:08:36 +03:00 |
|
ITQ
|
239b6fe7f1
|
Merge branch 'feature/review'
|
2025-03-01 13:18:15 +03:00 |
|
ITQ
|
971119c2ad
|
Merge branch 'feature/tasks' of gitlab.prodcontest.ru:team-15/project into feature/tasks
|
2025-03-01 13:12:11 +03:00 |
|
Андрей Сумин
|
22727dda92
|
feat: added task submission logic
|
2025-03-01 13:09:09 +03:00 |
|
ITQ
|
07dc5210a0
|
<type>(scope): <description>
[body]
[footer(s)]
|
2025-03-01 13:06:30 +03:00 |
|
Timur
|
37fb9097bb
|
remove competition from task schema
|
2025-03-01 12:29:07 +03:00 |
|
Timur
|
d062e96bbc
|
add partipication type and competition type to get all competitions
|
2025-03-01 12:28:27 +03:00 |
|
Timur
|
8f78df9b1d
|
Merge remote-tracking branch 'origin/master' into feature/tasks
|
2025-03-01 12:27:32 +03:00 |
|
Timur
|
52c19d2f80
|
change str to uuid in path params
|
2025-03-01 12:24:47 +03:00 |
|
Timur
|
f2c0578d5e
|
Merge remote-tracking branch 'origin/master'
|
2025-03-01 12:09:31 +03:00 |
|
Timur
|
61b6a29417
|
add endpoint for get user info by token (/me)
|
2025-03-01 12:09:21 +03:00 |
|
Timur
|
156c4d036b
|
add callback to get competition tasks endpoint
|
2025-03-01 12:00:15 +03:00 |
|
Андрей Сумин
|
daa83dc867
|
bug: participants field in competition view
|
2025-03-01 11:26:50 +03:00 |
|
Timur
|
0e65fc5fdd
|
add callback to start competition endpoint
|
2025-03-01 11:11:22 +03:00 |
|
Timur
|
34a3478adc
|
Merge remote-tracking branch 'origin/master' into feature/tasks
|
2025-03-01 11:10:56 +03:00 |
|
Timur
|
7eef7a7610
|
add not found status to get competition id
|
2025-03-01 11:00:55 +03:00 |
|
ITQ
|
786951e600
|
<type>(scope): <description>
[body]
[footer(s)]
|
2025-03-01 09:40:05 +03:00 |
|
Timur
|
077074d424
|
add basic openapi scheme for competitions tasks
|
2025-03-01 09:04:51 +03:00 |
|
Timur
|
ba54b501eb
|
add get user method callback
|
2025-03-01 02:47:52 +03:00 |
|
Андрей Сумин
|
33b081e433
|
lint: linted
|
2025-03-01 02:35:09 +03:00 |
|
Андрей Сумин
|
999f5b0690
|
feat: added competition logic
|
2025-03-01 02:33:06 +03:00 |
|
Андрей Сумин
|
b3f5847f48
|
feat: changed project_name
|
2025-03-01 01:23:13 +03:00 |
|
Андрей Сумин
|
2b2d544149
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# services/backend/api/v1/auth.py
# services/backend/api/v1/router.py
# services/backend/api/v1/user/schemas.py
# services/backend/api/v1/user/views.py
# services/backend/apps/user/apps.py
# services/backend/config/settings.py
|
2025-03-01 01:17:13 +03:00 |
|
Андрей Сумин
|
7791a57b88
|
added competition endpoints
|
2025-03-01 01:10:08 +03:00 |
|
Timur
|
75940ffc46
|
make users router with authorization (excluding sign-in and sign-up routers)
|
2025-03-01 00:53:25 +03:00 |
|
Timur Kh.
|
764511bfa4
|
rename hardcorded status codes to normal constants at user app
|
2025-03-01 00:42:28 +03:00 |
|
Timur Kh.
|
0946319f18
|
rename users app to user
|
2025-03-01 00:37:00 +03:00 |
|
Timur Kh.
|
a5dcf22c25
|
fix users router import
|
2025-03-01 00:35:10 +03:00 |
|
Timur
|
ecfeff8539
|
Merge branch 'master' into 'feature/auth'
# Conflicts:
# services/backend/api/v1/router.py
# services/backend/apps/core/apps.py
# services/backend/config/settings.py
# tests/README.md
|
2025-02-28 21:29:59 +00:00 |
|
Timur Kh.
|
99df286399
|
add sign-in endpoint callback
|
2025-03-01 00:21:41 +03:00 |
|
Timur Kh.
|
bbcecd7fb6
|
add sign-up endpoint callback
|
2025-03-01 00:19:19 +03:00 |
|
Timur Kh.
|
65c86d2a9c
|
add competitions model
|
2025-02-28 23:59:19 +03:00 |
|
Timur Kh.
|
6a993ce6ba
|
add swagger docs to /user/id endpoint
|
2025-02-28 21:53:37 +03:00 |
|
Андрей Сумин
|
70325c3c0d
|
init
|
2025-02-28 21:52:48 +03:00 |
|
Timur Kh.
|
a066c9a8b5
|
add swagger docs to signin and signup endooints
|
2025-02-28 21:51:19 +03:00 |
|
ITQ
|
f54518c6e4
|
init: added backend boilerplate
|
2025-02-26 17:43:23 +03:00 |
|