Commit graph

656 commits

Author SHA1 Message Date
Valentin Kaelin
ab8cfd0695
Merge pull request #40 from vkaelin/dependabot/npm_and_yarn/client/follow-redirects-1.14.8
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /client
2022-02-15 13:15:20 +01:00
dependabot[bot]
4652f4f734
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /client
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 11:09:40 +00:00
Valentin Kaelin
7b9811c13b fix(overview): record stats responsive if > 999 games 2022-02-02 22:53:22 +01:00
Valentin Kaelin
b17a80b2af refactor: records SQL query 50 times faster 2022-02-02 22:25:15 +01:00
Valentin Kaelin
618b7b3992
docs: update summoner example link 2022-02-02 00:28:02 +01:00
Valentin Kaelin
db1ee7ead7 fix(summoner-overview): open mutliple match details 2022-02-01 23:43:42 +01:00
Valentin Kaelin
98325bedc3 docs: update DigitalOcean link in README 2022-02-01 23:33:30 +01:00
Valentin Kaelin
eb7a9f6c7d
Merge pull request #38 from vkaelin/dependabot/npm_and_yarn/client/axios-0.21.2
chore(deps): bump axios from 0.21.1 to 0.21.2 in /client
2022-02-01 23:30:16 +01:00
dependabot[bot]
664c0c0828
chore(deps): bump axios from 0.21.1 to 0.21.2 in /client
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 22:28:49 +00:00
Valentin Kaelin
e1cbdec206
Merge pull request #37 from vkaelin/dependabot/npm_and_yarn/server/validator-13.7.0
chore(deps): bump validator from 13.6.0 to 13.7.0 in /server
2022-02-01 23:28:13 +01:00
dependabot[bot]
e9ad861813
chore(deps): bump validator from 13.6.0 to 13.7.0 in /server
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/compare/13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 22:18:57 +00:00
Valentin Kaelin
74379e399e fix: eol of package-lock.json... 2022-02-01 23:18:01 +01:00
Valentin Kaelin
78e37714be refactor: use queue/jobs to load entire matchlist 2022-02-01 23:16:58 +01:00
Valentin Kaelin
b2dc4c28d1 refactor: don't pass entire matchlist to frontend anymore 2022-02-01 21:38:19 +01:00
Valentin Kaelin
87972e4f4d refactor(api): cleaner way to filter next matchIds to fetch 2022-02-01 00:13:44 +01:00
Valentin Kaelin
f6cd5e19a3 refactor: better way to store lastMatchId 2022-01-31 23:44:22 +01:00
Valentin Kaelin
565e2b32fa fix: last one... (hope so) 2022-01-31 23:17:37 +01:00
Valentin Kaelin
4fb7c4d6da fix: forgot to check length in one spot 2022-01-31 23:09:39 +01:00
Valentin Kaelin
9af2dd90c3 fix: load more matches when season is selected now works again 2022-01-31 23:03:08 +01:00
Valentin Kaelin
4811f95aa0 refactor: use db transactions when inserting matches to prevent errors 2022-01-30 18:01:05 +01:00
Valentin Kaelin
ec6319ec3b fix(champions): remove strange bahviors after sorting multiple times 2022-01-08 02:09:39 +01:00
Valentin Kaelin
3d4c969ea0 fix(champions): re-apply current filters on most played check 2022-01-08 01:04:49 +01:00
Valentin Kaelin
5c79f04563 feat(champions): add filter by gamemode back 2022-01-08 00:55:50 +01:00
Valentin Kaelin
80534a5ca3 feat: add filter by season back 2022-01-08 00:16:49 +01:00
Valentin Kaelin
72cbc916bc fix(api): check if we have ranks to save to db 2022-01-07 12:52:36 +01:00
Valentin Kaelin
aff325f22c feat: add season 12 timestamp 2022-01-07 12:32:59 +01:00
Kalane
e07ae8f359 feat: add role identification in spellbook games 2021-12-11 19:30:04 +01:00
Kalane
cdfdb814ca refactor: don't store summonerSpell json in frontend anymore 2021-12-11 19:24:10 +01:00
Kalane
eed57126ba fix(live-game): spellbook smite icon 2021-12-11 19:17:45 +01:00
Kalane
db92410398 feat: add new Rekkles account as default search 2021-11-20 23:09:23 +01:00
Valentin Kaelin
c7af59466a fix: x2 2021-10-06 13:48:58 +02:00
Valentin Kaelin
6ae820c67f fix: I'm a dumbo 2021-10-06 13:48:19 +02:00
Valentin Kaelin
9087dbfa52 fix: gameDuration from Riot API is now in seconds... 2021-10-06 13:45:35 +02:00
Kalane
0754df95bb Merge remote-tracking branch 'origin/master' 2021-09-29 22:28:39 +02:00
Kalane
6c5e09d67d fix(live-game): don't crash when Riot API doesn't give any perks... 2021-09-29 22:28:35 +02:00
Valentin Kaelin
398ecfe7ae Merge branch 'master' of https://github.com/vkaelin/LeagueStats 2021-09-28 11:15:35 +02:00
Valentin Kaelin
f535fdc6d7 fix: limit recentActivity query results to last 105 days 2021-09-28 11:15:15 +02:00
Valentin Kaelin
9e3e2abf64
Merge pull request #33 from vkaelin/dependabot/npm_and_yarn/server/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /server
2021-09-24 22:28:36 +02:00
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