Commit Graph

199 Commits

Author SHA1 Message Date
7ebeb39cc3 oops, fix build error
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 52s
2024-04-14 16:38:41 -04:00
acae5dbcd6 Disable tests, not done yet
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m31s
2024-04-14 16:35:55 -04:00
2d58908626 Install depends
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m28s
2024-04-14 16:33:44 -04:00
50b5c8ba4b Cleanup the lib
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m29s
2024-04-14 16:29:29 -04:00
6e096554d8 fixed workflow not working
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 3m2s
2024-04-14 16:22:40 -04:00
71cbf6ef1b now? 2024-04-14 16:22:08 -04:00
ae4079b6d8 Update deploy lib workflow 2024-04-14 16:21:33 -04:00
7e98b68db0 dont need this 2024-04-14 16:20:32 -04:00
e8b365b6f0 Run tests 2024-04-14 16:19:18 -04:00
d45b26fe09 Add deploy-lib workflow
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0, 20.x) (push) Has been cancelled
2024-04-14 16:15:47 -04:00
13c0a76e97 DNS Record types 2024-04-14 16:10:45 -04:00
fe00e7d50b Add #getMojangServerStatus 2024-04-14 16:06:42 -04:00
18293cc579 Add #isMojangBlocked 2024-04-14 15:56:45 -04:00
499663aa64 Add Minecraft server lookup support to the lib 2024-04-14 15:53:36 -04:00
abccde5896 Update Player type 2024-04-14 14:35:55 -04:00
1968f835fd functional lib 2024-04-14 14:03:02 -04:00
9f0d85cf5b oops ignore this 2024-04-14 13:35:22 -04:00
c0ce86faf6 oops, ignore this 2024-04-14 13:35:14 -04:00
eabea2546b Merge branch 'master' of https://git.rainnny.club/Rainnny/RESTfulMC 2024-04-14 13:34:37 -04:00
9751a21c9f Make basic Lib 2024-04-14 13:34:34 -04:00
4777d7d5eb Fix a bug with some Bedrock servers missing data in the token
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m40s
2024-04-14 09:23:17 -07:00
4721b46ce9 Update API/Dockerfile
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m39s
2024-04-14 09:16:09 -07:00
27c83a55ba Update API/.gitignore
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m31s
2024-04-14 08:54:33 -07:00
7ab210edb7 Move to monorepo layout
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 26s
2024-04-14 11:26:54 -04:00
348f7fa1eb Fix failed unit tests
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m34s
2024-04-13 13:27:47 -04:00
3f1290fd07 Change response for Minecraft servers
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 25s
2024-04-13 13:26:03 -04:00
d6a21fd5a3 Fix internal server err
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m42s
2024-04-13 13:05:46 -04:00
9c4a39641d Run #fetchMojangServerStatuses in parallel 2024-04-13 13:04:43 -04:00
b800badcc3 Add Unit testing for the Mojang route
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m33s
2024-04-13 11:51:52 -04:00
6c6b9349f2 Add Mojang status route
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s
2024-04-13 11:39:51 -04:00
6d112ac658 Fix server tests failing
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m30s
2024-04-12 02:59:19 -04:00
f01c208a9b Remove unused depends
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 31s
2024-04-12 02:56:47 -04:00
5099ad9dfe Add a legacy field to players
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
2024-04-11 09:21:16 -04:00
a03bac8f1d Allow for Java user profiles to be signed
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m27s
2024-04-11 09:09:25 -04:00
655ee50a21 Cache skin image data 2024-04-11 08:56:42 -04:00
63121afe32 CORS Config
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
2024-04-11 08:16:12 -04:00
6993fe6681 Cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m30s
2024-04-11 07:22:24 -04:00
d8962cee98 oops fix err
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s
2024-04-11 05:32:43 -04:00
0890a151eb Cleanup 2024-04-11 05:32:31 -04:00
0de598b205 Add the body part renderer 2024-04-11 05:17:00 -04:00
4f24b8eee5 Cleanup 2024-04-11 04:48:12 -04:00
dbeeb77fc8 Cleanup
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s
2024-04-11 04:41:00 -04:00
43f2ba041d Show all skin parts in the player skin
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-11 04:40:40 -04:00
5f37b6b768 Take overlay renders into account for caching skin parts
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
2024-04-11 04:38:59 -04:00
16e23e82f9 Allow for custom skin renderers
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m41s
2024-04-11 04:36:37 -04:00
2f7b9f6b10 Add base for 3D skin heads!!!
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s
2024-04-11 03:04:50 -04:00
16a42d1af3 Add profile properties to Player 2024-04-11 02:20:18 -04:00
160fed45e8 Tuple -> SkinProperties 2024-04-10 11:18:42 -04:00
27beec9dc7 Fix deserialization of DNS records not working
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m39s
2024-04-10 10:29:32 -04:00
0cb6d3f028 Show DNS records in MC server responses
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
2024-04-10 10:21:27 -04:00