100 Commits

Author SHA1 Message Date
Antti Koponen
db6e101fa9
Overhaul build system for subproject dependency wiring (#3953)
* Register tasks lazily

* Inline version tasks, use non-deprecated directory API

* Inline more stuff, get rid of most plugin configurations in root project

* Update & fix checkstyle

* Move some test utilities to testFixtures

* Fix Awaitility imports

* Move more test utilities over

* Fix LangCodeTest failing in test environment

* Initial pass at overhauling build system

* Don't ignore test failures anymore

* Update PAPI repo URL

* Fix Fabric build

* Disable flaky SQL date parsing test

* Fix LangCode tests once again

* Fix invalid import in Junit extension

* Cleanup & fixes

- Swagger is back
- Added JVM forking to compile and tests to possibly improve build performance
- Removed duplicate caffeine version field
- Addressed some exclusions and relocations

* Cleanup extra diff

* Remove extra diff

* Move plugin file resource processing to submodules

This way Bukkit plugin.yml won't end up in Fabric JAR, etc.

* Use onlyIf for detecting Jitpack in tasks

* Bundle Swagger JSON directly to common module output

* swagger.json is definitely available during tests ;)

* Remove mavenLocal() & await for PAL version bump

* Cleanup diff

* Bump PAL to 5.3.0

* Wire shadowJar to assemble task so `gradle build` builds whole project by convention

* Move versioning back to allProjects and associated tasks to root scope

* Include adventure extension also on fabric

* Add TODO on flaky SQL date parsing test

* Exclude jspecify from dagger

* Add clarifying comments in tasks

* Remove unneeded relocations

