Albert Tregnaghi

Results 242 issues of 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: ![image](https://user-images.githubusercontent.com/11644753/60181503-a10ffb80-9822-11e9-9059-570c8721f44a.png) So please add the...

enhancement

### 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" : {...

enhancement

## 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...

documentation
enhancement
client
server

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...

enhancement
pds
logging

## 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...

bug

## 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

bug

## 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...

enhancement
server

## 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...

enhancement
server