dependabot[bot]
|
ba1a93eb03
|
chore(deps): bump moment from 2.29.1 to 2.29.2 in /server
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-09 14:23:59 +00:00 |
|
dependabot[bot]
|
473c632bb2
|
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /server
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-24 13:30:46 +00:00 |
|
Valentin Kaelin
|
0a563b52ec
|
fix: custom games sometimes available in match-v5 endpoint
|
2022-02-27 15:24:46 +01:00 |
|
Valentin Kaelin
|
09621f100e
|
feat: add more stats in recent activity
|
2022-02-17 00:37:28 +01:00 |
|
Valentin Kaelin
|
b17a80b2af
|
refactor: records SQL query 50 times faster
|
2022-02-02 22:25:15 +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
|
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
|
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 |
|
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 |
|
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
|
e4d8ca5873
|
docs: little update on the README (will need more tweaks)
|
2021-09-20 19:57:50 +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
|
d8333e8163
|
chore: add adonis boilerplate with lucid + redis packages
|
2021-09-11 15:05:58 +02:00 |
|
Kalane
|
cd6a62bcbf
|
chore: add the start of the SQL diagram
|
2021-09-11 14:10:36 +02:00 |
|
Kalane
|
c24b4fd161
|
feat: helper to get currentSeason
|
2021-09-11 14:09:10 +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 |
|
dependabot[bot]
|
b49804eb78
|
chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /server
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-09 00:18:54 +00:00 |
|
Valentin Kaelin
|
e6cd4d340b
|
fix(api): update bodyparser config to adonis 5
|
2021-05-22 18:23:38 +02:00 |
|
Valentin Kaelin
|
4b645ff65e
|
chore(api): update adonis to out of preview version
|
2021-05-22 17:23:45 +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
|
a2fdea3f17
|
fix(roles): add RoleIdentification back
|
2021-05-19 19:31:20 +02:00 |
|
Valentin Kaelin
|
1a9555ebcb
|
fix(roles): tmp fix while playrates CDN is broken
|
2021-05-15 18:07:58 +02:00 |
|
dependabot[bot]
|
0d69f16170
|
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /server
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-08 13:57:50 +00:00 |
|
Valentin Kaelin
|
e08c4ec181
|
Merge pull request #25 from vkaelin/dependabot/npm_and_yarn/server/lodash-4.17.21
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /server
|
2021-05-08 15:56:17 +02:00 |
|
Valentin Kaelin
|
2f92b84426
|
feat(live-tab): add roles in custom games too
|
2021-05-08 15:53:27 +02:00 |
|
dependabot[bot]
|
c5d291fd29
|
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /server
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-08 12:44:54 +00:00 |
|
Valentin Kaelin
|
7315c177a4
|
chore(api): update dependencies
|
2021-03-15 21:29:36 +01:00 |
|