Sergi Philipsen
Sergi Philipsen
It would also be nice to define revisions in the manage configurations page. I image a form while adding the URL like this: ``` Repository: [ https:// | ssh:// ]...
https://github.com/frankframework/charts/issues/35
From a UX perspective, a header should contain very imported functionalities and information. If it's in the way, hiding it isn't going to help. Looking at the header, it is...
I should add to this, that it only happens when there are no data-sources configured. ```console Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'txManagerReal' defined in class path resource...
To reproduce: ```shell docker run -p 80:8080 -e jdbc.required=false nexus.frankframework.org/frank-framework:latest ```
Currently, Autopilot defines credentials for the whole of GitHub (for example), not just a single repository. So a more fitting solution could be to use a declarative repository credentials template....
@aronreisx nice one, thank you!
The pattern given in the example won't match `hoi a hoi`. It would only match the two `hoi` parts of the string. So, if I understand correctly, the real issue...
Thank yo for your quick reply. I still don't think I fully understand. Do you want to match the whole sentence? Or should it be successful when finding any occurance?...
To clarify your needs, could you answer these questions: * Do you want to insert notes or also edit them? * Which roles would be able to do this? *...