Skip to content

ServerPackCreator

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 08:29

Automatic release of version: 1.5.1
Changes in this release:

Bug Fixes

  • Make log message regarding CurseForge project and file ID a little better. (a3a854b9)
  • Harden CurseForge related checks and information gathering to prevent nulls (4ecdfe16)

Chores

Continuous Integration

Other Changes

  • Remove unnecessary whitespace (cf449a77)
  • Move unused methods to bottom. (fd24b7f4)
  • Remove code relating to tests (d2299e2a)
  • Remove comment block relating to tests (161fbf70)
  • Remove unnecessary blank line... (64710d34)

Tests

  • JUnit:
    • Only run tests during initial build, but not in Dockerfile. (27d271d6)
    • Only run these tests when we are not on GitHub architecture (828a0e8e)
    • Only run these tests when we are not on GitHub architecture. (0cc8fd38)
    • Deactivate a couple of tests until I figure out how to successfully run them on GitHub's infrastructure (2f94da41)
    • Deactivate a couple of tests until I figure out how to run them on GitHub's infrastructure... (3fb1770e,d506a6db)
    • Well that didn't work... (94ea2e16)
    • Test for java on GitHub Runner (0bd985ea)
    • Write tests for CLISetup (8597477d)
    • Write tests for ConfigCheck. (47428ae5)
    • Provide default file for config tests. (43370378)
    • Write tests for CopyFiles. (2d082eb5)
    • Write tests for ServerSetup. (b0ece51d)
    • I mean....why not. (c154017e)
    • Move exit on default file generated to main to ensure tests run smoothly. (c7fa2e3f)
    • Write tests for FilesSetup methods. (3fc77e21)
    • Write tests for ServerUtilities methods. (26c797a0)
    • Add test-files used by test-methods. (5558ffc7)
    • Re-implement Test-platform so I can start working on writing unit tests. (d867507f)
    • Expand ignores with test related files not needed on GitHub or in Docker. (7f55af52)