-
Notifications
You must be signed in to change notification settings - Fork 23
perf(api): batch leaderboard stat lookups #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ugcodrr
wants to merge
29
commits into
main
Choose a base branch
from
perf/batch-leaderboard-stats
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
491643b
perf(api): batch leaderboard stat lookups
ugcodrr ba946d1
perf(leaderboard): optimize leaderboard queries and handle unknown en…
ugcodrr d240d78
chore: remove .turbo folder
jacobk999 81e6f7b
chore: update dependencies and repo cleanup (#871)
jacobk999 9fa9449
chore(deps): update actions/cache digest to 27d5ce7 (#821)
renovate[bot] 388bd6c
chore(deps): update actions/checkout digest to de0fac2 (#823)
renovate[bot] 5cc14dc
chore(lint): enable stricter no unused variable rules (#873)
jacobk999 95d3b94
fix: use file urls for dynamic imports (#874)
jacobk999 7e07ac3
chore(config): migrate renovate config (#872)
renovate[bot] 110fd10
chore: add .DS_Store to .gitignore (#833)
ugcodrr 45f6cae
feat(copsandcrims): add shots fired stats (#829)
ugcodrr 4021c0f
refactor(discord-bot): load duels command mode icons once (#847)
ugcodrr bfb1dc3
chore(deps): update actions/labeler digest to f27b608 (#880)
renovate[bot] 81723f2
chore(deps): update pnpm/action-setup digest to b906aff (#881)
renovate[bot] cb6922c
feat: add bedwars dreamfest levelling and challenges (#887)
jacobk999 bd5104b
chore(deps): update actions/checkout digest to df4cb1c (#879)
renovate[bot] 88ddaae
fix(rendering): ignore unsupported font glyphs (#837)
ugcodrr b729496
fix(skywars): add missing prestige schemes (#840)
ugcodrr 155f898
chore(deps): update pnpm/action-setup action to v6 (#885)
renovate[bot] 1c0b240
chore: update lockfile
jacobk999 9df3916
fix(discord): import event handlers from correct file path (#888)
jacobk999 bee79ac
chore: pin minecraft-protocol to 1.61.0
jacobk999 98d9f50
chore(deploy): install node modules with frozen lockfile
jacobk999 7947a67
chore: update lockfile
jacobk999 ac1cd80
fix(bedwars): use proper field for level progression
ugcodrr 86584a5
fix(font-renderer): Add back &r (reset) formatting behavior (#891)
ugcodrr e9aee26
fix(i18n-loader): only load language files/folders (#897)
ugcodrr 2bb2648
fix(discord-bot): use statsify skin API for minecraft head URLs (#865)
ugcodrr 52fa5a2
refactor(leaderboard): improve handling of additional stats
ugcodrr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the
getAdditionalStatsfunction now can return invalid data, withUnknownas the name, we should probably instead just handle the case if a player or guild is missing rather than just returning garbage data.