Jérémie Bresson
Jérémie Bresson
What are your settings "Discover branches" and "Discover merge requests from origin" ? We are using the default:  > *Discover branches* > Strategy: > Only branches that are...
IMO responding `2xx` when you have received a webhook event is correct. Even if this webhook event triggers an error later when the event is processed. This belongs to the...
Sorry I never did a follow up on that. Our installation: Environment ```text Jenkins: 2.375.1 OS: Linux - 5.13.19-2-MANJARO Java: 17.0.1 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- ant:487.vd79d090d4ea_e...
There were recent changes to the way GitLab works. It is not really what I have expected, and I gave them feedback here: https://gitlab.com/gitlab-org/gitlab/-/issues/34378#note_2301847558 If they do not change anything...
Thank very much for your feedback @Turiok. We have changed to use env variables that are set in both the manually triggered case and the GitLab triggered case. * `GITLAB_OA_IID`...
In https://github.com/OpenAPITools/openapi-generator/pull/3441 we had a long discussion with @Fjolnir-Dvorak and @cbornet about Jackson configuration. You can do it: * at mapper level * at model level with annotations When you...
related issue: #13 - even in java there is some problem with the "default" keyword.
Are `default` and `abstract` reserved keyword in typescript? If not, we should have a look where the list is defined and move java-related stuff only in the java generator part.
This seems to be missing
I think the change is a good idea. About the breaking change, if this works for you, maybe we do this only on the `6.x` branch.