-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XWIKI-22791: Costly and unconditional tag cloud computation done for all live table requests using the default source #3875
base: master
Are you sure you want to change the base?
Conversation
…all live table requests using the default source
@douakli If you couldn't execute any automatic test, have you at least manually confirmed that LiveTable still works with these changes and that it still has the intended effect? |
Livetable still works with the example from the documentation.
I now realize I did not check what happens when the tagcloud option is absent in the livetable macro itself. |
So what I'm asking for is a basic (manual) test to confirm that:
|
This PR needs a new Jira issue as the previous changes will be released in XWiki 17.1.0RC1 today. I've closed the original Jira issue. |
As the original fix has been part of several releases now I'm not sure if this is still needed. Further, this needs testing as I think this re-introduces the original issue for Live Data. I've therefore marked the PR as a draft @douakli. Feel free to close it if you think it isn't needed anymore or to mark it again as ready for review after performing the requested tests. |
Jira URL
https://jira.xwiki.org/browse/XWIKI-22791
Changes
Description
This PR makes the LiveTableResultsMacros page behave as it did before (build the tagcloud anyway) when the
tagcloud
query parameter is absent.Executed Tests
mvn clean install -Pquality,integration-tests,docker
ran on modules:I haven't been able to run any docker test due to the following error:
Expected merging strategy