Feature: custom queries - #32
Merged
Merged
Conversation
This commit enables function to define custom queries within configuration file or by environment variables. Its not scope of this commit to define custom queries on-the-fly on the ui. Closes tmahmood#24
monofox
marked this pull request as ready for review
May 7, 2025 13:54
monofox
marked this pull request as draft
May 8, 2025 04:49
Contributor
Author
|
I had to put it back to draft. For example: Other errors included issues with permission when creating the .config folder (i did not had it mounted). |
This commit enhances previous one to: - not fail if configuration file does not contain custom_queries part - ensure, that .config folder can be created in docker container as well - ensure, that a docker container can be stopped on SIGTERM - ensure, that right default logging setting is given.
monofox
marked this pull request as ready for review
May 8, 2025 19:02
Contributor
Author
|
Sorry for the confusion, now I'm ready. |
tmahmood
approved these changes
May 9, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 commit enables function to define custom queries within configuration file or by environment variables.
Its not scope of this commit to define custom queries on-the-fly on the ui.
Closes #24