This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Merging up everything currently in development #4
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prior to this commit, the class name did not match the file name so it was not in autoload format. This change updates the filename to be consistent with the class name.
Prior to this commit, HA sync was not inclulded. This commit adds the HA endpoints for newer versions of PE.
Prior to this commit, the dashboard and telegraf classes did not have spec tests. This commit adds spec tests for the dashboard and telegraf classes.
Prior to this commit, the overwrite_dashboards fact would be present on all systems. This commit adds it only if the file is present on the system, otherwise it is nil.
Prior to this commit, pdk 1.5.0 was used. This commit updates PDK to 1.6.0 and adds some default facts for the spec tests.
This commit fixes some issues found with the ruby and puppet linters.
(maint) Upgrade to PDK 1.6.0
Prior to this commit there was a rubocop lint error. This commit corrects that error.
Prior to this commit there was a generic document for contributing. This commit updates the documentation on how to use the built in tooling and where to find references.
(Maint) Update Contributing Docs
Prior to this commit we had a workaround to create a directory for the PID file of grafana. This commit removes the workarounf and adds a method for creating the var run directory at boot. This is to address
(GH12) Update systemd tmpfiles
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will catch us up in the master branch