Andre Mainka

Results 21 issues of Andre Mainka

Add new description for how to connect a QNAP NAS to the authentik LDAP, especially as this is not straight forward and has some pitfalls

Currently the policies overview page just shows if an existing policy is used or not. And if used - how often it is used. ![image](https://user-images.githubusercontent.com/13506173/171057469-9101dab7-5824-4ca0-9db7-2f5d325a373f.png) it would be much more...

enhancement
enhancement/confirmed

Currently the Search box in Flows/Stages/Prompts only searches/filters for values in (by intention?) some columns ![image](https://user-images.githubusercontent.com/13506173/170993726-2ab55bdf-024e-4a0f-be13-2b38cbf5cf2c.png) It would be helpful to filter for values in column "Prompts:**Stages**"/"Stages:**Flows**" as well, as...

enhancement
enhancement/confirmed

1. Directory > Groups 2. select a group (e.g. Group A), open group details 3. and click "Users" In User Details of the Group click - Create or - Create...

bug
bug/confirmed

This PR allows to set the column witdh not only to fixed width or auto-size (size to content) but also allows proportional sizing: ```csharp table.AddColumn(new TableColumn("Column 1").StarWidth(1.5)); table.AddColumn(new TableColumn("Column 2").StarWidth(1));...

Allows to have different ports for multiple virtual hosts. `VIRTUAL_PORT` can have a list of port mappings `hostPort:containerPort` or as of now only `containerPort`. E.g. `VIRTUAL_PORT=443:80,3000,4000:8086` will expose containter port...

status/pr-needs-tests
type/feat
scope/multiport

docker-compose supports [`.env` files](https://docs.docker.com/compose/environment-variables/#the-env-file) to make variable substitutions in the compose file. When deploying a stack from a git repository, which contains a `.env` file in the root directory of...

kind/bug
bug/confirmed
area/gitops

**splitKeyValuePairs** allows splitting a string into a map of key value pairs, e.g. `key1:value1,key2:value2` into a map of key values it also allows providing a defaultKey, if not KeyValuePair splitting...

enhancement

I am using the extension with an ADO Server, when I enable the Auto Complete in the dependabot run, the commit message does not follow the default naming Example: Top...

question

Allow using only private nuget feeds and do not force adding the public `nuget.org` feed which will be used anyway, if `nuget.config` in repository root is correctly configured. see: https://github.com/dependabot/dependabot-core/blob/49b849af53d72f4e6641b0779372c6bda76df375/nuget/lib/dependabot/nuget/update_checker/repository_finder.rb#L128-L138...