Commit graph

144 commits

Author SHA1 Message Date
3b1973d543 Merge pull request 'feat: UploadProblem' (#6) from feature/upload-problem into develop
Reviewed-on: #6
Reviewed-by: Vyacheslav Birin <vyacheslav1557@noreply.localhost>
2025-04-20 10:19:37 +00:00
Vyacheslav1557
0a2dea6c23 Merge branch 'develop' into feature/upload-problem
# Conflicts:
#	contracts
2025-04-20 15:17:54 +05:00
Vyacheslav1557
648013c8a6 chore: update submodule to latest version 2025-04-20 14:38:59 +05:00
286657cc7b feat: UploadProblem
# Conflicts:
#	internal/tester/delivery/rest/handlers.go
#	proto
2025-04-20 14:38:59 +05:00
b728bf11c4 Added max amount of tasks on contest 2025-04-20 14:38:59 +05:00
e3628f2e4a read the best solution for each task in contest 2025-04-20 14:38:59 +05:00
Vyacheslav1557
b1dae9c2ec docs: add readme 2025-04-20 14:38:59 +05:00
Vyacheslav1557
672764f236 refactor: rename submodule
refactor: rename submodule

refactor: rename submodule
2025-04-20 14:38:56 +05:00
6b15ecadcb Merge pull request 'Added max amount of tasks on contest' (#7) from feature/max_tasks_on_contest into develop
Reviewed-on: #7
Reviewed-by: Vyacheslav Birin <vyacheslav1557@noreply.localhost>
2025-04-14 11:42:44 +00:00
a2e0894728 Merge pull request 'read the best solution for each task in contest' (#8) from get-contest-extension into develop
Reviewed-on: #8
Reviewed-by: Vyacheslav Birin <vyacheslav1557@noreply.localhost>
2025-04-14 11:38:34 +00:00
adcc1bc8d8 read the best solution for each task in contest 2025-04-13 17:01:57 +05:00
94cb1f5e66 Added max amount of tasks on contest 2025-04-13 16:55:34 +05:00
01ed1de8c3 feat: UploadProblem 2025-04-13 11:54:11 +05:00
Vyacheslav1557
a28d2506e5 docs: add readme 2025-04-12 23:49:40 +05:00
c3eb127b25 Merge pull request 'feature/GAT-103: rename submodule' (#5) from feature/GAT-103 into develop
Reviewed-on: #5
2025-04-12 16:32:44 +00:00
Vyacheslav1557
fed73f184e refactor: rename submodule
refactor: rename submodule

refactor: rename submodule
2025-04-12 21:27:29 +05:00
2ab7a16ddf Merge pull request 'Added solved_count to listproblems endpoint' (#2) from listproblems-solved-count into develop
Reviewed-on: #2
Reviewed-by: Vyacheslav Birin <vyacheslav1557@noreply.localhost>
Reviewed-by: Holoti <holoti@noreply.localhost>
2025-04-02 17:45:09 +00:00
27fe519958 Added solved_count to listproblems endpoint 2025-04-02 21:52:21 +05:00
18640ada3c Merge pull request 'feat(solution): update solution fields' (#1) from feature/GAT-93-solution-fileds-update into develop
Reviewed-on: #1
Reviewed-by: OXYgen <oxygen@noreply.localhost>
Reviewed-by: dragonmuffin <dragonmuffin@noreply.localhost>
Reviewed-by: Holoti <holoti@noreply.localhost>
2025-04-02 16:00:47 +00:00
Vyacheslav1557
d1d8566b98 feat(solution): update solution fields 2025-04-01 18:01:20 +05:00
Vyacheslav1557
a27e311526 fix: typo 2025-03-30 20:47:51 +05:00
Vyacheslav1557
318599cfea fix: fix&refactor 2025-03-29 03:28:30 +05:00
Vyacheslav1557
5536c086e0 refactor(tester): refactor api 2025-03-29 00:36:23 +05:00
Vyacheslav1557
3396746d60 feat: refactor api 2025-03-28 21:43:55 +05:00
Vyacheslav1557
f89e89faae refactor(user,session): refactor api 2025-03-28 20:33:10 +05:00
Vyacheslav1557
b960a923d2 feat(tester): add endpoints
add GetMonitor&GetTask endpoints
2025-03-28 01:17:53 +05:00
Vyacheslav1557
ef696d2836 feat(tester): add solution endpoints
add CreateSolution&GetSolution&ListSolutions endpoints
2025-03-27 00:04:52 +05:00
Vyacheslav1557
af6e0b89f6 feat(tester): add bluemonday 2025-03-16 21:37:10 +05:00
Vyacheslav1557
94fc50e272 feat(tester): integrate pandoc 2025-03-16 19:16:27 +05:00
Vyacheslav1557
ffacc9e3ac fix(tester): fix schema&queries 2025-03-08 19:01:45 +05:00
Vyacheslav1557
dd87d63860 feat(tester): add UpdateParticipant endpoint 2025-03-08 11:44:19 +05:00
Vyacheslav1557
e1720e7f82 feat(tester): add UpdateContest endpoint 2025-03-07 17:04:19 +05:00
Vyacheslav1557
2bc625363d feat(tester): add UpdateProblem endpoint 2025-03-07 15:01:37 +05:00
Vyacheslav1557
50a4f87f53 feat(tester): 2025-03-02 15:45:59 +05:00
Vyacheslav1557
52d38d07bb feat(tester): extend ListContests endpoint 2025-03-02 14:13:58 +05:00
Vyacheslav1557
251772a049 feat(tester): extend ListProblems endpoint 2025-03-02 13:41:24 +05:00
Vyacheslav1557
81d7aa2366 feat(tester): extend GetContestResponse 2025-03-02 00:29:31 +05:00
Vyacheslav1557
e6088953b9 fix(tester): improve error handling 2025-03-01 20:38:51 +05:00
Vyacheslav1557
c67405f584 feat(tester): migrate from gRPC to REST 2025-02-25 18:46:25 +05:00
Vyacheslav1557
a560715ae8 feat(tester): migrate from gRPC to REST 2025-02-25 18:40:05 +05:00
6613b03b6c Merge remote-tracking branch 'origin/feature/contest-task-methods' into develop 2024-12-18 21:57:10 +05:00
a1ebd51404 Fixed bug in AddTask, fixed finding new task position 2024-11-15 13:39:22 +05:00
e201b12db5 Added tests to new AddTask, DeleteTask, AddParticipant, DeleteParticipant 2024-11-14 20:25:47 +05:00
f7dd1bc806 Added AddParticipant and DeleteParticipant 2024-11-14 17:09:52 +05:00
4d40159772 Added AddTask and DeleteTask. Without db tests 2024-11-11 16:41:51 +05:00
Vyacheslav1557
c2076338fa feat: 2024-11-01 23:22:43 +05:00
Vyacheslav1557
568ccea09a feat: improve problem memory&time limits 2024-10-17 00:48:38 +05:00
Vyacheslav1557
6dc8f05675 feat: extend problem fields 2024-10-17 00:34:43 +05:00
Vyacheslav1557
3ed195bb58 feat: delete unused code 2024-10-13 21:36:13 +05:00
Vyacheslav1557
e0f150bb14 feat: add graceful shutdown 2024-10-13 21:32:11 +05:00