Commit graph

41 commits

Author SHA1 Message Date
Kalane
6c7faa40a9 feat: add some console.time to check what's taking time sometimes 2021-09-24 22:25:28 +02:00
Kalane
93f23a0d33 feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
Kalane
d82285050f feat: start migrations 2021-09-12 15:16:08 +02:00
Kalane
5cd0837815 feat: ugly working version: need to work with old matchLists too 2021-08-11 00:12:17 +02:00
Kalane
41d363b981 refactor(server): start slowly the migration to v5 2021-08-07 22:52:54 +02:00
Valentin Kaelin
9a886165ff fix(api): if Riot League endpoint is down: prevent crashing 2021-07-25 22:37:08 +02:00
Valentin Kaelin
8d3c777c1b fix: be able to search summoners with 2 letters and a space 2021-05-22 16:56:35 +02:00
Valentin Kaelin
7315c177a4 chore(api): update dependencies 2021-03-15 21:29:36 +01:00
Valentin Kaelin
e3b5aec70c refactor: get players' ranks with their summonerId instead of names 2021-03-13 22:36:48 +01:00
Valentin Kaelin
6f63d67be0 refactor: update Adonis to last October update 2020-11-06 21:43:35 +01:00
Valentin Kaelin
dda6fc3328 fix(jax): destructuring the right key when error happens 2020-10-18 15:24:35 +02:00
Valentin Kaelin
0df33663a8 fix: fix uppercase on linux 2020-10-18 01:09:58 +02:00
Valentin Kaelin
534a0983a8 fix: little fix 2020-10-18 01:08:54 +02:00
Valentin Kaelin
75894b3025 chore: delete old server folder and rename new one 2020-10-17 15:45:12 +02:00
Valentin Kaelin
1288ae8b27 fix(role-identification): temporary fix to prevent some crash 2020-10-07 17:20:05 +02:00
Valentin Kaelin
b21c7ff416 refactor: retry cdragon requests if it fails 2020-09-29 18:41:13 +02:00
Valentin Kaelin
e73b231db2 fix(role-identification): better fix to remove duplicate 2020-09-29 18:02:44 +02:00
Valentin Kaelin
abab481f8d fix: log summoner puuid when riot match endpoint returns a 404 2020-07-23 23:47:03 +02:00
Valentin Kaelin
16a8f2503a fix: set champion playrate to 0 if not present in the json data 2020-07-23 22:49:14 +02:00
Valentin Kaelin
7bbf5edb4a feat: set player role to support if 1 player in the team has a supp item 2020-06-25 14:05:44 +02:00
Valentin Kaelin
c16974fcfb feat: use custom RoleIdentification if Riot roles are badly identified 2020-06-21 20:58:04 +02:00
Valentin Kaelin
335fe5c4a6 feat: display old summoner names on actual summoner name hover 2020-06-20 19:46:25 +02:00
Valentin Kaelin
9552d2b103 fix: remove useless log when summoner doesn't exist 2020-06-14 20:11:24 +02:00
Valentin Kaelin
609dfcc9d0 fix: retry api calls to riot if we receive a 504 error 2020-06-14 12:29:21 +02:00
Valentin Kaelin
e0adc777e0 refactor: better error logging in JaxRequest 2020-06-13 23:24:08 +02:00
Valentin Kaelin
b335b53869 feat: set summoner role to jungle in live tab if he has a smite 2020-06-12 23:58:09 +02:00
Valentin Kaelin
93a46d3a9e feat: add identified roles in live game tab 2020-06-12 17:45:16 +02:00
Valentin Kaelin
331994612b fix: remove cache on matchlist 2020-05-09 21:01:52 +02:00
Valentin Kaelin
ae6b67edcf refactor: add redis cache in Riot API wrapper (Jax) 2020-04-26 20:07:17 +02:00
Valentin Kaelin
c88e43ee4a fix: add some console.time to check which mongo query is slow 2020-04-04 23:33:29 +02:00
Valentin Kaelin
a573a7411e feat: add "new" tag if first load of the match 2020-04-01 14:14:03 +02:00
Valentin Kaelin
d839eed7ad feat: filter by season now works 🎉 2020-02-01 20:17:14 +01:00
Valentin Kaelin
fed9cb6406 feat: add season number in matchlist 2020-02-01 15:52:56 +01:00
Valentin Kaelin
304ed03ace fix: check summoner friends with account_id instead of name 2020-01-08 21:16:21 +01:00
Valentin Kaelin
1c9e2b8d70 fix: return old matchList from db if Riot API is down 2020-01-01 16:22:40 +01:00
Valentin Kaelin
541d6395b1 feat: add select input in champions tab to change queue 2019-12-23 22:13:42 +01:00
Valentin Kaelin
7f1ba47eb6 feat: add endpoint to get full champion stats (in progress) 2019-12-03 22:23:19 +01:00
Valentin Kaelin
c77b5bb05d refactor: give summoner region to JaxProvider for every call to Riot API 2019-12-02 20:41:05 +01:00
Valentin Kaelin
c6d0cd5d4e feat: add soloQ rank of all players in match details 2019-12-01 19:17:30 +01:00
Valentin Kaelin
4fd79a5d84 feat: add redis 2019-12-01 16:20:27 +01:00
Valentin Kaelin
7ab6db8ec2 refactor: rename helpers to services and create real helper file 2019-12-01 15:20:49 +01:00