Jérémie Bresson

Results 73 issues of Jérémie Bresson

### Current setup: The current setup is based on the fact that maven is starting a very old image of GitLab (version `12.9.2-ce.0`) and is then executing some integration tests...

The `@RestForm` annotation is accepting a value which is the name of the parameter. So it is valid to name the the parameter: ``` @POST public void procced(@RestForm("u") @NotBlank String...

Jira support some emoji described as their "original emoticon set" See https://confluence.atlassian.com/doc/symbols-emojis-and-special-characters-136870.html ![Jira original emoticon set](https://github.com/user-attachments/assets/3ea298fd-a369-4862-8d61-9f9291e27fac) Here is my mapping: * `:)` -> `":slightly_smiling_face:"` 🙂 * `:(` -> `":slightly_frowning_face:"` 🙁...

In the documentation [27.6. Inter-document Cross References](https://asciidoctor.org/docs/user-manual/#inter-document-cross-references), it is written: > When Asciidoctor generates the link for this cross reference, it first checks to see if document-b.adoc is included in...

When running the release process with: ``` ./gradlew release -Prelease.releaseVersion=6.0.0-rc.1 -Prelease.newVersion=6.0.0-SNAPSHOT ``` At some point at the end of the release process, the execution stops with this message: ``` ??>...

I would need to solve having a custom agent from Quarkus and outside Quarkus. --> Inputs are welcomed for both cases. I looked only at the plain-java (outside quarkus) case...

On the GitLab GraphQL server (no password required), the `WorkItemWidget` type (kind `INTERFACE`) has multiple possible types. You can run a query like this: ``` query { workItemsByReference(contextNamespacePath: "gitlab-org", refs:...

I am using the gitlab graphql api and I am running this mutation request: ```graphql mutation workItemUpdate($arg0: WorkItemUpdateInput!) { workItemUpdate(input: $arg0) { errors workItem { id webUrl } } }...

According to the webpage https://creativecommons.org/publicdomain/zero/1.0/ is the canonical form of the URL.