475 Commits

Author SHA1 Message Date
txtsd
e41a4208a0
chore: Double quote array expansions to avoid re-splitting elements 2022-04-06 18:11:13 +05:30
txtsd
beac3155df
chore: Double quote to prevent globbing and word splitting 2022-04-06 18:10:19 +05:30
txtsd
e823dd309b
refactor: Use $(...) notation instead of legacy backticked ... 2022-04-06 18:06:38 +05:30
txtsd
189a7eecc5
chore: Use cd ... || exit in case cd fails 2022-04-06 18:04:23 +05:30
txtsd
031d271d62
chore: Remove unused imports 2022-04-06 18:00:50 +05:30
txtsd
fcd66ed5ef
chore: Remove dead code 2022-04-06 17:57:35 +05:30
txtsd
c8fa8f4125
chore: Remove argument when equal to default parameter value 2022-04-06 17:55:54 +05:30
txtsd
0201def4c5
chore: Docstrings should be triple double-quoted 2022-04-06 17:53:16 +05:30
txtsd
af0ed5f92f
refactor: Don't shadow built-in name 'hash' 2022-04-06 17:51:52 +05:30
txtsd
501621a388
chore: Remove redundant parentheses 2022-04-06 17:47:46 +05:30
txtsd
68274bd9e1
chore: PEP8 naming convention: variables in function should be lowercase 2022-04-06 17:46:29 +05:30
Sefa Eyeoglu
f8dd68b649
Merge pull request #8 from PolyMC/develop 2022-04-06 12:54:17 +02:00
txtsd
f5ca1a18f7
chore: Fix PEP8: E501 line too long 2022-04-06 15:07:23 +05:30
txtsd
8ad8ed95cb
chore: Replace assignments with augmented assignments 2022-04-06 14:53:16 +05:30
Sefa Eyeoglu
6d39c8dfe9
refactor: cleanup 2022-04-05 18:39:43 +02:00
Sefa Eyeoglu
fe4269cb12
fix: ensure base directory of liteloader exists 2022-04-05 15:40:02 +02:00
Sefa Eyeoglu
1bd80e57aa
refactor: move GradleSpecifier into model 2022-04-05 15:10:28 +02:00
Sefa Eyeoglu
00cbf2073b
refactor: remove obsolete model framework 2022-04-05 15:07:12 +02:00
Sefa Eyeoglu
6777305c00
refactor: move index to pydantic models 2022-04-05 15:05:33 +02:00
Sefa Eyeoglu
6d0b9f34c8
fix: give all timestamps TZ info 2022-04-05 15:05:18 +02:00
Sefa Eyeoglu
2950b00e1f
fix: allow hashing of GradleSpecifier 2022-04-05 15:05:07 +02:00
Sefa Eyeoglu
eda318131d
refactor: move forge to pydantic models 2022-04-05 14:39:03 +02:00
Sefa Eyeoglu
7ab37c8658
refactor: make GradleSpecifier its own class 2022-04-05 14:38:59 +02:00
Sefa Eyeoglu
fec82dbb90
fix: correctly get STATIC_DIR in generateMojang.py 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
efd1aff147
fix: expect strings instead of urls in all models 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
b0810ce299
chore: drop seemingly unused enumerateForge.py 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
5a6ae18755
refactor: move liteloader to pydantic models 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
b4dcfe056f
refactor: cleanup 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
2ca56cafdf
refactor: move generateMojang to pydantic models 2022-04-05 14:35:07 +02:00
Sefa Eyeoglu
5895e5accf
feat: implement experiments updates 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
7cd825c67f
refactor: move updateMojang to pydantic models 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
367518371f
fix: set by_alias for json export 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
a5bb3a091d
refactor: switch Fabric over to pydantic 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
6d9561c28d
fix: use correct directory for fabric meta 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
1ad5b59501
refactor: improve fabric scripts 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
a8babf42c5
refactor: move utils into package 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
0731956adc
Merge pull request #7 from Scrumplex/handle-incompatible-java 2022-04-04 20:49:27 +02:00
Sefa Eyeoglu
2d395660c2
feat: implement compatibleJavaMajors property 2022-03-24 16:31:24 +01:00
Sefa Eyeoglu
3b5304a707
fix: makedirs if not present 2022-03-21 21:13:14 +01:00
Sefa Eyeoglu
1dce769555
fix: mount everything into container 2022-03-21 19:53:37 +01:00
Sefa Eyeoglu
a172bc68a4
fix(updateFabric): request HEAD in try block 2022-03-10 18:19:17 +01:00
Sefa Eyeoglu
8b06798c37
fix(updateFabric): avoid downloading JARs
Let's use headers and server-side hashes instead of downloading the
JAR files in question.
2022-03-10 18:14:43 +01:00
Sefa Eyeoglu
64e57494b3
fix(docker): add restart to default docker-compose.yaml 2022-02-25 23:07:50 +01:00
Sefa Eyeoglu
bab6bab12a
feat(docker): introduce variable UID/GID 2022-02-25 23:07:29 +01:00
Sefa Eyeoglu
e81830b790
fix: typos in README 2022-02-25 22:57:53 +01:00
Sefa Eyeoglu
bb488a39e8
Merge pull request #5 from PolyMC/docker 2022-02-25 22:47:40 +01:00
Sefa Eyeoglu
10fa8a00a0
fix: ignore .github in index.py 2022-02-19 20:38:59 +01:00
Sefa Eyeoglu
cae711b7da
fix: bring back log4j 2.0-beta9-fixed
Forcing 2.17.1 on older versions breaks Forge
2022-02-19 20:34:52 +01:00
Sefa Eyeoglu
2f4ac25ed2
fix(docker): add correct PATH for Cron 2022-02-19 20:23:59 +01:00
Sefa Eyeoglu
d7bd443b62
fix: use mmc2 as version for ForgeWrapper 2022-02-19 19:40:52 +01:00