Albert Tregnaghi
Albert Tregnaghi
I tried to setup colors for dark theme more readable. And changed all entries, but there are some which cannot be changed, see next picture:  So please add the...
### Origin situation I accidently defined a wrong type in my test (I used String.class instead of JsonFieldType.STRING) which led to a `resources.json` containing: ```json , { "attributes" : {...
## Situation At https://mercedes-benz.github.io/sechub/latest/sechub-quickstart-guide.html we describe the first steps (from a developer or administrator perspective) But ... When some users wants to start with SecHub they are sometimes confused and...
This PR - closes #1474 - closes #1462 - closes #1463 - closes #1532 - closes #1547 - closes #1548 - closes #1549 - closes #1550 - closes #1554 -...
## Situation Currently every exception which is handled by `PDSServerErrorController` does not show up inside console. It is very cumbersome to debug, develop or to maintain PDS instances when such...
## Situation Sometimes it is cumbesome to have always the heartbeat logging events inside our logs - e.g. when debugging a PDS instance because of a new feature. The hearbeat...
## Situation After analyzing the current scan implementation for - #1474 and also for - #1549 It became clear that there is an extreme problem for the cancelation process at...
## Situation Cancellation was often wrong written by using only one "l" instead of two. ## Wanted All text parts shall contain "cancellation" correctly ## Solution Fix it inside sources
## Situation With #1547 we want an execution state extension, so we have then "CANCELED" as final state for cancel But the current event message ID which is send for...
## Situation At the moment, SecHub does only cancel its own job, but does not call any adapter to cancel the adapter operation! ## Wanted When the job has been...