Commit Graph

23 Commits

Author SHA1 Message Date
Oliver
c966870c5b quick-e2e: Add HTTP requests for fetching project version list and info from Modrinth API 2025-03-16 19:51:22 +01:00
Oliver
18f343de22 quick-e2e: Add shutdown hook and process management to Main class 2025-03-16 19:51:08 +01:00
Oliver
06e18e7572 quick-e2e: Refactor Main and StartServerService to improve task execution and process handling 2025-03-16 19:25:38 +01:00
Oliver
2bda8bb7db quick-e2e: Add CopyFileService to handle file copying and update Main class to utilize it 2025-03-16 19:23:07 +01:00
Oliver
d925b211fb quick-e2e: Add GradleService to run Gradle tasks and update Main class to utilize it 2025-03-16 19:09:46 +01:00
Oliver
7827f251f6 quick-e2e: Update README.md to include TODOs for future enhancements 2025-03-16 18:48:33 +01:00
Oliver
72b6031ebc quick-e2e: Add OPsService to manage player OPs and integrate Mojang API for UUID retrieval 2025-03-16 18:48:25 +01:00
Oliver
97c75fa634 quick-e2e: Add StartServerService to initiate server process and update Main class 2025-03-16 18:31:45 +01:00
Oliver
f57aae8d8b quick-e2e: Refactor package structure to organize services under 'steps' directory 2025-03-16 18:20:29 +01:00
Oliver
4afc1bcf80 quick-e2e: Refactor PaperDownloadService to use Context for server file downloads 2025-03-16 18:19:45 +01:00
Oliver
780d418c2a quick-e2e: Add Context and StartScriptService to manage server environment and script generation 2025-03-16 18:15:21 +01:00
Oliver
8c3e123719 quick-e2e: Add EulaService to handle EULA acceptance and update Main class logic 2025-03-16 17:53:43 +01:00
Oliver
4c4e617bf5 quick-e2e: Implement PaperDownloadService and configuration management for server file downloads 2025-03-16 17:50:00 +01:00
Oliver
b2fc904441 Add quick-e2e tool for E2E environment setup 2025-03-16 17:17:23 +01:00
dependabot[bot]
12dc04fe39 chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-15 16:04:18 +01:00
Oliver
2c66027e65 ci: downgrade Java version from 23 to 21 in build configuration 2025-03-15 15:15:35 +01:00
Oliver
4895bbe44c deployment: remove unused imports and clean up test configuration 2025-03-15 15:08:15 +01:00
Oliver
8c773581e4 deployment: remove unneeded dependencies 2025-03-15 15:05:02 +01:00
Oliver
4c5faf0a4d deployment: Refactor ModrinthService to improve configuration handling and add timeout settings 2025-03-15 14:51:02 +01:00
Oliver
aefbc8365e deployment: Update configuration to use version path for plugin deployment 2025-03-15 14:12:54 +01:00
Oliver
1c9a01544c deployment: Add Modrinth deployment configuration and service integration 2025-03-15 14:02:57 +01:00
Oliver
2184291060 deployment: Add Modrinth deployment functionality 2025-03-15 13:55:53 +01:00
Oliver
3a9bf95d77 Add deployment tool 2025-03-15 13:40:49 +01:00