Commit graph

  • c7af59466a fix: x2 Valentin Kaelin 2021-10-06 13:48:58 +0200
  • 6ae820c67f fix: I'm a dumbo Valentin Kaelin 2021-10-06 13:48:19 +0200
  • 9087dbfa52 fix: gameDuration from Riot API is now in seconds... Valentin Kaelin 2021-10-06 13:45:35 +0200
  • 0754df95bb Merge remote-tracking branch 'origin/master' Kalane 2021-09-29 22:28:39 +0200
  • 6c5e09d67d fix(live-game): don't crash when Riot API doesn't give any perks... Kalane 2021-09-29 22:28:35 +0200
  • 398ecfe7ae Merge branch 'master' of https://github.com/vkaelin/LeagueStats Valentin Kaelin 2021-09-28 11:15:35 +0200
  • f535fdc6d7 fix: limit recentActivity query results to last 105 days Valentin Kaelin 2021-09-28 11:15:15 +0200
  • 9e3e2abf64
    Merge pull request #33 from vkaelin/dependabot/npm_and_yarn/server/path-parse-1.0.7 Valentin Kaelin 2021-09-24 22:28:36 +0200
  • e2732cbed4 fix: oopsie Kalane 2021-09-24 22:27:59 +0200
  • 6c7faa40a9 feat: add some console.time to check what's taking time sometimes Kalane 2021-09-24 22:25:28 +0200
  • f343992ee6 fix: update summoner_names length in DB Valentin Kaelin 2021-09-22 15:59:41 +0200
  • fc9a87e610 refactor: don't load relations in V4Parser Valentin Kaelin 2021-09-22 15:56:46 +0200
  • c437bcaaf8 style(api): ts-ignore known error Kalane 2021-09-20 21:18:32 +0200
  • 11fb369051 Merge branch 'V2' Kalane 2021-09-20 19:58:35 +0200
  • e4d8ca5873 docs: little update on the README (will need more tweaks) Kalane 2021-09-20 19:57:50 +0200
  • 4aa25b6a8b chore: remove old folder from vscode workspace too Kalane 2021-09-20 19:22:13 +0200
  • 93f23a0d33 feat: delete old server folder + rename new one Kalane 2021-09-20 19:20:51 +0200
  • 5e33d0b0ba fix: don't load coop vs ia games with load-v4 command Kalane 2021-09-20 15:20:43 +0200
  • 414eda66f2 feat: add command to load Match-v4 matches Kalane 2021-09-19 22:43:00 +0200
  • 0703174cfa refactor(match-service): pass region outside of account object Kalane 2021-09-19 22:41:56 +0200
  • b1466c4063 fix: order of global stats Kalane 2021-09-19 21:39:13 +0200
  • 027b6b2f3b fix: remove unique constraint (for coop vs IA games) Kalane 2021-09-19 20:47:41 +0200
  • 1e2cc8e898 feat: add some index on table schemas Kalane 2021-09-19 17:47:07 +0200
  • 4fb60cc02a fix: remove smallint for summonerId (prevent old bugged matches crash) Kalane 2021-09-19 17:10:49 +0200
  • dcbcb8c199 refactor: add a lot of smallint in the table migrations Kalane 2021-09-19 17:06:35 +0200
  • c007120f4e chore: add global .gitignore Valentin Kaelin 2021-09-18 21:38:19 +0200
  • 36f3c46b59 refactor(champions): remove useless fields from query Valentin Kaelin 2021-09-18 21:36:30 +0200
  • 629cad12fb feat: add champions tab back (without filtering by queue for now) Valentin Kaelin 2021-09-18 21:21:13 +0200
  • 1d01520ef4 fix: remake games with new gameDuration unit (ms) Kalane 2021-09-18 00:10:46 +0200
  • 38439d8b9c fix: remove bugged matches from Riot match-v5 too Kalane 2021-09-18 00:04:59 +0200
  • f19efcbd19 fix: 404 from Riot API match-v5 + random summonerSpellIds Kalane 2021-09-18 00:01:06 +0200
  • 5a7c38281f feat: add live game tab back Kalane 2021-09-17 22:57:57 +0200
  • 0b0aa48e69 fix: oopsie forgot to push a fix Kalane 2021-09-16 22:57:26 +0200
  • 6f0beec0d2 feat: add ranks back in match-details Kalane 2021-09-16 22:29:20 +0200
  • 973355c201 feat: add detailed-match feature (without ranks for now) Kalane 2021-09-16 17:10:09 +0200
  • 2f677ab17b feat: add towers field to match_teams table Kalane 2021-09-16 16:01:21 +0200
  • ed79b4cd7c feat: add back records tab Kalane 2021-09-16 14:23:09 +0200
  • 75b1007ec0 feat: refactor queries + add records query Kalane 2021-09-16 13:49:32 +0200
  • 2a2fb61c58 feat: aggregate RecentActivity with matches data Kalane 2021-09-15 21:17:52 +0200
  • 1f5afc3f54 feat: add summoner friends back Kalane 2021-09-15 18:35:39 +0200
  • 73e40820bd feat: overview-stats now work in the frontend Kalane 2021-09-15 17:59:42 +0200
  • 72872b9040 feat: championClassStats query Kalane 2021-09-15 16:34:44 +0200
  • 35af575af1 feat: championStats query Kalane 2021-09-15 16:22:19 +0200
  • 92abb9de0f feat: roleStats query Kalane 2021-09-15 16:04:02 +0200
  • 23b407e5c4 feat: gamemodeStats query Kalane 2021-09-15 15:54:59 +0200
  • 3cb2366c00 feat: globalStats query Kalane 2021-09-15 15:44:53 +0200
  • d9d470efdd feat: very beggining of overview-stats Kalane 2021-09-14 17:06:00 +0200
  • 68e3cb821b refactor: rename support to utility in RoleIdentificationService too Kalane 2021-09-14 16:42:01 +0200
  • e3f6103a0d fix: matchlist order Kalane 2021-09-14 16:39:25 +0200
  • 134cbfad0b refactor: store teamPositions in int in database Kalane 2021-09-14 16:03:08 +0200
  • 537a2eb183 fix: season is a float Kalane 2021-09-14 15:06:42 +0200
  • 00518e5143 feat: add "new" badge on matches + fix wrong match results Kalane 2021-09-14 14:49:03 +0200
  • d6c4fe3e11 feat: load more matches button Kalane 2021-09-14 13:49:24 +0200
  • 973bc8e29b refactor: better cache in CDragonService Kalane 2021-09-14 13:31:35 +0200
  • cf54188116 fix: set bigint as number instead of string in postgres Kalane 2021-09-14 01:34:15 +0200
  • c353bb227b feat(basic-matches): add runes Kalane 2021-09-14 01:19:47 +0200
  • 5b9a29ab4b feat: add CDragonController back Kalane 2021-09-14 00:55:19 +0200
  • 96352669d0 feat(basic-matches): add summonerSpell Kalane 2021-09-14 00:44:12 +0200
  • 218b97f88e chore: add eol auto to prettier Kalane 2021-09-14 00:16:32 +0200
  • ac10c94be2 feat: overview endpoint looks good Kalane 2021-09-14 00:06:12 +0200
  • f428b77e0e feat: add cors Kalane 2021-09-13 23:10:04 +0200
  • 8bb7779edb fix: remove crash on overview endpoint Kalane 2021-09-13 23:04:52 +0200
  • adf08ac779 Merge branch 'serializer' into V2 Kalane 2021-09-13 22:08:49 +0200
  • ec38359740 Merge branch 'match-parser' into V2 Lazar 2021-09-13 22:06:32 +0200
  • 7fd4dd3a70 feat: match parsing is working Lazar 2021-09-13 22:06:12 +0200
  • da3eea25f9 feat: matchService + serializer Kalane 2021-09-13 22:00:04 +0200
  • 55a3fec13d feat: serializer for basic matches should be good (can't test right now) Kalane 2021-09-13 13:50:04 +0200
  • 49f16c287b feat: parsing matchPlayers + change in model/migration Lazar 2021-09-13 00:17:53 +0200
  • 45750d64eb feat: parsing of match + its two teams and change in models/migration Lazar 2021-09-12 23:24:21 +0200
  • 505bbd739d feat: start basic-match serializer Kalane 2021-09-12 22:55:46 +0200
  • 2b73d29f6a feat: add RoleIdentification back Kalane 2021-09-12 22:39:14 +0200
  • 2bac504b0f feat: start summoner/overview endpoint Kalane 2021-09-12 21:47:48 +0200
  • c9fc0c7dc1 feat: setup for Lazar Kalane 2021-09-12 20:18:19 +0200
  • f04f9e95dd feat: summoner/basic endpoint should be kinda good now Kalane 2021-09-12 19:13:48 +0200
  • 9a3bb6311c feat: add matchlist + current game + ranked to summoner/basic endpoint Kalane 2021-09-12 19:06:46 +0200
  • dfc7b64e76 feat: start summoner/basic endpoint Kalane 2021-09-12 17:05:30 +0200
  • 508404ba9e feat: add routes and summoner validators Kalane 2021-09-12 16:35:50 +0200
  • 63b42f7c86 feat: add Jax Service back Kalane 2021-09-12 16:21:20 +0200
  • 753bda3418 feat: add first version of Models Kalane 2021-09-12 16:09:29 +0200
  • d82285050f feat: start migrations Kalane 2021-09-12 15:16:08 +0200
  • c61f5615d7 chore: update diagram Kalane 2021-09-11 22:30:37 +0200
  • 7ab9dc5996 chore: add health-check + docker-compose file for redis/pg Kalane 2021-09-11 18:08:30 +0200
  • d8333e8163 chore: add adonis boilerplate with lucid + redis packages Kalane 2021-09-11 15:05:58 +0200
  • cd6a62bcbf chore: add the start of the SQL diagram Kalane 2021-09-11 14:10:36 +0200
  • ee0b0d3fe1 fix(matches): ms to s Kalane 2021-09-11 14:09:25 +0200
  • c24b4fd161 feat: helper to get currentSeason Kalane 2021-09-11 14:09:10 +0200
  • d751de2e46
    chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /server dependabot[bot] 2021-08-11 09:45:31 +0000
  • 5daa528f56
    chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /client dependabot[bot] 2021-08-10 23:08:35 +0000
  • 5cd0837815 feat: ugly working version: need to work with old matchLists too Kalane 2021-08-11 00:12:17 +0200
  • 41d363b981 refactor(server): start slowly the migration to v5 Kalane 2021-08-07 22:52:54 +0200
  • 73e8eec291 fix: add ultimate spellbook gamemode V1 Valentin Kaelin 2021-07-25 22:52:59 +0200
  • 9a886165ff fix(api): if Riot League endpoint is down: prevent crashing Valentin Kaelin 2021-07-25 22:37:08 +0200
  • 8a9299d302
    Merge pull request #31 from vkaelin/dependabot/npm_and_yarn/server/normalize-url-4.5.1 Valentin Kaelin 2021-07-01 18:56:44 +0200
  • b49804eb78
    chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /server dependabot[bot] 2021-06-09 00:18:54 +0000
  • 71fdd20b47
    Merge pull request #30 from vkaelin/dependabot/npm_and_yarn/client/ws-6.2.2 Valentin Kaelin 2021-06-07 21:16:25 +0200
  • 5800ebe1af
    Merge pull request #29 from vkaelin/dependabot/npm_and_yarn/client/dns-packet-1.3.4 Valentin Kaelin 2021-06-07 21:16:17 +0200
  • fd15f4322f
    chore(deps): bump ws from 6.2.1 to 6.2.2 in /client dependabot[bot] 2021-06-05 00:26:34 +0000
  • f80cadf727
    chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /client dependabot[bot] 2021-05-27 09:34:02 +0000
  • 742147d90d
    Merge pull request #28 from vkaelin/dependabot/npm_and_yarn/client/browserslist-4.16.6 Valentin Kaelin 2021-05-25 11:03:48 +0200
  • b8c797300e
    chore(deps): bump browserslist from 4.8.7 to 4.16.6 in /client dependabot[bot] 2021-05-25 02:02:55 +0000