Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | remove build folder | mat | |
2021-09-12 | add warning for social skill leaderboard | mat | |
2021-09-06 | Bump node-fetch from 2.6.1 to 3.0.0 (#116) | dependabot[bot] | |
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com> | |||
2021-08-06 | don't add players to leaderboards leaderboards when they aren't on any | mat | |
2021-08-01 | remove debug message | mat | |
2021-08-01 | add #1 leaderboards count leaderboard | mat | |
2021-07-01 | delete players with no leaderboard positions from leaderboard collections | mat | |
2021-06-29 | enable strictNullChecks and fix all related issues (#65) | mat | |
2021-06-01 | add info for leaderboards_count | mat | |
2021-06-01 | make new "cache" for recentlyqueued | mat | |
2021-06-01 | don't queue stuff if it's in recentlyUpdated | mat | |
2021-06-01 | lower the interval for leaderboardUpdateMemberQueue even more | mat | |
uhhhhhh hopefully the database doesn't get too sad from this | |||
2021-06-01 | decrease the queue intervals by a lot | mat | |
2021-06-01 | add queue sizes to index debug data | mat | |
2021-06-01 | Revert "Revert "Revert "temporarily disable leaderboard cache""" | mat | |
This reverts commit f111a9a1db78fbfe0737661f3c9104f52d6de945. | |||
2021-06-01 | Revert "Revert "temporarily disable leaderboard cache"" | mat | |
This reverts commit 0203c2bf6d645e2f0c42fc3dc839e1320ee57c84. | |||
2021-06-01 | Revert "temporarily disable leaderboard cache" | mat | |
This reverts commit ddf7ff4ab6331f70e313de29eafdcc03d67074ad. | |||
2021-06-01 | temporarily disable leaderboard cache | mat | |
i am literally going insane | |||
2021-05-31 | add leaderboard infos | mat | |
2021-05-31 | add memberRawLeaderboardItem and profileRawLeaderboardItem | mat | |
these hold slightly less information and should therefore use slightly less memory, hopefully | |||
2021-05-31 | removed fetching all the members in all of the leaderboards | mat | |
2021-05-30 | re-add the pre-cache for leaderboard users | mat | |
2021-05-30 | remove debug thing | mat | |
2021-05-30 | i think i found out why it's using so much memory. | mat | |
2021-05-30 | Revert "disable leaderboards again :trollface:" | mat | |
This reverts commit dcccb6fa3bcfb15dcb272e47ddd87184ab84be61. | |||
2021-05-30 | disable leaderboards again :trollface: | mat | |
2021-05-29 | only cache raw leaderboards | mat | |
2021-05-28 | add more useful stuff to index | mat | |
2021-05-28 | Don't fetch leaderboards multiple times when they're already being fetched (#47) | mat | |
2021-05-28 | increase interval for updating leaderboards | mat | |
2021-05-27 | fix some bugs with it loading forever | mat | |
2021-05-27 | random random debug things and optimize leaderboards | mat | |
optimize leaderboards by fetching all the raw ones at the beginning | |||
2021-05-27 | make leaderboards send less requests | mat | |
2021-05-27 | disable "fast" mode for leaderboards | mat | |
2021-05-27 | log profile in fetchProfileUuid cache miss | mat | |
2021-05-27 | Profile customization (#45) | mat | |
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests | |||
2021-05-25 | Compiled TS into JS | mat-1 | |
2021-05-24 | Revert "disable leaderboards" | mat | |
This reverts commit 17866766304a9049dda716a21d94bcd4803980a7. | |||
2021-05-24 | Revert "enable raw leaderboard cache again" | mat | |
This reverts commit b33fbf90a8c7df808ee88ac2b38782fcfe93f224. | |||
2021-05-24 | enable raw leaderboard cache again | mat | |
2021-05-24 | disable leaderboards | mat | |
2021-05-10 | decrease memory use | mat | |
2021-05-01 | Show minions that haven't been unlocked in response (#20) | mat | |
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants | |||
2021-04-29 | rename minion_count to unique_minions | mat | |
2021-04-28 | remove some debug stuff | mat | |
2021-04-27 | Add minion_count leaderboard (#15) | mat | |
* add minion count leaderboard * fix error that happens sometimes * Update index.js | |||
2021-04-27 | Add unit tests (#12) | mat | |
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml | |||
2021-04-14 | revert change that makes leaderboards update slowly | mat | |
2021-04-14 | Total leaderboards leaderboard working (#6) | mat | |
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards | |||
2021-04-14 | Revert "Total leaderboards leaderboard (#5)" | mat | |
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf. |