Commits on Feb 14, 2019

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

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    72ba05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a535e View commit details
    Browse the repository at this point in the history
  3. modulesync 2.6.0

    dhoppe committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    0a84497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c2677 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #160 from dhoppe/real_package_source

    Fix value of variable real_package_source
    bastelfreak authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    3f98b51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    411ab48 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #164 from voxpupuli/modulesync

    modulesync 2.6.0
    bastelfreak authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    1b093c7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #161 from dhoppe/base_url

    Fix value of variables base_url and real_archive_source
    bastelfreak authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    f4c4d9b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Mark passwords as sensitive (#165)

    Fixes #82
    alexjfisher authored and dhoppe committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    78c361b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822a6fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #166 from dhoppe/puppet3_syntax

    Remove Puppet 3 specific syntax
    bastelfreak authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    4c57681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab1c6f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Implement grafana folder resource (#1)

    * initial commit + tests for grafana_folder type
    alexconrey authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    99254e3 View commit details
    Browse the repository at this point in the history
  2. Corrected invalid database config example (#169)

    According to the Grafana documentation [0] the fields host, user and password are not applicable for the database type sqlite. I changed the example's database type to mysql for which these keys are valid.
    
    [0]: http://docs.grafana.org/installation/configuration/#database
    Rovanion authored and dhoppe committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    29c1bfa View commit details
    Browse the repository at this point in the history
  3. rubocop fixes (#2)

    * initial commit to implement grafana_folder resource type
    
    * add required parameters for grafana objects
    
    * remove references to dashboard objects (dashboard used as template)
    
    * update tests
    
    * remove whitespace for rubocop
    
    * rubocop fixes
    
    * fix global var assignment clause logic
    alexconrey authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    e181796 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Update README.md/create acceptance tests (#3)

    * initial commit to implement grafana_folder resource type
    
    * add required parameters for grafana objects
    
    * remove references to dashboard objects (dashboard used as template)
    
    * update tests
    
    * remove whitespace for rubocop
    
    * rubocop fixes
    
    * fix global var assignment clause logic
    
    * update README.md/created acceptance test for grafana_folder resource
    alexconrey authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3f6d08c View commit details
    Browse the repository at this point in the history
  2. update acceptance tests for grafana_folder (#4)

    * rubocop whitespace removal
    
    * updates to grafana_folder_spec.rb
    alexconrey authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2adb096 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #170 from alexconrey/master

    Implement grafana_folder resource type
    bastelfreak authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    d5067d3 View commit details
    Browse the repository at this point in the history
  4. modulesync 2.7.0

    bastelfreak committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    cd52596 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Rewrite grafana_cli unit test

    ekohl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    d6a938a View commit details
    Browse the repository at this point in the history
  2. Update grafana dashboard resource (#5)

    * initial commit, test implementation
    
    * utilize global variables
    
    * update dashboard data structure for POST
    
    * fix rubocop
    
    * update grafana_folder specs for dashboard resource integration
    alexconrey authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f86d7c3 View commit details
    Browse the repository at this point in the history
  3. fix rubocop warnings (#6)

    * initial commit, test implementation
    
    * utilize global variables
    
    * update dashboard data structure for POST
    
    * fix rubocop
    
    * update grafana_folder specs for dashboard resource integration
    
    * fix rubocop warnings
    
    * Update grafana_folder_spec.rb
    alexconrey authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f7580a3 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#7)

    * initial commit, test implementation
    
    * utilize global variables
    
    * update dashboard data structure for POST
    
    * fix rubocop
    
    * update grafana_folder specs for dashboard resource integration
    
    * fix rubocop warnings
    
    * update README.md
    alexconrey authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3011aba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Merge pull request #171 from voxpupuli/modulesync

    modulesync 2.7.0
    bastelfreak authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    5f08df2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. fix issue with grafana_folder idempotency apply (#8)

    * fix issue with grafana_folder idempotency apply
    alexconrey authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    ee7252d View commit details
    Browse the repository at this point in the history
  2. Fix rubocop issues (#9)

    * fix rubocop errors
    alexconrey authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    5c47fe5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge pull request #172 from alexconrey/master

    Update grafana_dashboard resource for folders
    bastelfreak authored Apr 24, 2019
    Configuration menu
    Copy the full SHA
    fa9bce3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    01eb3f5 View commit details
    Browse the repository at this point in the history
  2. allow puppetlabs/apt 7.x

    bastelfreak committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8c752fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from voxpupuli/afisher_update_dependencies

    Allow puppet/archive 4.x and puppetlabs/stdlib 6.x
    bastelfreak authored May 29, 2019
    Configuration menu
    Copy the full SHA
    69d9cae View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Add FreeBSD platform support

    We have everything to run this module on FreeBSD
    using pkg/repo install_method.
    It would be very nice to have this module available
    for FreeBSD users ( no need to mark it as supported platform
    in metadata.json )
    
    Tested on: FreeBSD 12.0-RELEASE, FreeBSD 13-HEAD
    olevole committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b2c5b7e View commit details
    Browse the repository at this point in the history
  2. Add FreeBSD platform support

    We have everything to run this module on FreeBSD
    using pkg/repo install_method.
    It would be very nice to have this module available
    for FreeBSD users ( no need to mark it as supported platform
    in metadata.json )
    
    Tested on: FreeBSD 12.0-RELEASE, FreeBSD 13-HEAD
    olevole committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    cad5c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e66e999 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. modulesync 2.8.0

    bastelfreak committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    e6a50cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from voxpupuli/modulesync

    modulesync 2.8.0
    bastelfreak authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b299a12 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Configuration menu
    Copy the full SHA
    4277076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9e566a View commit details
    Browse the repository at this point in the history
  3. fix typo

    olevole committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    d661e22 View commit details
    Browse the repository at this point in the history
  4. repo: added case for FreeBSD OS family

    added dependency for x11-fonts/fontconfig
    olevole committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e4aa1ef View commit details
    Browse the repository at this point in the history
  5. fix typo

    olevole committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e1aeca5 View commit details
    Browse the repository at this point in the history
  6. repo and package method are the same for FreeBSD

    official repository from the Grafana project does not exist for FreeBSD.
    Therefore, we use a common FreeBSD project repository.
    olevole committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    b37bdb0 View commit details
    Browse the repository at this point in the history
  7. properly aligned

    olevole committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    4333ff9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cd1f6e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #179 from olevole/master

    Add FreeBSD 12 support
    bastelfreak authored Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e0bf8cf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

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

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    c92ccba View commit details
    Browse the repository at this point in the history
  2. DOC Fix trailing spaces

    (stupid Travis not presenting all errors but stopping at first error...)
    mfaure committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    6e22334 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #185 from mfaure/Explain_dashboard_provisioning_fr…

    …om_grafana_com
    
    DOC Add Provisioning with dashboards from grafana.com
    bastelfreak authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    444b68d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Clean up acceptance spec helper

    ekohl committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    5694434 View commit details
    Browse the repository at this point in the history