Duvel

Results 8 issues of Duvel

This pull request is based on the work of @jezdez in #456, also a mention to msgre/uwsgi_logging@4055e52 for the extra logging. One now can run `docker build --tag umap:1.2.2 .`...

**Describe the bug** I have multiple unit tests in a test suite and these need to be in a certain order, so have information available in the next request. When...

N-discussion
A-design
PA-testing
needs-triage

According to the documentation it seems possible to log variables, but with yaks 0.12 I'm not able to get it to work. https://citrusframework.org/yaks/reference/html/index.html#steps-variables I tried with single quotes, but it...

help wanted
question

I just tried version 0.1.4.1, but the tests don't run and the container logs show this error: ``` The JAVA_HOME environment variable is not defined correctly, this environment variable is...

bug

Solves #34 Just supply the service name and it will be scaled to 1 and after running back to 0. Also fixed: * error was ignored * logs are available...

Argument for @NotNull parameter 'text' of com/intellij/openapi/util/text/StringUtil.endsWithLineBreak must not be null java.lang.IllegalArgumentException: Argument for @NotNull parameter 'text' of com/intellij/openapi/util/text/StringUtil.endsWithLineBreak must not be null at com.intellij.openapi.util.text.StringUtil.endsWithLineBreak(StringUtil.java) at com.intellij.openapi.diff.impl.patch.apply.GenericPatchApplier.(GenericPatchApplier.java:65) at org.github.irengrig.fossil4idea.local.DiffUtil.execute(DiffUtil.java:31) at...

I have multiple WebStorm projects in separate folders in the same fossil repository, like this: ./root.fossil ./project1/.idea ... ./project2/.idea ... When I am working in one of the sub projects,...

I'm trying to debug a problem in the plugin, but it seems this repo doesn't contain the latest version.