82 Commits
Author SHA1 Message Date
ITQ acfe7275eb chore(api)!: added new fields to contract 2025-12-20 18:06:28 +03:00
Albert 31738d3a0a Merge branch 'main' of https://gitlab.crja72.ru/9-go/datarush-go 2025-12-19 23:12:25 +04:00
Albert ecff776c3b feat: implement achievements 2025-12-19 23:12:22 +04:00
ITQ 5c89ca5f09 style: reformatted all files 2025-12-19 21:04:12 +03:00
ITQ d7320f2198 chore: improvements to Containerfile 2025-12-19 20:28:26 +03:00
ITQ d2d5bfbe34 ci: added new services jobs 2025-12-17 19:19:09 +03:00
ITQ 11331a5c10 docs: added architecture 2025-12-17 19:19:09 +03:00
ITQ cd1d375f05 fix(compose): added missing files for compose 2025-12-17 19:19:08 +03:00
timka 346c5c5ff4 add missing auth interceptors 2025-12-17 18:54:08 +03:00
Тимур Хузияхметов 276bd2182a Merge branch 'feature/results' into 'main'
add results service

See merge request 9-go/datarush-go!1
2025-12-17 15:49:13 +00:00
Тимур Хузияхметов 0e69273625 Merge branch 'main' into 'feature/results'
# Conflicts:
#   go.sum
2025-12-17 15:39:48 +00:00
timka f5f6c7850c add redis cache to results 2025-12-17 18:38:54 +03:00
ITQ dc23bf7c79 docs: added docker compose instructions 2025-12-17 18:36:27 +03:00
ITQ 4dca8de5c8 docs: added basic docs 2025-12-17 18:36:27 +03:00
ITQ 383f67893e feat(gw): added connection with retry 2025-12-17 18:36:27 +03:00
ITQ 154e0b0779 ci: added jobs for new service 2025-12-17 18:36:27 +03:00
Тимур Хузияхметов 3edb52746c Merge branch 'feature/user' into 'main'
Feature/user

See merge request 9-go/datarush-go!4
2025-12-17 15:35:33 +00:00
timka 7bf909652b Merge remote-tracking branch 'origin/main' into feature/results 2025-12-17 18:18:44 +03:00
timka 5e73575faa add .env.example for user service 2025-12-17 18:06:47 +03:00
timka 400e26cfff fix auth interceptors in task and user services; 2025-12-17 18:04:49 +03:00
timka 6fd31915b9 add interceptors to task and competition services 2025-12-17 17:58:58 +03:00
timka c5ec20121b resolve conflicts 2025-12-17 17:55:01 +03:00
timka b14371036a some go.mod changes 2025-12-17 17:54:26 +03:00
timka 0af2a5a098 resolve conflicts 2025-12-17 17:53:22 +03:00
Тимур Хузияхметов 0aa56334ba Merge branch 'feature/task' into 'main'
add task service

See merge request 9-go/datarush-go!3
2025-12-17 14:51:53 +00:00
timka 7f0032f39d resolve conflicts 2025-12-17 17:49:38 +03:00
timka 49f4c0045f refactor add auth interceptor 2025-12-17 17:44:50 +03:00
Тимур Хузияхметов 105058981d Merge branch 'main' into 'feature/task'
# Conflicts:
#   go.mod
2025-12-17 14:42:46 +00:00
timka 91a72f25fd setup tasks auth middleware and compose 2025-12-17 17:42:16 +03:00
ITQ af03bc2c76 fix(): 2025-12-17 17:33:02 +03:00
ITQ 76ceea07b7 fix(deps): 2025-12-17 17:33:02 +03:00
timka 8052af3cc7 resolve conflicts 2025-12-17 17:29:36 +03:00
timka 71d1af35fb remove http server from auth 2025-12-17 17:28:20 +03:00
ITQ 6cfa8d0e69 Merge branch 'feature/competition'
* feature/competition:
  add competition service to compose
  remove generated shit from competitions
  lint competition service
  use auth service for validating user in competitions service
  use auth service for validating user in competitions service
  add redis cache to competitions
  rewrite competition service: remove http related things
  rewrite competition service: remove http related things
  fix proto files
  fix issues
  add competition service (it`s broken, I will fix it later)
2025-12-17 15:40:46 +03:00
Timur Kh. ec098b43b9 add competition service to compose 2025-12-17 12:45:53 +03:00
Timur Kh. e6bbaa769a remove generated shit from competitions 2025-12-17 12:42:11 +03:00
Timur Kh. 39b5f05d39 lint competition service 2025-12-17 12:41:03 +03:00
Timur Kh. 4c7e35dafd use auth service for validating user in competitions service 2025-12-17 12:32:27 +03:00
Timur Kh. 87cf677d1d use auth service for validating user in competitions service 2025-12-17 12:31:40 +03:00
Timur Kh. 6a9376505d add redis cache to competitions 2025-12-17 12:24:07 +03:00
Timur Kh. 8ded3cc6ab rewrite competition service: remove http related things 2025-12-17 12:21:22 +03:00
Timur Kh. f3620da240 rewrite competition service: remove http related things 2025-12-17 12:21:08 +03:00
ITQ e78bd03396 chore(api): spec improvements 2025-12-17 12:15:27 +03:00
ITQ 7545e7c0d7 refactor(): removed redundant files and small improvements 2025-12-17 12:15:07 +03:00
Timur Kh. d843cafbfb add user tests 2025-12-17 12:10:20 +03:00
Timur Kh. 6f21e895f0 add user service 2025-12-17 12:09:25 +03:00
ITQ f9161decb3 ci: added new jobs 2025-12-17 11:20:26 +03:00
ITQ 340ae43d22 feat: added API gateway 2025-12-17 11:00:50 +03:00
ITQ daa8c24482 chore(api)!: improvements in contract 2025-12-17 10:59:42 +03:00
Timur Kh. 6537aded89 add task service 2025-12-17 10:40:23 +03:00