Patrick Pichler
Patrick Pichler
Checklist: * [x] I've searched for similar issues and couldn't find anything matching * [x] I've discussed this feature in the #k8sgpt slack channel ## Is this feature request related...
This adds initial support for the clickhouse database system. Keywords are currently based upon postgres, as the clickhouse docs do not provide a good overview of all allowed keywords. fix...
I am currently playing around with melange and encountered the issue, that pretty much every build fails with an `file exists` error. Here is the detailed error message: ``` 2023/10/24...
### What feature do you want to see added? In our setup, the jenkins instance is wiped with each redeploy and recreated from casc. This is done to enforce people...
This PR solves #4 by extending the credentials page with a combobox to select the desired algorithm to create the key pair. The base functionality is implemented and I now...
In order to customize how to fields of native types can be accessed via CEL, struct tag support has been added. It is now possible to provide a struct field...
It iso now possible to define a command that is executed in order to optain the password. This is useful in situations, where your database is manged by a cloud...
**Is your feature request related to a problem? Please describe.** There are cases where the password for connecting to a database is provided by a CLI tool such as `gcloud`....
Some databases (e.g. clickhouse) is using pointer values to represent nullable values when querying from the database. The current logic to transform values to strings when querying data, does not...
**Describe the bug** When querying a table with nullable fields in clickhouse (postgres doesn't have this behavior), the result prints the pointer address instead of the value. After some debugging...