Commit Graph

50 Commits

Author SHA1 Message Date
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 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 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 3ab98a220b
Add 1.18.2 to fabric version list 2022-04-18 12:47:01 +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 316c973114
Fix html updating 2021-03-16 13:23:12 +02:00
Risto Lahtela c15793cd44
Fix html copying 2021-03-13 11:25:49 +02:00
Risto Lahtela 55f3e3526e
Create html.yml 2021-03-10 10:33:42 +02:00
Risto Lahtela 4c3b531cb0 Added javadocs index page back 2021-03-10 10:15:35 +02:00
Risto Lahtela a4e2c24dae
Create javadocs.yml 2021-03-10 10:08:21 +02:00
Risto Lahtela 0ab1ca6a91 Update github actions to use JDK11 2020-08-13 10:13:27 +03:00
Karlatemp 2eb99166ac
Security: PRs should not run `SonarCloud` (#1469) 2020-05-29 11:45:54 +03:00
Risto Lahtela b9befd66e6
PRs should run Github actions 2020-05-23 21:00:39 +03:00
Risto Lahtela f89b4dcf28
Added MySQL to Github Actions (#1438)
- Uses MariaDB setup from https://firefart.at/post/using-mysql-service-with-github-actions/
- Adds optional MYSQL_PORT env variable to test setup
2020-05-09 10:16:05 +03:00
Risto Lahtela 4776b1b058
Update gradle.yml 2019-12-17 09:22:48 +02:00
Risto Lahtela a7baf157d8
Update gradle.yml 2019-12-16 12:38:48 +02:00
Risto Lahtela eb7dd381b1
Update gradle.yml 2019-12-16 12:09:06 +02:00
Risto Lahtela 48355f3eca
Update gradle.yml 2019-12-16 11:49:30 +02:00
Risto Lahtela 4bcc5c0573
Update gradle.yml 2019-12-10 13:32:56 +02:00
Risto Lahtela f4a214871b
Create gradle.yml 2019-12-10 13:09:08 +02:00
Risto Lahtela b5028f5b2f
Delete gradle.yml 2019-11-15 09:48:50 +02:00
Risto Lahtela f8706355da
Update gradle.yml 2019-11-15 09:42:07 +02:00
Risto Lahtela d6d7ce2c2f
Update gradle.yml 2019-11-15 09:41:34 +02:00
Risto Lahtela 20848d10ff
Update gradle.yml 2019-11-15 09:36:06 +02:00
Risto Lahtela 737606b922
Create gradle.yml 2019-11-15 09:33:47 +02:00