Laurent Pellegrino
Laurent Pellegrino
While working on the suspend task on error I noticed that the Maximum Number of Execution (MNoE) associated to a task cannot be lower than 1 (even if the Studio...
Maven allows the definition of [Bill Of Materials (BOM)](http://blog.xebia.fr/2014/02/28/la-notion-de-bom-avec-maven/). BOMs are really useful (especially in big projects) in order to put in one central place the version number of dependencies...
When credentials are created for the first time without any path defined for a public key, an error message is displayed: ``` No public key specified, attempting to retrieve it...
CRON loops are really useful to execute recurring actions. Unfortunately, some issues are encountered when the number of tasks generated by a CRON loop for a given job becomes too...
SLF4J is an abstraction that allows to plug the desired logging framework at deployment time. I suggest to replace Log4j by SLF4J so that the desired backend implementation can easily...
It is currently not possible to name several tasks with the same name. It should be supported in order to have the possibility to reuse a name for same concepts...
It is really annoying to get an error when a job is submitted because a task has a name which contains spaces. I don't see the real reason for not...
Automatic completion from `proactive-client` when no text has been typed proposes to display _71125_ possibilities. Steps to reproduce the bug are the following: 1. Run proactive-client 2. Press tab The...
Properties which define time periods are sometimes defined in seconds and sometimes in milliseconds. I think they should all use the same unit (probably milliseconds?) to avoid confusion.
Think about how to replace Pre/Post/Clean by a list of executables but the same behaviour should be possible especially with the clean script that is executed even if the task...