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: SWAT-engineering/java-watch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.4
Choose a base ref
...
head repository: SWAT-engineering/java-watch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.5
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 14, 2025

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

Commits on Aug 28, 2025

  1. Improve error checks when we start a watch (#68)

    * Improve error checks when we start a watch
    
    * Update src/main/java/engineering/swat/watch/Watch.java
    
    Co-authored-by: sungshik <16154899+sungshik@users.noreply.github.com>
    
    * Made exception more specific
    
    * Fixed CF config and test config
    
    ---------
    
    Co-authored-by: sungshik <16154899+sungshik@users.noreply.github.com>
    DavyLandman and sungshik authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    1cea382 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Bump the gh-actions group with 2 updates (#69)

    Bumps the gh-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-java](https://github.com/actions/setup-java).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `actions/setup-java` from 4 to 5
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: gh-actions
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: gh-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    878b1ea View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-javadoc-plugin (#70)

    Bumps the maven-plugins group with 1 update: [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin).
    
    
    Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.2 to 3.11.3
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-version: 3.11.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-plugins
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    c4a66e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    ef16e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0a925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603d119 View commit details
    Browse the repository at this point in the history
Loading