Commit graph

768 commits

Author SHA1 Message Date
Kalane
e2732cbed4 fix: oopsie 2021-09-24 22:27:59 +02:00
Kalane
6c7faa40a9 feat: add some console.time to check what's taking time sometimes 2021-09-24 22:25:28 +02:00
Valentin Kaelin
f343992ee6 fix: update summoner_names length in DB 2021-09-22 15:59:41 +02:00
Valentin Kaelin
fc9a87e610 refactor: don't load relations in V4Parser 2021-09-22 15:56:46 +02:00
Kalane
c437bcaaf8 style(api): ts-ignore known error 2021-09-20 21:18:32 +02:00
Kalane
11fb369051 Merge branch 'V2' 2021-09-20 19:58:35 +02:00
Kalane
e4d8ca5873 docs: little update on the README (will need more tweaks) 2021-09-20 19:57:50 +02:00
Kalane
4aa25b6a8b chore: remove old folder from vscode workspace too 2021-09-20 19:22:13 +02:00
Kalane
93f23a0d33 feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
Kalane
5e33d0b0ba fix: don't load coop vs ia games with load-v4 command 2021-09-20 15:20:43 +02:00
Kalane
414eda66f2 feat: add command to load Match-v4 matches 2021-09-19 22:43:00 +02:00
Kalane
0703174cfa refactor(match-service): pass region outside of account object 2021-09-19 22:41:56 +02:00
Kalane
b1466c4063 fix: order of global stats 2021-09-19 21:39:13 +02:00
Kalane
027b6b2f3b fix: remove unique constraint (for coop vs IA games) 2021-09-19 20:47:41 +02:00
Kalane
1e2cc8e898 feat: add some index on table schemas 2021-09-19 17:47:07 +02:00
Kalane
4fb60cc02a fix: remove smallint for summonerId (prevent old bugged matches crash) 2021-09-19 17:10:49 +02:00
Kalane
dcbcb8c199 refactor: add a lot of smallint in the table migrations 2021-09-19 17:06:35 +02:00
Valentin Kaelin
c007120f4e chore: add global .gitignore 2021-09-18 21:38:19 +02:00
Valentin Kaelin
36f3c46b59 refactor(champions): remove useless fields from query 2021-09-18 21:36:30 +02:00
Valentin Kaelin
629cad12fb feat: add champions tab back (without filtering by queue for now) 2021-09-18 21:21:13 +02:00
Kalane
1d01520ef4 fix: remake games with new gameDuration unit (ms) 2021-09-18 00:10:46 +02:00
Kalane
38439d8b9c fix: remove bugged matches from Riot match-v5 too 2021-09-18 00:04:59 +02:00
Kalane
f19efcbd19 fix: 404 from Riot API match-v5 + random summonerSpellIds 2021-09-18 00:01:06 +02:00
Kalane
5a7c38281f feat: add live game tab back 2021-09-17 22:57:57 +02:00
Kalane
0b0aa48e69 fix: oopsie forgot to push a fix 2021-09-16 22:57:26 +02:00
Kalane
6f0beec0d2 feat: add ranks back in match-details 2021-09-16 22:29:20 +02:00
Kalane
973355c201 feat: add detailed-match feature (without ranks for now) 2021-09-16 17:10:09 +02:00
Kalane
2f677ab17b feat: add towers field to match_teams table 2021-09-16 16:01:21 +02:00
Kalane
ed79b4cd7c feat: add back records tab 2021-09-16 14:23:09 +02:00
Kalane
75b1007ec0 feat: refactor queries + add records query 2021-09-16 13:49:32 +02:00
Kalane
2a2fb61c58 feat: aggregate RecentActivity with matches data 2021-09-15 21:17:52 +02:00
Kalane
1f5afc3f54 feat: add summoner friends back 2021-09-15 18:35:39 +02:00
Kalane
73e40820bd feat: overview-stats now work in the frontend 2021-09-15 17:59:42 +02:00
Kalane
72872b9040 feat: championClassStats query 2021-09-15 16:34:44 +02:00
Kalane
35af575af1 feat: championStats query 2021-09-15 16:22:19 +02:00
Kalane
92abb9de0f feat: roleStats query 2021-09-15 16:04:02 +02:00
Kalane
23b407e5c4 feat: gamemodeStats query 2021-09-15 15:54:59 +02:00
Kalane
3cb2366c00 feat: globalStats query 2021-09-15 15:44:53 +02:00
Kalane
d9d470efdd feat: very beggining of overview-stats 2021-09-14 17:06:00 +02:00
Kalane
68e3cb821b refactor: rename support to utility in RoleIdentificationService too 2021-09-14 16:42:01 +02:00
Kalane
e3f6103a0d fix: matchlist order 2021-09-14 16:39:25 +02:00
Kalane
134cbfad0b refactor: store teamPositions in int in database 2021-09-14 16:03:08 +02:00
Kalane
537a2eb183 fix: season is a float 2021-09-14 15:06:42 +02:00
Kalane
00518e5143 feat: add "new" badge on matches + fix wrong match results 2021-09-14 14:49:03 +02:00
Kalane
d6c4fe3e11 feat: load more matches button 2021-09-14 13:49:24 +02:00
Kalane
973bc8e29b refactor: better cache in CDragonService 2021-09-14 13:31:35 +02:00
Kalane
cf54188116 fix: set bigint as number instead of string in postgres 2021-09-14 01:34:15 +02:00
Kalane
c353bb227b feat(basic-matches): add runes 2021-09-14 01:19:47 +02:00
Kalane
5b9a29ab4b feat: add CDragonController back 2021-09-14 00:55:19 +02:00
Kalane
96352669d0 feat(basic-matches): add summonerSpell 2021-09-14 00:44:12 +02:00