-
Notifications
You must be signed in to change notification settings - Fork 0
Declare interval, disabled, and run_only_one in inputs.conf.spec #80
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,11 @@ | ||||||||||||||||||||||||||||||||||||||||||
| # Changelog | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| ## 1.1.1 | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| * Declare the `interval`, `disabled`, and `run_only_one` settings in the | ||||||||||||||||||||||||||||||||||||||||||
| `geoipupdate_input` modular input's `inputs.conf.spec` so the input's | ||||||||||||||||||||||||||||||||||||||||||
| supported parameters are documented in the spec file. | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+3
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Add release date or mark version 1.1.1 as unreleased. Version 1.1.1 lacks a release date, while versions 1.1.0 and 1.0.0 both include dates. For consistency, either add a date (if released) or add an "Unreleased" label (if this is a planned release). 📝 Suggested fixesOption 1: If released, add date -## 1.1.1
+## 1.1.1 (2026-06-YY)Option 2: If unreleased, clarify status -## 1.1.1
+## Unreleased (1.1.1)📝 Committable suggestion
Suggested change
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||
| ## 1.1.0 (2026-04-01) | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| * Set `local = true` for the `geoip` search command so it runs on the search | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| [geoipupdate_input://default] | ||
| param1 = | ||
| interval = <integer> | ||
| disabled = <boolean> | ||
| run_only_one = <boolean> | ||
|
Comment on lines
+3
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Redefining system-defined parameters like |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the changes to
inputs.conf.specare reverted to avoid AppInspect failures, this changelog entry should also be removed or updated accordingly.