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: v1.5.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.0.0
Choose a head ref
  • 4 commits
  • 40 files changed
  • 2 contributors

Commits on Sep 9, 2021

  1. add haproxy server type

    Andreas Stuerz committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    cbcf758 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. change vagrant image

    Andreas Stuerz committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    fce22e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. add haproxy server, backend and frontend management (#12)

    * add haproxy server type
    
    * add haproxy server type unit test
    
    * add haproxy server provider
    
    * add haproxy server provider
    
    * add haproxy server provider unit test
    
    * fix lint
    
    * add haproxy server acceptance test
    
    * add haproxy server acceptance test
    
    * refactor common provider methods to base class
    
    * add haproxy backend type
    
    * add haproxy backend type
    
    * add haproxy backend type unit test
    
    * add haproxy backend type unit test
    
    * add haproxy backend provider
    
    * add haproxy backend provider and provider unit tests
    
    * add haproxy backend provider and provider unit tests
    
    * add haproxy server type unit test
    
    * fix unit test
    
    * fix acceptance test
    
    * add haproxy frontend type
    
    * add haproxy frontend type
    
    * add type unit test and provider skeletons
    
    * add haproxy frontend type unit test
    
    * add haproxy frontend provider
    
    * add haproxy frontend provider
    
    * add haproxy frontend provider
    
    * add provider unit test
    
    * add provider unit test
    
    * add provider acceptance tests
    
    * add haproxy to opnsense class
    add unit test for haproxy support
    
    * add haproxy exported resources and unit tests
    
    * extend opnsense class for haproxy acceptance tests
    
    * extend opnsense class for haproxy acceptance tests
    
    * fix acceptance tests
    
    * fix acceptance tests
    
    * remove unnecessary char
    
    * add names instead of uuids for puppet resources
    adapt unit tests
    
    * add names instead of uuids for puppet resources
    adapt unit tests
    
    * fix default value
    
    * update readme
    
    * fix find uuids for name lookup
    add 100% coverage
    
    * change vagrant image
    
    * change vagrant image
    
    * fix tmp path
    
    * fix tmp path
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix acceptance test for opnsense 21.7.4
    
    * fix network.conf for VirtualBox 6.1.28
    
    * fix network.conf for VirtualBox 6.1.28
    
    * fix network.conf for VirtualBox 6.1.28
    
    * fix network.conf for VirtualBox 6.1.28
    
    * fix network.conf for VirtualBox 6.1.28
    andreas-stuerz authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c5395cf View commit details
    Browse the repository at this point in the history
  2. bump version to v2.0.0

    Andreas Stuerz committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    48beb66 View commit details
    Browse the repository at this point in the history
Loading