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: pfrest/pfSense-pkg-RESTAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.2
Choose a base ref
...
head repository: pfrest/pfSense-pkg-RESTAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.3
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 9, 2026

  1. fix(WireGuardTunnel): adjust 'addresses' validation pre-condition tim…

    …ing #902
    
    The previous fix did not address the outer nested model field validation, only the inner validation which rendered the fix unusable for many use cases. This commits introduces a new injection point to update() that allows us to apply pre-conditions before model validation, thefor allow us to negate addresses before validation if an iface assignment exists.
    jaredhendrickson13 committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    b7767bc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. chore: bump the github-actions group with 4 updates

    Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [actions/setup-python](https://github.com/actions/setup-python) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).
    
    
    Updates `actions/checkout` from 6.0.2 to 7.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@de0fac2...9c091bb)
    
    Updates `shivammathur/setup-php` from 2.37.1 to 2.37.2
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@7c071df...f3e473d)
    
    Updates `actions/setup-python` from 6.2.0 to 6.3.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@a309ff8...ece7cb0)
    
    Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@b430933...718ea10)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.37.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: 6.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: softprops/action-gh-release
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jaredhendrickson13 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    fbb44e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30852e3 View commit details
    Browse the repository at this point in the history
  3. chore: update pylint requirement in the pip group

    Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
    
    Updates `pylint` to 4.0.6
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-version: 4.0.6
      dependency-type: direct:production
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jaredhendrickson13 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    85c0fb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2026

  1. chore: bump the composer group with 2 updates (#911)

    Bumps the composer group with 2 updates: [firebase/php-jwt](https://github.com/googleapis/php-jwt) and [webonyx/graphql-php](https://github.com/webonyx/graphql-php).
    
    
    Updates `firebase/php-jwt` from 7.0.5 to 7.1.0
    - [Release notes](https://github.com/googleapis/php-jwt/releases)
    - [Changelog](https://github.com/googleapis/php-jwt/blob/main/CHANGELOG.md)
    - [Commits](googleapis/php-jwt@v7.0.5...v7.1.0)
    
    Updates `webonyx/graphql-php` from 15.32.3 to 15.33.1
    - [Release notes](https://github.com/webonyx/graphql-php/releases)
    - [Changelog](https://github.com/webonyx/graphql-php/blob/master/CHANGELOG.md)
    - [Commits](webonyx/graphql-php@v15.32.3...v15.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: firebase/php-jwt
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: composer
    - dependency-name: webonyx/graphql-php
      dependency-version: 15.33.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: composer
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2026
    Configuration menu
    Copy the full SHA
    c9904b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cadd9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7c8eac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff4e44a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

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