Julian Löffler

Results 22 issues of Julian Löffler

Greetings, Currently it is already possible to use, for example, Keycloak as SSO solution. This is done by exploiting the Gitlab Client, as explained here: https://github.com/mattermost/mattermost-server/issues/11503#issuecomment-535427122 That is an okayish...

kind/packaging

We want to be able to Create commits on a specific branch, This is usually done by a POST /projects/:id/repository/commits see here: https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions Is this already present in this Client...

Greetings, We are wondering how we trigger a pipeline, using this APIClient. Thanks in advance! Cheers Bree

Currently i'm not able to find official docker images for the mattermost app and db. It would be nice if there would be an automatic build and push to a...

Dockerfile, if you wish to run gininspector containerized

This pullrequest fixed issue #129 for me: https://github.com/hkamel/sonar-auth-aad/issues/129 In my case the function `.getIdToken()` returned a token that did not contain the claim `name` while `.getAccessToken()` returns a token that...

I currently try to migrate a user from LDAP to AAD. I've created an app registration and enterprise application in azure and connected it to sonar. I'm using the proposed...

Greetings, Is this project still maintained? 2.2.0 (2022-05-20) was the last release It would be about time for a new release to update dependencies.

I want to suggest that we generate documentation according to: https://developer.hashicorp.com/terraform/registry/providers/docs#generating-documentation Such that (1) we have always up to date documentation and (2) enable the usage of the latest https://github.com/upbound/upjet-provider-template/...

Greetings :) I got the following graph: ``` \documentclass{standalone} \usepackage{tikz} \usepackage{tikz-network} \begin{document} \begin{tikzpicture} \clip (0,0) rectangle (30.0,30.0); \Vertex[x=29.000,y=15.000,size=2.0,color={0,77,153},opacity=0.7,label=A0,fontcolor={230,230,230},fontscale=2.286,RGB]{A0} \Vertex[x=22.000,y=27.124,size=2.0,color={0,77,153},opacity=0.7,label=A4,fontcolor={230,230,230},fontscale=2.286,RGB]{A4} \Vertex[x=8.000,y=27.124,size=2.0,color={0,77,153},opacity=0.7,label=A3,fontcolor={230,230,230},fontscale=2.286,RGB]{A3} \Vertex[x=1.000,y=15.000,size=2.0,color={0,77,153},opacity=0.7,label=A1,fontcolor={230,230,230},fontscale=2.286,RGB]{A1} \Vertex[x=8.000,y=2.876,size=2.0,color={0,77,153},opacity=0.7,label=A5,fontcolor={230,230,230},fontscale=2.286,RGB]{A5} \Vertex[x=22.000,y=2.876,size=2.0,color={0,77,153},opacity=0.7,label=A2,fontcolor={230,230,230},fontscale=2.286,RGB]{A2} \Edge[,lw=3.6871,color=purple,opacity=0.4687143150544264,bend=-8.531,label=11968.5/32460.0: 0.37,Direct](A0)(A4) \Edge[,lw=3.2066,color=purple,opacity=0.4206628671185051,bend=-8.531,label=10408.7/32460.0: 0.32,Direct](A0)(A3) \Edge[,lw=6.0346,color=purple,opacity=0.7034586157321837,bend=-8.531,label=19588.3/32460.0: 0.60,Direct](A0)(A1) \Edge[,lw=1.2568,color=purple,opacity=0.22568186485931396,bend=-8.531,label=4079.6/32460.0:...

enhancement