Commit Graph

94 Commits

Author SHA1 Message Date
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
Antti Koponen 5e603ccb3a
Fix Curseforge upload action (#2054) 2021-08-20 07:44:52 +03:00
Antti Koponen 7eb5a9d219
Add CurseForge upload workflow (#2036) 2021-07-30 07:09:45 +03:00
Antti Koponen 347e945a4c
Use Java 16 when deploying javadocs (#2028) 2021-07-24 14:23:24 +03:00
Antti Koponen 284372613c
Disable shallow clone on actions checkout (#2026) 2021-07-24 14:04:48 +03:00
Antti Koponen cdbe21fb6f
Build system & pipeline changes (#2024)
* Build system & pipeline changes

- Updated Gradle to 7.1.1 & removed deprecations
- Added Google Maven repository & updated Dagger to 2.38
- Set new options.release parameter for submodules, allows producing Java 8 -compatible bytecode with Java 16 (also ensures that no APIs from a newer version are used)
- Updated workflows to use newer versions of checkout & setup-java
- Added a Gradle dependency cache task to workflows, allows for faster builds

* Cleanup cache after build
2021-07-23 16:49:34 +03:00
Risto Lahtela 9944bb8ff3 Add new issue forms 2021-07-10 09:47:24 +03:00