Commit Graph

14 Commits

Author SHA1 Message Date
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
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
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
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
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
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