- Jun 04, 2015
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Jun 03, 2015
-
-
Marius Dumitru Florea authored
-
tmortagne authored
-
Marius Dumitru Florea authored
* More unit tests.
-
Marius Dumitru Florea authored
* Add unit tests
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Add support for recording/replaying the decisions taken during the execution of an extension job.
-
Marius Dumitru Florea authored
* Add support for recording/replaying decisions taken during the execution of an interactive job by firing an event whenever a question is answered/asked. * Add support for answering the question from a QuestionAskedEvent listener (before it reaches the user).
-
- Jun 01, 2015
-
-
Vincent Massol authored
[Misc] Update Checkstyle version to 6.7 (in order to fix sonar build issue, which seems to be https://github.com/checkstyle/checkstyle/issues/853).
-
Vincent Massol authored
-
- May 31, 2015
-
-
Marius Dumitru Florea authored
* The replayed actions should appear in the history.
-
- May 30, 2015
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* When an interactive sub-job asks a question, the parent job should update its state accordingly (WAITING) because the user interacts with the parent job. For this, the sub-job status needs to keep a reference to the parent job status (not just a flag that says it is a sub-job, like now). * Make the ReplayJob a GroupedJob and use the same group path as extension jobs: use 'extension/namespace' if the replay targets a single namespace, and 'extension' if the replay targets multiple namespaces or the global namespace. This way a replay job that targets a single wiki will block the extension jobs on that wiki only.
-
- May 28, 2015
- May 27, 2015
-
-
tmortagne authored
-
Vincent Massol authored
-
tmortagne authored
-
- May 25, 2015
-
-
Marius Dumitru Florea authored
* Reuse the read() method to deserialize because it supports an XML fragment (e.g. when the list of history records is not wraped in <list>).
-
- May 24, 2015
- May 22, 2015
-
-
Vincent Massol authored
This reverts commit cb30f185.
-
Vincent Massol authored
-
Marius Dumitru Florea authored
-
tmortagne authored
-
- May 21, 2015
- May 20, 2015
-
-
tmortagne authored
-
tmortagne authored
-
Marius Dumitru Florea authored
-
- May 19, 2015
- May 13, 2015
- May 06, 2015
-
-
tmortagne authored
-