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: puppetlabs/puppetlabs-panos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-panos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 13 commits
  • 44 files changed
  • 4 contributors

Commits on Sep 24, 2018

  1. (FM-7400) consistency of credentials files without device modules

    Other network device modules refer to the user as a `username` and a `host` as `address`, this PR makes it possible to use either `host` or `address` and `user` or `username` in the credentials files to make it similar to other device modules.
    Thomas-Franklin committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    a6f9f94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from Thomas-Franklin/creds-consistency

    (FM-7400) consistency of credentials files without device modules
    DavidS authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    dcc97b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. (PDK-1143) changes to work with composite namevars from simple provider

    PDK-1143 allows the resource_api to work nicely with composite providers, this PR is a refactor of the `path_monitor` and `static_routes` which work with composite namevars.
    Thomas-Franklin committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    a17cabc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Merge pull request #65 from Thomas-Franklin/pdk-1143

    (PDK-1143) changes to work with composite namevars from simple provider
    DavidS authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    73296bb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. (FM-7496) fix for running apply runs from a PE/PS installation

    If running on a puppetserver it will be unable to locate the base provider `panos_provider` and the base provider used for the static routes and path monitor, this commit uses `require_relative` which will allow it to work on a puppetserver.
    Thomas-Franklin committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1723f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7483953 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from Thomas-Franklin/pe_bug_fix

    (FM-7496) fix for running apply runs from a PE/PS installation
    DavidS authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    408163a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Allow color numbers instead of descriptive names

    "Sometimes, all you need is a hammer."
    DavidS committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    b54bfcb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge pull request #68 from DavidS/allow-color-tags

    Allow color numbers instead of descriptive names
    Thomas-Franklin authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    4c5133c View commit details
    Browse the repository at this point in the history
  2. (maint) pdk update

    Thomas-Franklin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    94db66c View commit details
    Browse the repository at this point in the history
  3. (maint) updating the .sync file for release stages

    Thomas-Franklin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    8bfeda9 View commit details
    Browse the repository at this point in the history
  4. (MODULES-8152) Release prep for release 0.2.0

    Thomas-Franklin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    dca1cc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #67 from Thomas-Franklin/release_prep_0.2.0

    Release prep 0.2.0
    DavidS authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    47e215a View commit details
    Browse the repository at this point in the history
Loading