Krzysztof Słysz

Results 18 issues of Krzysztof Słysz

Is it possible to hide "Set up" section? It is generated by @BeforeAll tag, but there is nothing I want to show in the report. Maybe something similar to this...

type:invalid

Is there any configuration to change the steps' subtitles location? In the previos version of Allure, we had this on the right. Now, we have in the bottom. I would...

type:invalid

Hi, I've tried to extract values from json responose in JMeter Post-processor BeanShell. My sample response is: `{"tableName":"users","tagName":"registered","bundleId":33,"tagId":2,"owner":"JMeter","description":"","locked":false,"properties":{"address":"London","name":"John","id":"95","email":"[email protected]"}}` My BeanShell is: ``` debug(); import com.eclipsesource.json.Json; import com.eclipsesource.json.JsonObject; import com.eclipsesource.json.JsonObject.Member; JsonObject...

We want to share some data between project members that doesn't have access to Databucket. It will be a new feature that allow to: - generate public link from Data...

new feature

![image](https://github.com/databucket/databucket-server/assets/7330643/7d0e248a-6de6-4bfe-a50c-f668535990ee)

bug

In the version 3.5.0 was correct: ![image](https://github.com/databucket/databucket-server/assets/7330643/97cba253-25b5-4f43-8e94-74ece5220966) In the version 4.0.0 something has been broken. ![image](https://github.com/databucket/databucket-server/assets/7330643/1112cc32-a4c7-4760-af73-664a7056307b)

bug

Test project compatibility with newest version of PostgreSQL

enhancement

A bucket is defined based on the class that hasn't got any properties. When goes to properties on tasks execution or rich filter, then we've got white screen.

bug

The API should return failed when I try to use unknown field in a rule. Eg. { "rules": [ ["name", "==", "John"] ] } The 'name' is not a field,...

enhancement

The example rule doesn't work for data reservation: ["some string","!in","$.parent.array"]

bug