Commit Graph

342 Commits

Author SHA1 Message Date
e9da32775f add basic metrics impl
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m32s
2024-04-14 09:34:10 +01:00
fc640fe1a0 update src code url
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m16s
2024-04-13 21:10:43 +01:00
e067d399c8 remove error page template
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m32s
2024-04-13 21:08:03 +01:00
69321adb1f fix tests
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m21s
2024-04-13 21:02:54 +01:00
595ca5b36a Merge branch 'master' of https://git.fascinated.cc/Fascinated/minecraft-helper
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 2m31s
2024-04-13 20:58:51 +01:00
88c940431b rename the package 2024-04-13 20:53:31 +01:00
a15326a847 rename the package 2024-04-13 20:44:05 +01:00
Lee
941ffaf6ae Update README.md 2024-04-13 18:34:32 +00:00
b14c969013 update dns records field for minecraft server response
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 51s
2024-04-13 18:33:41 +01:00
c72bda317e update dns records field for minecraft server response
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m59s
2024-04-13 18:27:53 +01:00
499fcb6fa5 cleanup cache
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m50s
2024-04-13 18:15:03 +01:00
edb02c2ba1 cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
2024-04-13 18:02:46 +01:00
a1755948c1 cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m46s
2024-04-13 17:55:03 +01:00
15885f7e00 cleanup imports
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s
2024-04-13 17:40:28 +01:00
1a0dd8844d fix index and /mojang/status routes
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-13 17:40:03 +01:00
77f787b659 don't return username to uuid id
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m17s
2024-04-13 17:30:08 +01:00
a966977d82 fix username to uuid cache
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-13 17:29:32 +01:00
bda70b19a8 cleanup imports
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m41s
2024-04-13 17:21:49 +01:00
e5e3503abc fix tests
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-13 17:21:33 +01:00
b5e8664ad3 fix tests
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 23s
2024-04-13 17:18:43 +01:00
8216ec7943 clean up cache info
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-13 17:17:13 +01:00
c198339acc put player in a player object in the return json and update the cache information in json responses
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-13 17:10:40 +01:00
2895525412 degraded status if response time is more than 1 second
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s
2024-04-13 16:50:17 +01:00
348edfd1ef add a status instead of a boolean online / offline for the endpoint status
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m40s
2024-04-13 16:46:45 +01:00
66f5660274 only allow GET on /mojang/status
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m43s
2024-04-13 16:42:21 +01:00
55c2c95269 only fetch the head on the endpoint status check
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m44s
2024-04-13 16:30:22 +01:00
77bd9a7c7e cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m40s
2024-04-13 16:27:19 +01:00
0b187a852c check the mojang api statuses in parallel
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m38s
2024-04-13 16:24:49 +01:00
4d4e8557d8 remove unnecessary skin fallback
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m50s
2024-04-13 16:09:01 +01:00
b708191267 add more endpoints to check the status for
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-13 15:59:44 +01:00
3cf16bd2eb add fallback skins
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-13 15:54:32 +01:00
852f5a8bea fix WebRequest (again)
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m27s
2024-04-13 15:42:30 +01:00
57601acbb1 cleanup WebRequest
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 24s
2024-04-13 15:41:08 +01:00
471c3e6e80 fix bug with calling apis
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m46s
2024-04-13 15:36:20 +01:00
811ea348cf add mojang api status endpoint
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 27s
2024-04-13 15:34:19 +01:00
0c8f769ee7 cleanup imports
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m28s
2024-04-13 14:08:12 +01:00
586539d810 move cors to the Config
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-13 14:07:54 +01:00
52d89a6d9f change the cache for player name to uuid to be 6 hours
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-13 14:06:48 +01:00
5381a2887e update blocked servers hourly
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m17s
2024-04-13 14:03:08 +01:00
4ababb0cb5 remove target dir
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m12s
2024-04-12 20:17:24 +01:00
4f4a06a4fb update a log
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m34s
2024-04-12 20:15:17 +01:00
53c50b3a05 don't log as much for request logging
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m13s
2024-04-12 20:07:25 +01:00
f1dae95a4c fix cache hash for player skin part
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
2024-04-12 20:05:00 +01:00
f4cf93cf08 fix slim skin models not being recognised
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m25s
2024-04-12 19:59:59 +01:00
157bdf5e5a cleanup and add player skin format link
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
2024-04-12 19:56:57 +01:00
4b672de85d add minimum size to player images
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m13s
2024-04-12 19:52:38 +01:00
55c1ca4139 add skin overlays to all images if it's enabled
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s
2024-04-12 19:50:36 +01:00
4e08955ab9 cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m27s
2024-04-12 18:56:25 +01:00
e788ae003f fix skin part tests
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m44s
2024-04-12 18:50:17 +01:00
a1ad295e0c fix skin part tests
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-12 18:48:13 +01:00