- Jun 05, 2020
-
-
Vincent Massol authored
-
Marius Dumitru Florea authored
* Simulate the click instead of changing the window location * blur the action buttons before leaving the in-place edit so that the shortcut keys are re-enabled
-
Simon Urli authored
* Add some more missing dependencies to commons-job-default.
-
- Jun 04, 2020
-
-
Vincent Massol authored
[Misc] Add information to make it easier to know which container failed to start and on which CI agent
-
Simon Urli authored
* Add missing dependency to commons-job-default
-
Vincent Massol authored
[Misc] Try to debug an issue with BrowserWebDriverContainer being started several times. Checking that it's not us doing that!
-
Simon Urli authored
* Add unit tests
-
Simon Urli authored
XWIKI-17336: Allow the async rendering framework to limit the pool of threads based on AsyncRenderer type * Improve unit tests.
-
Simon Urli authored
* Add missing dependency to job-default for rendering-async-macro tests
-
Simon Urli authored
* Change dependencies to rely on commons-job-api where needed * Put a dependency to commons-job-default in the minimal war and in the tool-packager-plugin
-
Vincent Massol authored
-
Simon Urli authored
* Add an argument in NotificationNotifiersScriptService methods to allow forcing to return the placeholder only * Change the NotificationMacro to always force using the placeholder * Change the NotificationsDisplayerUIX to execute the notifications macro by an AJAX call which is made only when the notification area is opened.
-
Simon Urli authored
* Add a boolean in AsyncRendererConfiguration to allow forcing to send back a placeholder even if the data are available already * Use that boolean in the default existing renderer executors to return the placeholder if it's forced * Consider the execution as async if the placeholder is forced.
-
Simon Urli authored
* Also check children of a mutated element to activate placeholder.
-
Vincent Massol authored
[Misc] Trying to debug the "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'" error
-
Vincent Massol authored
[Misc] Start docker-latest jobs at 10PM to give me more time during the night so that by the morning they're done
-
Vincent Massol authored
-
- Jun 03, 2020
-
-
Simon Urli authored
* Fix default priority for notifications.
-
Simon Urli authored
* Define an AsyncNotificationRendererJobInitializer that is a GroupedJobInitializer which defines the size of the pool and the thread priority * Overrides the getJobGroupPath in DefaultAsyncNotificationRenderer to use the same one as the AsyncNotificationRendererJobInitializer * Put new configurations for REST poolSize and Async poolSize in NotificationConfiguration and describe them in xwiki.properties * Use directly NotificationConfiguration in REST NotificationEventExecutor * Use NotificationConfiguration async pool size in AsyncNotificationRendererJobInitializer.
-
Simon Urli authored
XWIKI-17336: Allow the async rendering framework to limit the pool of threads based on AsyncRenderer type * Allow to specify a JobGroupPath in an AsyncRenderer which can be used with a GroupedJobInitializer to specify the number of threads to use in the pool.
-
Simon Urli authored
* Describe new available properties.
-
Thomas Mortagne authored
-
- Jun 02, 2020
-
-
Marius Dumitru Florea authored
-
Clemens Robbenhaar authored
- instead of adding a separate filter preference for the subwiki make sure the reference to pages and spaces are absolute by prefixing them with the "currentWiki" - only in the case where no location parameters are given and we are in a subwiki add an explicit wiki filter - for this add the "currentWiki" back in the data-set generated by the notifications macro - also added "toString()" methods to a few classes which helped in debugging the unit tests - made "toString()" methods conforming to code style - move the code to a separate helper method, which checks for the special case of being in a subwiki and having no location filters defined so one needs to an explicit filter to limit the resuts to the current wiki
-
- Jun 01, 2020
-
-
Vincent Massol authored
XWIKI-17380: Subwikis are created with wrong charset/collation and cannot be deleted when using the "com.mysql.cj.jdbc.Driver" driver class
-
Vincent Massol authored
-
- May 30, 2020
-
-
Vincent Massol authored
-
Vincent Massol authored
* Remove leftover import breaking the build
-
- May 29, 2020
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Simon Urli authored
* Small refactorings after @vmassol's review.
-
Marius Dumitru Florea authored
* Load diff.js * Reload the editor when the document is saved with merge * Better handling of failed HTTP requests (always try to unlock and get back to view)
-
- May 28, 2020
-
-
Vincent Massol authored
-
Simon Urli authored
* Display back the wiki name in notifications * Small refactoring on NotificationsDisplayerUIX to avoid parsing notification panel header with wiki syntax.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-