Commit graph

658 commits

Author SHA1 Message Date
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
Kalane
218b97f88e chore: add eol auto to prettier 2021-09-14 00:16:32 +02:00
Kalane
ac10c94be2 feat: overview endpoint looks good 2021-09-14 00:06:12 +02:00
Kalane
f428b77e0e feat: add cors 2021-09-13 23:10:04 +02:00
Kalane
8bb7779edb fix: remove crash on overview endpoint 2021-09-13 23:04:52 +02:00
Kalane
adf08ac779 Merge branch 'serializer' into V2 2021-09-13 22:08:49 +02:00
Lazar
ec38359740 Merge branch 'match-parser' into V2 2021-09-13 22:06:32 +02:00
Lazar
7fd4dd3a70 feat: match parsing is working 2021-09-13 22:06:12 +02:00
Kalane
da3eea25f9 feat: matchService + serializer 2021-09-13 22:00:04 +02:00
Kalane
55a3fec13d feat: serializer for basic matches should be good (can't test right now) 2021-09-13 13:50:04 +02:00
Lazar
49f16c287b feat: parsing matchPlayers + change in model/migration 2021-09-13 00:17:53 +02:00