Commit Graph

50 Commits

Author SHA1 Message Date
Timur f314d4f1d1 change default language to russian 2025-03-01 14:06:54 +03:00
Timur 3206e6a68c remove built-in user and group managment 2025-03-01 14:05:44 +03:00
Timur ea651f6842 fix migrations 2025-03-01 13:26:51 +03:00
ITQ 239b6fe7f1 Merge branch 'feature/review' 2025-03-01 13:18:15 +03:00
Андрей Сумин 9e6a1a6bfe added migrations 2025-03-01 13:12:38 +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
ITQ 688862ca78 super aboba 2025-03-01 12:40:10 +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 d5bf9f3acc add created_at field to state model 2025-03-01 11:11:34 +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 7b5a132ee6 chabgeasg 2025-03-01 09:43:54 +03:00
ITQ 786951e600 <type>(scope): <description>
[body]

[footer(s)]
2025-03-01 09:40:05 +03:00
ITQ 0eeb29ef33 datarushpobeda 2025-03-01 09:30:09 +03:00
Timur 08398341e2 Merge remote-tracking branch 'origin/master' into feature/tasks 2025-03-01 09:14:49 +03:00
ITQ 2a7666192f changed api path 2025-03-01 09:14:25 +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
ITQ 3f8e29c9cb Merge branch 'master' of gitlab.prodcontest.ru:team-15/project 2025-03-01 02:45:49 +03:00
ITQ baacef032a SOME ABEBE 2025-03-01 02:44:45 +03:00
Timur 2ccfb62f4e add user model tests 2025-03-01 02:42:30 +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. 8c61cdbf0f add bearerauth class 2025-03-01 00:11:39 +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 7584b17e0d fix: bucket name 2025-02-26 22:48:20 +03:00
ITQ f54518c6e4 init: added backend boilerplate 2025-02-26 17:43:23 +03:00