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: andreas-stuerz/puppet-opnsense
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: andreas-stuerz/puppet-opnsense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 56 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Create FUNDING.yml

    Andreas Stürz authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a95f002 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. change data type + default value of updatefreq to Numeric (#14)

    * change data type + default value of updatefreq to Numeric
    
    In OPNsense "updatefreq" expects only numeric values. Empty strings are
    still accepted, but will automatically be converted to '0'. When using
    empty strings for "updatefreq", Puppet would try to change the value on
    every Puppet run.
    
    * fix acceptance tests by switching from CentOS to Rocky
    fraenki authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e5c6f05 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. prometheus Nodeexporter feature (#20)

    * add nodeexporter config get
    
    * add nodeexporter config create/update/delete
    
    * add nodeexporter unit test coverage to 100%
    
    * update gitignore
    
    * add acceptance tests
    
    * refactor unit tests
    
    * pdk update
    
    * fix lint
    
    * fix broken puppet version with workaround
    
    * fix unit test pipeline
    
    * fix acceptance test pipeline
    
    * acceptance tests now uses OPNsense version 22.7.*
    Andreas Stürz authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7c3c8fd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Fix puppet strings generation (#21)

    
    * refactor unit tests
    
    * pdk update
    
    * fix lint
    
    * fix lint
    
    * change pdk docker image
    
    * fix broken puppet version with workoaround
    
    * fix unit test pipeline
    
    * acceptance tests now uses opnsense version 22.7.*
    
    * fix puppet strings generation
    
    * fix acceptance tests
    Andreas Stürz authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d0b17f8 View commit details
    Browse the repository at this point in the history
  2. bump version to v2.1.0

    Andreas Stuerz committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3bc181e View commit details
    Browse the repository at this point in the history
Loading