Skip to content
GitLab
Explore
Sign in
Commits on Source
135
d0ab7707
deps(webservice): Update dependencies and add new dependencies required for webservice
Nov 01, 2021
25b7af87
other: Add/change run configurations to better suit my needs
Nov 01, 2021
11ab90f6
feat(webservice): More work towards the frontend. Create a server pack from a...
Nov 01, 2021
d1518b3c
no message
Nov 01, 2021
15851303
feat(webservice): Check for -web arg. Explicitly warn user about running web...
Nov 01, 2021
b60e7231
feat(webservice): Move commonly used fields to custom properties. Allow reload via reload()
Nov 01, 2021
abf01355
refactor: Remove/extract commonly used fields and methods. Work towards webservice
Nov 01, 2021
f3d8da93
feat(webservice): Add fields and methods required by CurseForge modpack creation
Nov 01, 2021
859ede17
refactor: Remove/extract commonly used fields and methods. Make sure our...
Nov 01, 2021
6d986f9b
feat(webservice): Remove/extract commonly used fields/methods. Couple of...
Nov 01, 2021
4ea254fc
refactor: remove/extract commonly used fields/methods. Use configurationModel for everything.
Nov 01, 2021
59b809ca
no message
Nov 01, 2021
33cf2635
no message
Nov 01, 2021
c9cc9548
refactor: Remove/extract commonly used fields/methods
Nov 01, 2021
b6bbe54a
refactor: Just kill it.
Nov 01, 2021
79158f45
no message
Nov 01, 2021
bf114a14
no message
Nov 01, 2021
df845695
refactor: Remove/extract commonly used fields/methods
Nov 01, 2021
91ab11a1
no message
Nov 01, 2021
1f405176
refactor: Remove/extract commonly used fields/methods
Nov 01, 2021
2928921b
no message
Nov 01, 2021
add798b9
no message
Nov 01, 2021
e20f89d3
test: Adapt tests
Nov 01, 2021
36e4159d
no message
Nov 01, 2021
aa35c21c
misc: Some more run configurations
Nov 01, 2021
875817c7
refactor: Throw custom exceptions on incorrect IDs
Nov 01, 2021
bbfc0fa2
feat(webservice): Expand properties for webservice and extract default dirs to exclude
Nov 01, 2021
d3f194ab
feat: Basic filewatcher to monitor a couple of important files. Example:...
Nov 01, 2021
c810efa2
misc: Excelsheet to expand the default list of clientside-only mods. Makes...
Nov 01, 2021
fd7f6d3f
feat(webservice): Allow the creation of a server pack from a CurseForge...
Nov 01, 2021
0954a56c
build(webservice): Add artemis dependency for queueing system. Update...
Nov 06, 2021
5a8462f9
no message
Nov 06, 2021
87618f4f
refactor: Only check for database existence when running as a webservice
Nov 06, 2021
a3c56948
feat(webservice): Update database entry for newly created server pack with...
Nov 06, 2021
42286caa
no message
Nov 06, 2021
7b750644
feat(webservice): Allow downloads of available server packs. Expand checks for...
Nov 06, 2021
80f4b8d3
feat(webservice): Populate Downloads-section with server packs from database...
Nov 06, 2021
37d4daa3
refactor(webservice): Store size in MB and display size in frontend in MB
Nov 07, 2021
4b520c2f
ci: Reactivate docker jobs
Nov 07, 2021
8e97a9ca
no message
Nov 07, 2021
da6c488f
Merge branch 'webservice-dev' into webservice
Nov 07, 2021
e000f254
fix: Fix building of list of fallbackmods if property contains ,
Nov 07, 2021
5ba12adf
test: Fix some tests
Nov 07, 2021
f3f99137
ci: Tag dev-images with short_sha as well. Remove some artifacts
Nov 07, 2021
e2eb166e
refactor: Set status to Queued for a new instance ServerPack
Nov 07, 2021
39f6bc1f
fix: Fix user in Docker environment
Nov 07, 2021
12508f34
fix: Fix axios instance for api
Nov 07, 2021
8a472136
fix: Fix downloading of server packs by storing the path of the server pack in...
Nov 07, 2021
64dc6193
fix: Fix downloading of server packs by updating the path of the server pack...
Nov 07, 2021
b60aeb7d
refactor: Replace file-saver with call to api. Improves downloading of server packs.
Nov 08, 2021
2ba7adfc
feat(webservice): Increment download counter when downloading a server pack
Nov 08, 2021
e49fa96e
feat: Implement voting-system for server packs. Improve styling of download table.
Nov 08, 2021
1188b9f0
refactor: Display MB behind size
Nov 09, 2021
97abd12c
deps: Update dependencies
Nov 09, 2021
37940fac
no message
Nov 09, 2021
9c0edc71
refactor: Display download button only if status is Available
Nov 09, 2021
93a666a5
feat(webservice): Queueing-system for generating server packs one-by-one.
Nov 13, 2021
e597dc48
refactor(webservice): Set download-filename to fileDiskName + _server_pack-zip
Nov 13, 2021
78b88f22
refactor(webservice): Display status as "Generating" if server pack is being...
Nov 13, 2021
d7336baa
fix: Prevent NullPointerException if version or author are not defined in the modpacks manifest.
Nov 13, 2021
e45cf0e2
refactor(webservice): Set initial rows per page to 13
Nov 13, 2021
a6199977
refactor(webservice): Remove unnecessary logging
Nov 13, 2021
a73985f9
other: Expand gitignore with testfile creator.conf
Nov 13, 2021
b34602c1
test: Don't delete default files after testing for them.
Nov 13, 2021
1ba6968c
test: Autowire jmsTemplate
Nov 13, 2021
cdb85edd
no message
Nov 13, 2021
7573d99b
test: Hopefully fix ArtemisConfigTest
Nov 13, 2021
3f3be6ab
no message
Nov 19, 2021
ba4bf2c9
refactor: Do not directly access the ServerPackRepository
Nov 19, 2021
625a8a83
fix: Catch occasional error from CurseForge's API which could lead to dead entries in the database
Nov 19, 2021
e07d68ef
no message
Nov 19, 2021
12ed5f6e
chore: New screenshots, comparisons between different modes
Nov 20, 2021
5d356a95
fix: Move destination acquisition into if-statement
Nov 20, 2021
9ae5ceb8
fix: Move destination into if-statement
Nov 20, 2021
11ba0266
no message
Nov 20, 2021
f6e7b545
perf: Improve project- and filename acquisition by checking project and files directly
Nov 20, 2021
dcb4897e
no message
Nov 20, 2021
e309b84d
deps: Update dependencies zip4j and launch4j
Nov 20, 2021
45290177
refactor: Use FIleUtils for copying
Nov 20, 2021
4459847b
refactor: Use FIleUtils for copying, Files for deleting
Nov 20, 2021
186d6107
refactor: Use FIleUtils for copying and deleting, Files for deleting files....
Nov 20, 2021
e67c1f6b
no message
Nov 20, 2021
7a23f1c5
no message
Nov 20, 2021
8761e4ea
no message
Nov 20, 2021
caada2d3
deps: Update frontend dependencies
Nov 20, 2021
5dafa9ee
build: Update Gradle to 7.3
Nov 20, 2021
8b03f59d
feat(webservice): Allow overriding of Spring Boot properties with an external...
Nov 20, 2021
d4530d35
fix(webservice): Display correct tooltips for buttons in MainLayout
Nov 20, 2021
90e7137a
no message
Nov 21, 2021
88566bd1
no message
Nov 21, 2021
659f0f4b
ci: Run GitHubs dependabot on dependabot-branch and run tests on GitHubs...
Nov 21, 2021
db3b0610
docs: Update CONTRIBUTING with step-by-step guide on how to contribute to ServerPackCreator
Nov 21, 2021
b8bc6713
no message
Nov 21, 2021
72e83089
chore: Remove mention of armv7 docker images as they are no longer being supplied
Nov 21, 2021
20377c39
no message
Nov 21, 2021
58b434f1
no message
Nov 21, 2021
ce39666c
Update .gitlab-ci.yml file
Nov 21, 2021
3245976c
chore(deps): update dependency org.apache.activemq:artemis-jms-server to v2.19.0
Nov 21, 2021
de35fb85
Merge branch 'renovate/org.apache.activemq-artemis-jms-
server-2
.x' into 'webservice'
Nov 21, 2021
0433e905
build(deps): bump spring-boot-starter-quartz from 2.5.6 to 2.6.0
Nov 22, 2021
35 additional commits have been omitted to prevent performance issues.
Loading