Jeeppler

Results 150 comments of Jeeppler

@zigfridus you can continue with this issue. I opened a pull request for the missing OpenAPI headers: https://github.com/mercedes-benz/sechub/pull/1593.

@zigfridus thanks for testing it. Glad to hear it works.

We use a domain-driven design as our architecture style for SecHub. Oversimplified: what belongs together is in the same folder. In your case, your demo app should go into the...

@de-jcup as requested a new issue regarding the "DoS" switch: #161.

I have multiple run configurations in SecHub. The most basic one is called `SecHubServerApplication (INTEGRATION TEST - H2)`. Main: ~~~ com.mercedesbenz.sechub.SecHubServerApplication ~~~ I use the following `VM arguments`*: ~~~ -Dspring.profiles.active=mocked_products,h2,integrationtest...

There are two tasks: 1. The user should get an email send to his/her/their email address once the admin approves the signup (user feedback that the signup was accepted) 2....

@zigfridus you might be right. I created this issue a few years ago. Give me some time to have an in depth look into it. While I am doing it,...

@zigfridus The terms `sign up` and `registration` mean two different things. For a new user steps are: 1. User registers [self-registration] (email send to admin, but not user) 2. User...

Libraries we could use for system tests and [REST Assured](https://github.com/rest-assured/rest-assured) for REST API testing and Selenium for the WebUI. A behavior driven testing approach for system tests is probably favorable,...