Skip to content
Snippets Groups Projects
  1. Jun 03, 2020
    • Simon Urli's avatar
      XWIKI-17400: Specify the size of the pool for the async notification renderer · dece7921
      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.
      dece7921
    • Simon Urli's avatar
      XCOMMONS-1959: Allow to define the pool size of a GroupedJob · bc11750e
      Simon Urli authored
        * Describe new available properties.
      bc11750e
  2. May 29, 2020
  3. May 28, 2020
  4. May 27, 2020
    • Simon Urli's avatar
      XWIKI-13935: Add atomic store API for document renames · 3bc6f7fe
      Simon Urli authored
        * Add new method in store for atomic rename
        * Move methods from XWikiDocument to XWiki for rename
        * Use a fallback on old copyAndDelete rename if the option to use
          atomic rename is not set to true as a security measure
        * Move XWikiDocumentTest#rename to XWikiTest and test both new and old
          rename
        * Update refactoring to use a real rename method and not copy/delete.
        * Document new option to switch off atomic rename if needed.
        * Change the way XWikiSpace are loaded in HibernateStore and adapt the
          class to allow setting its store.
        * Move old deprecated rename methods using strings to legacy
        * Create new utility methods in Document API that uses references
          instead of String for backlinks and children
        * Create a new scenario for moving a page to a subwiki.
      3bc6f7fe
  5. May 26, 2020
  6. May 18, 2020
  7. Apr 22, 2020
  8. Apr 07, 2020
  9. Apr 06, 2020
  10. Apr 03, 2020
  11. Mar 27, 2020
  12. Mar 26, 2020
  13. Mar 25, 2020
  14. Mar 23, 2020
  15. Mar 18, 2020
  16. Mar 17, 2020
    • Vincent Massol's avatar
      XWIKI-17069: Add new User API · be619aff
      Vincent Massol authored
      * Make sure that we bundle the user script api in the distribution generated by the Packager mojo since it's core (used for example in xwikivars.vm)
      be619aff
  17. Mar 12, 2020
  18. Mar 10, 2020
  19. Mar 09, 2020
  20. Mar 02, 2020
  21. Feb 27, 2020
  22. Feb 20, 2020
  23. Feb 19, 2020
  24. Feb 14, 2020
    • Thomas Mortagne's avatar
      XWIKI-16207: User notifications gathering can take a very long time · 6442e4e3
      Thomas Mortagne authored
      * first experiment (disabled by defauld, can be enabled using "notifications.eventPreFilteringEnabled" property):
      ** users events are pre filtered and everything the user should see is stored in the event status table
      ** gathering users notification is just about getting event status entries associated with the user so not more SQL query with 700 filters to take into account
      6442e4e3
  25. Feb 11, 2020
  26. Feb 07, 2020
  27. Jan 31, 2020
  28. Jan 29, 2020
  29. Jan 24, 2020
  30. Jan 23, 2020
  31. Jan 22, 2020
Loading