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: ollama4j/ollama4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.97
Choose a base ref
...
head repository: ollama4j/ollama4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.98
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 8, 2025

  1. Add a test GitHub Actions workflow to publish to a GitHub repository,…

    … Maven repository, and GitHub Pages
    amithkoujalgi committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    98b794c View commit details
    Browse the repository at this point in the history
  2. clean up

    amithkoujalgi committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    3c30593 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. clean up

    amithkoujalgi committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    7ef859b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Add integration tests and enhance test configurations

    Introduced integration tests for various API functionalities, ensuring comprehensive coverage. Updated test dependencies in `pom.xml` and added handling for unknown JSON properties in the `Model` class. Also included configuration to support running unit and integration tests in the CI workflow.
    amithkoujalgi committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e7f58d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c7f4e View commit details
    Browse the repository at this point in the history
  3. Add GPG plugin with test-skipping configuration

    Integrated the Maven GPG plugin to sign artifacts during the "verify" phase, with the ability to skip it during tests using a new `skipGpgPluginDuringTests` property. Enhanced the build profiles to manage GPG signing selectively, ensuring smoother test and build workflows.
    amithkoujalgi committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3c64f20 View commit details
    Browse the repository at this point in the history
  4. Update workflow name and job for clarity in testing

    Renamed the workflow to specify both unit and integration tests. Adjusted the job name to better reflect its purpose and ensured clear descriptions for inputs. These changes enhance readability and intent in the CI configuration.
    amithkoujalgi committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    57a9621 View commit details
    Browse the repository at this point in the history
  5. Add branch trigger for tests and update README with badge

    Added a trigger to run tests on pushes to the main branch in the GitHub Actions workflow. Also updated the README to include a badge linking to the test workflow for better visibility.
    amithkoujalgi committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    9fd77a6 View commit details
    Browse the repository at this point in the history
  6. Update integration test

    amithkoujalgi committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    0d091d1 View commit details
    Browse the repository at this point in the history
Loading