Skip to content
Snippets Groups Projects
  1. Jun 02, 2021
  2. May 17, 2021
  3. May 10, 2021
  4. May 04, 2021
  5. Apr 30, 2021
  6. Apr 23, 2021
  7. Apr 22, 2021
    • Manuel Leduc's avatar
      [Misc] Migrates RegisterTest to docker. · e72abb6b
      Manuel Leduc authored
      Register test has to sub-classes: RegisterWithoutLiveValidationTest and RegisterFromAdministrationTest.
      These classes are defining two variation points in the tests:
      - the use of client side validation
      - the use of the guest user registration form, or the use of the user creation modal in the administration.
      All three classes are replaced by a single docker test (RegistrationIT) where the different test variations are defined using Junit 5 parametrized tests mechanism.
      e72abb6b
  8. Apr 19, 2021
  9. Apr 16, 2021
  10. Apr 15, 2021
    • Manuel Leduc's avatar
      XWIKI-18491: Add a localization REST resource to expose translation messages (#1595) · 71c82e05
      Manuel Leduc authored
      * Introduces xwiki-platform-localization-rest
      ** Provides a REST endpoint to retrieve the raw translation values of the requested translation keys
      ** api: contains the REST endpoints definitions and the jaxb model
      ** default: contains the default implementation of the REST endpoints
      * Introduces xwiki-platform-localization-test-docker
      ** Adds functional tests for the localization REST endpoint
      * Declares xwiki-platform-localization-rest-default in the runtime dependencies of xwiki-platform-distribution-war-dependencies
      71c82e05
  11. Apr 12, 2021
  12. Apr 09, 2021
  13. Apr 06, 2021
  14. Apr 02, 2021
  15. Mar 31, 2021
  16. Mar 30, 2021
  17. Mar 29, 2021
  18. Mar 25, 2021
  19. Mar 24, 2021
  20. Mar 22, 2021
  21. Mar 02, 2021
  22. Mar 01, 2021
  23. Feb 18, 2021
  24. Feb 15, 2021
  25. Feb 12, 2021
  26. Feb 10, 2021
    • Simon Urli's avatar
      XWIKI-17174: Object editor loads too slowly when there are a large number of... · 5b7d9809
      Simon Urli authored
      XWIKI-17174: Object editor loads too slowly when there are a large number of xobjects/xproperties to load
      
        * Fix the ObjectEditPane PO to ensure the object information are not
          already displayed before loading or displaying them, and use a more
      generic method name (the fact that information are loaded or just
      displayed should remain an implementation details for the test)
        * Improve ObjectEditPage PO to allow deciding to expand each xobject
          or not when getting the xobjects of a class. This might be
      interesting for improving test perf in the future.
      5b7d9809
  27. Feb 09, 2021
  28. Feb 07, 2021
  29. Feb 01, 2021
  30. Jan 26, 2021
Loading