-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to pyproject.toml. Add processors, documentation updates. #26
Merged
hcpadkins
merged 12 commits into
hashicorp-forge:main
from
hcpadkins:feature/processors
Jul 14, 2023
Merged
Move to pyproject.toml. Add processors, documentation updates. #26
hcpadkins
merged 12 commits into
hashicorp-forge:main
from
hcpadkins:feature/processors
Jul 14, 2023
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f11659 - Browse repository at this point
Copy the full SHA 3f11659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cd97b - Browse repository at this point
Copy the full SHA 50cd97bView commit details -
Update processor base class to allow finalize only
This was possible prior to this commit, but required a stub method for process to be implemented.
Configuration menu - View commit details
-
Copy full SHA for 8e0aec1 - Browse repository at this point
Copy the full SHA 8e0aec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b8338 - Browse repository at this point
Copy the full SHA b9b8338View commit details -
Configuration menu - View commit details
-
Copy full SHA for c100f23 - Browse repository at this point
Copy the full SHA c100f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b9412 - Browse repository at this point
Copy the full SHA d1b9412View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c760c - Browse repository at this point
Copy the full SHA e9c760cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5225014 - Browse repository at this point
Copy the full SHA 5225014View commit details
Commits on Jul 13, 2023
-
Only write processed data if processors are configured.
By default both a processed and raw output stream are configured to simplify configuration. However, this means that if no processors are used logs will be written twice. This pull-request prevents that, and instead only write out data if processors are configured.
Configuration menu - View commit details
-
Copy full SHA for 698c9a4 - Browse repository at this point
Copy the full SHA 698c9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f8b9e - Browse repository at this point
Copy the full SHA b6f8b9eView commit details
Commits on Jul 14, 2023
-
Update grove/outputs/__init__.py
Co-authored-by: Jonas Plum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e607416 - Browse repository at this point
Copy the full SHA e607416View commit details -
Configuration menu - View commit details
-
Copy full SHA for de7009e - Browse repository at this point
Copy the full SHA de7009eView commit details
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.