Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojurephant/clojurephant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: clojurephant/clojurephant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 25 files changed
  • 2 contributors

Commits on Apr 14, 2025

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

Commits on Apr 19, 2025

  1. chore: Add missing dep to manual test

    New versions of reagent require an explicit react dependency.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    28c8f78 View commit details
    Browse the repository at this point in the history
  2. chore: Drop tests for Java 11 and 17

    Will stick to testing the oldest and newest LTS versions I
    support. This greatly reduces the number of tests I have to run.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    01c3e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21fcd58 View commit details
    Browse the repository at this point in the history
  4. major: Drop support for Gradle 6 and 7

    Gradle only supports the latest 2 majors. 6 is already EOL, 7 will be
    relatively soon since 9 is in development.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    bab4d9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e063d View commit details
    Browse the repository at this point in the history
  6. patch: Test raising 21 min to 8.6

    Java 21 minimum version was 8.5. Starting to seem like 8.5 is the one
    that hangs in CI a lot. Trying to drop that and go to 8.6 as a minimum
    to see if it resolves the issue.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    dae83ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e8417 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. chore: Build with Gradle 9

    ajoberstar committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    34e4109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934a9d3 View commit details
    Browse the repository at this point in the history
  3. patch: Update tests for Gradle 9

    Gradle 9.0.0 enforces use of the JUnit Platform Launcher as a
    dependency. This pattern works on older versions and is probably what
    we'll update the docs to show.
    ajoberstar committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    5a65449 View commit details
    Browse the repository at this point in the history
  4. patch: Remove unused subproject in test

    Gradle 9 fails if a subproject doesn't exist.
    ajoberstar committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    8d05778 View commit details
    Browse the repository at this point in the history
  5. patch: Use correct Gradle version in compat tests

    Woops... We were apparently running all tests against the version of
    Gradle the overall build was using. I'm sure I wasted a whole bunch of
    time troubleshooting test failures before that was caused by this.
    ajoberstar committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ec63bc6 View commit details
    Browse the repository at this point in the history
  6. patch: Test different shadow versions

    Older Gradle versions and older Java versions need older shadow plugin versions.
    ajoberstar committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    c5be965 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbc1762 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    928722f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    f19c8d7 View commit details
    Browse the repository at this point in the history
  2. Update version of clojurephant in docs

    Forgot about dropping support for 6 and 7 as part of this.
    ajoberstar committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    762a07b View commit details
    Browse the repository at this point in the history
Loading