Sebastian Titakis

Results 58 comments of Sebastian Titakis

@clemensutschig I'd like to do an analysis to identify memory leaks, how can I get the heap dump file? Did you generate a heap dump?

@jafarre-viewnext I can't fully understand the problem here, can you please give me a quick call and we clarify. Btw... are you planning to provide a fix for this?

As verified, the two related API have the same implementation: `/validate` https://github.com/opendevstack/ods-provisioning-app/blob/046c072bec44f961da0d52364309daa8def3deb0/src/main/java/org/opendevstack/provision/controller/ProjectApiController.java#L691 and `/key/validate` https://github.com/opendevstack/ods-provisioning-app/blob/046c072bec44f961da0d52364309daa8def3deb0/src/main/java/org/opendevstack/provision/controller/ProjectApiController.java#L756 Options: 1. we remove the API `/validate` as it might not be needed 2. if...

@serverhorror first, my apologies for the late feedback on this! Second, excellent idea. I'm for everything that empower developers to make their work more efficient and effective, like in this...

I find it interesting too... additionally you will need to modify in ods-core https://github.com/opendevstack/ods-core/blob/master/create-projects/create-projects.sh to add the labels on/after project creation

@felipecruz91 is this item still planned for ODS 4.0.0 or we could move it to ODS 4.1.0?

First thoughts on this... yes, we can add an endpoint to be consumed by the SPA client to report errors. Once we receive the error we could decide if we...

@metmajer @michaelsauter this enhancement needs to be implemented to satisfy the corporate needs

@renedupont thanks! I believe the list displayed in the UI should be built up based on the projects that the user is allowed to modify in the underlying systems. This...