Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated testing #269

Open
wants to merge 19 commits into
base: 1.20/dev
Choose a base branch
from
Open

Commits on Oct 22, 2024

  1. Automated testing

    IThundxr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cefc61a View commit details
    Browse the repository at this point in the history
  2. Testing testing

    - Use 2 spaces for indents yaml
    - Move setupTestMod to PlatformExtension
    - Allow specifying the sourceSet for the testMod artifact
    - Rename things to camelCase
    - Use rootCompile from transitiveSourceSets for the testMod source sets
    - Use a blanket remapTestModJar task in the gh actions build
    Jozufozu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    491d134 View commit details
    Browse the repository at this point in the history
  3. Fail slowly

    - We want to know the results of both tests regardless
    Jozufozu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1220bcf View commit details
    Browse the repository at this point in the history
  4. Add workflow dispatch

    IThundxr authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7ec7e2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0545ea1 View commit details
    Browse the repository at this point in the history
  6. Update build.yml

    IThundxr authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    23a1e3e View commit details
    Browse the repository at this point in the history
  7. fix modid

    IThundxr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    502d487 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    61847a7 View commit details
    Browse the repository at this point in the history
  2. add debug logging

    IThundxr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d917a87 View commit details
    Browse the repository at this point in the history
  3. fix syntax issues

    IThundxr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3544e49 View commit details
    Browse the repository at this point in the history
  4. fix issues

    IThundxr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6383ceb View commit details
    Browse the repository at this point in the history
  5. Update build.yml

    IThundxr authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fd31f42 View commit details
    Browse the repository at this point in the history
  6. Add debug logging

    IThundxr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c2120d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b64cfa0 View commit details
    Browse the repository at this point in the history
  8. more logging

    IThundxr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    abad081 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    6e5c4b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. switch to env var

    IThundxr committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ed4379a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Why wait?

    - Immediately audit on client tick
    Jozufozu committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    03f94fe View commit details
    Browse the repository at this point in the history
  2. DidObfuscate

    - Fix RenderSystemMixin on fabric
    - setShaderFogShape's arguments need to be remapped, but the name of the
      function should not be. Fortunately mixin allows matching by function
      name alone
    Jozufozu committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    84e2786 View commit details
    Browse the repository at this point in the history