- Jun 11, 2021
-
-
Vincent Massol authored
* Fix bad syntax (again)
-
Manuel Leduc authored
Make 'contains' the default operator for the User property type. Add a User column in the Live Data docker tests and introduce a test where the users are filtered.
-
- Jun 10, 2021
-
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
* Fix bad syntax
-
- Jun 09, 2021
-
-
Thomas Mortagne authored
* fix bad uncommenting
-
Thomas Mortagne authored
* fix missing import
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* put back right checking in the async renderer cache invalidation
-
Thomas Mortagne authored
* fix typo
-
Thomas Mortagne authored
* try reduce conflicts caused by automatic cache invalidation
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Manuel Leduc authored
Waits for the loading spinner to be hidden before continuing.
-
Manuel Leduc authored
- Update children.vm with a Live Data - Introduce the children page object (ChildrenPage) - Update ViewerIT with a children page test - Update WizardIT to use the Live Data page object
-
Manuel Leduc authored
- Update siblings.vm with a Live Data - Introduce a Live Data date pattern matcher to assert that cells have a content matching the YYYY/DD/MM HH:mm pattern - Introduce the sibling page object (SiblingsPage) - Introduce ViewersIT to test the page viewers, with a first test of the siblings
-
- Jun 08, 2021
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-18725: The extension index job only try to validate the most recent version in case of contrib extensions
-
Vincent Massol authored
* Add missing commas
-
Manuel Leduc authored
[Misc] Remove AbstractLiveDataConfigurationResolverTest and replace it with ConfigurationResolverTestDataProvider Remove tests inheritance and use a data provide class instead.
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Fix the "Remove the declaration of thrown exception 'java.lang.IllegalArgumentException' which is a runtime exception." error reported by SonarCloud
-
Vincent Massol authored
[Misc] Fix the "Call "dateFilter.isPresent()" before accessing the value." error reported by SonarCloud
-
Vincent Massol authored
[Misc] Fix the "Change the assertion arguments to not compare dissimilar types." error reported by SonarCloud
-
Hey @piis3 Sorry, but the Readme file had one grammar mistake. I took care of it in this. Sorry for making a PR for such a small thing but this was the first mistake I found out. I am figuring my way around the Repo. Thanks
-
- Jun 07, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
* Note that "xwiki-platform-annotation-core" tests were not checked for coverage, it's been fixed.
-
Manuel Leduc authored
- Explains why a call to the javascript window.scrollTo method is the best way to scroll - Documents why using XWikiWebDriver#scrollTo(int, int) is the best way to move to the top of the page - Documents why we stopped using a home page key press action to move the view to the top of the page in ApplicationClassEditPage
-
Manuel Leduc authored
* XWIKI-18676: Missing placeholder for the first load of a LD table Displays a loader: 1. in the Live Data macro: before vue and its dependencies are loaded client side 2. after vue has replaced the placeholder provided by the Live Data macro by its own template, and before the first layout and its dependencies are loaded client side Improve the loader css to make it more generic. Make the loader height configurable by introducing a dedicated less variable.
-
Simon Urli authored
* Fix unused import in new test
-
Vincent Massol authored
-
Manuel Leduc authored
- Provides a mock instead of null for IOUtils.copy second parameter - Fix a typo, steam replaced by stReam - Code style improvements
-