Probably missed these during cleanup
2025-02-11 21:43:58 +02:00
Aurora Lahtela
9bb8ce1cfb
Disable IPv6 in Github Actions (#3921)
Attempts a fix for ERR_NETWORK_CHANGED by disabling IPv6 from sysctl

Affects issues:
- Close #3535
2025-01-06 17:08:39 +02:00
Aurora Lahtela
7a5cb84d68 Group fontawesome PRs into one with Dependabot 2025-01-06 12:06:35 +02:00
Antti Koponen
3ff9266ff4
Update to Fabric 1.21.3 & fabric-permissions-api 0.3.3 (#3917)
* Update to fabric 1.21.3

* Bump me.lucko:fabric-permissions-api to 0.3.3
2025-01-05 19:23:36 +02:00
Antti Koponen
28602030fe
Miscellaneous build improvements (#3916)
* Fix PaperMC Maven repository URL

* Bump Gradle to 8.12

* Remove redundant "java" plugin declaration

* Use new coordinates for shadow plugin

* Bump loom to 1.9-SNAPSHOT

* Use new coordinates for RedisBungee

* Use server-only platform for Sponge

* Target Java 11 for API (already required by the plugin)

* Use first-party gradle/setup-gradle action for build caching

* Copycat better workflow conditions from PaperMC

* Revert "Target Java 11 for API (already required by the plugin)"

This reverts commit dd09e8566dfd63b0195e83296be49a506522b73f.
2025-01-05 17:10:12 +02:00
Aurora Lahtela
757bd550be
Attempt to fix ERR_NETWORK_CHANGED (#3878)
Attempts to fix CI pipeline ERR_NETWORK_CHANGED by setting DNS to specific address before running tests

Affects issues:
- Close #3535
2024-12-07 11:32:31 +02:00
Drex
faa911e232
Update to 1.20.5 Fabric by DrexHD (#3424)
* Update to 24w03b
* Update to 1.20.5-rc2
* Bump minecraft dependency
2024-04-20 09:48:33 +03:00
Aurora Lahtela
367d8af59a
Update action versions 2024-02-28 17:23:47 +02:00
Aurora Lahtela
f1b2d1ec3c
Move some test preparation steps after jar build step 2023-10-21 19:31:15 +03:00
Aurora Lahtela
239e97ca47
Fix selenium webdriver action 2023-07-28 19:31:38 +03:00
Aurora Lahtela
181310dc7f
3091/mariadb driver support (#3122)
* Fix MariaDB 11 driver issue
* Update some more logging messages
* Throw DBInitException if using MariaDB 11.0.2
* Fix mariadb container health check
* Use 11.1-rc for mariadb image

Affects issues:
- Fixed #3091 for MariaDB 11.1.1 or newer
2023-07-20 09:01:26 +03:00
Aurora Lahtela
727ae27af4
Update ci.yml 2023-06-11 15:01:09 +03:00
Aurora Lahtela
b13175236f
Update supported fabric version list 2023-06-11 14:50:58 +03:00
Aurora Lahtela
b09f81a891
Update ci.yml
Fix mariadb health check
2023-06-11 14:46:29 +03:00
Aurora Lahtela
49a8db83c8 Fix ci.yml syntax 2023-02-07 21:36:44 +02:00
Aurora Lahtela
6e5cb3b9f2 Add React Sonar Scan 2023-02-07 21:35:13 +02:00
Aurora Lahtela
6de06f6ae2
Delete security_vuln.md 2023-02-02 11:17:14 +02:00
Aurora Lahtela
801f51d823
Update ci.yml 2022-11-27 10:51:36 +02:00
Aurora Lahtela
842ecfaaee
Update ci.yml
Update JamesIves/github-pages-deploy-action
2022-11-27 10:27:07 +02:00
Aurora Lahtela
048033d531
Update on-release.yml
Fix versions.txt commit
2022-11-22 14:34:24 +02:00
Aurora Lahtela
df24b1d5d7
Update on-release.yml 2022-11-22 14:31:56 +02:00
Aurora Lahtela
b56368e403
Update action versions (#2741)
Affects issues:
- Close #2676
2022-11-20 12:23:58 +02:00
Aurora Lahtela
9096ff05e5 Build javadocs in PRs
- Makes sure that PRs don't break javadocs
2022-10-30 10:54:19 +02:00
Aurora Lahtela
7491e54692 Merge javadocs pipeline to ci pipeline
Affects issues:
- Close #2677
2022-10-30 10:47:59 +02:00
Aurora Lahtela
b683cf41db
Fix versions.txt append 2022-08-18 15:31:25 +03:00
Aurora Lahtela
258663c3d6
Update dependabot.yml 2022-08-17 12:41:06 +03:00
Aurora Lahtela
b646e18c68
Fix fabric join address gathering (#2546)
- Refactored player online listeners to move common. often changed logic to common package
- Changed method fabric uses to get join address to use the client handshake packet which has the address
- Added command `/plan db removejoinaddresses {server}` to allow removing invalid join address data
- Changed build pipeline to always build jars even if tests fail
- Disabled one flaky test

Affects issues:
- Closed #817
- Fixed  #2526
2022-08-14 20:35:32 +03:00
Aurora Lahtela
7b41184d37
Combine CI pipelines 2022-08-01 18:37:01 +03:00
Aurora Lahtela
a9154e1d0a
Create issues.yml 2022-07-31 08:43:38 +03:00
Aurora Lahtela
cab4a79b0b
Fixes to release pipelines
- Fix url and append of version.txt
- Fix react dashboard copy of html branch update
- Fix ore upload artifact name
2022-07-15 09:31:51 +03:00
Aurora Lahtela
821a77f365
Fix version.txt update pipeline
Was missing version number
2022-07-10 15:38:07 +03:00
Aurora Lahtela
ea57d0dea1
Update GitHub workflows (#2464)
* Copy react project to the html branch
* Merge pipelines into fewer files & fix step names
* Rename ci.yml to CI
* Reduce job name lengths
* Automate updating version.txt
* Change sonarcloud run condition to use secret
* Fix Set up vs Setup inconsistency
2022-07-06 20:45:16 +03:00
Aurora Lahtela
b32c4afe3f
Update dev-jar-build.yml 2022-07-03 09:26:25 +03:00
Aurora Lahtela
b096522c54
Update dev-jar-build.yml 2022-07-03 09:20:11 +03:00
Aurora Lahtela
dafef6a46a
Create dev-jar-build.yml
Affects issues:
- Close  #2459
2022-07-03 09:19:29 +03:00
Aurora Lahtela
bf8065fa73
Create ore-upload.yml 2022-07-02 10:27:40 +03:00
Aurora Lahtela
fbc3114761
Add npm directory to dependabot 2022-06-25 21:02:46 +03:00
Aurora Lahtela
2dade923c1
Update config.yml 2022-06-11 08:51:35 +03:00
Aurora Lahtela
16675f3385 Update fabric version to 1.19 2022-06-10 16:41:31 +03:00
Antti Koponen
4196141db1
Fixes for Fabric 1.19 by Kopo (#2419)
* Gradle 7.4.2
* Build changes for MC 1.19

- Updated loom to minor version 0.12 & moved to root project
- Updated mappings, command API, fabric API & loader version
- Moved Selenium to common module because of a conflict with loom's dependency resolution

* Add remap folder to .gitignore
* Fix version token replacement
* Update to Minecraft 1.19
* Don't forget the pipelines

Affects issues:
- Fixed #2417
2022-06-10 16:21:53 +03:00
Aurora Lahtela
f191c47c25
Update dependabot.yml 2022-06-09 21:48:45 +03:00
Aurora Lahtela
80b786f585
Update config.yml 2022-06-03 10:05:03 +03:00
Aurora Lahtela
3b893b973c
Update issue templates (#2409)
* Delete question.md

* Delete plugin_request.md

* Delete feature_request.md

* Update question.yml

* Create config.yml

* Delete question.yml

* Update config.yml
2022-06-03 10:03:08 +03:00
Aurora Lahtela
3ab98a220b
Add 1.18.2 to fabric version list 2022-04-18 12:47:01 +03:00
Aurora Lahtela
bbe5a1195e
Update bug_report.md 2022-04-16 13:38:55 +03:00
Aurora Lahtela
f51eb52702
Delete bug_report.yml 2022-04-16 13:36:39 +03:00
Aurora Lahtela
aca317f785
Add selenium setup to workflow (#2291)
* Add selenium setup to workflow
* Set up Selenium for Gradle PR workflow

Affects issues:
- Close #2290
2022-02-28 19:20:36 +02:00
Antti Koponen
229cb18d86
Add 1.18.x support in Curseforge upload workflow (#2266)
Support all the things!!
2022-02-05 07:18:01 +02:00
Antti Koponen
b2b289617e
Use correct release type for CF upload (#2091) 2021-09-18 23:10:29 +03:00
Antti Koponen
b47fa37cfa
Fix download URL in CF upload workflow (#2090) 2021-09-18 23:01:07 +03:00