Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: cbede5aa356f5215f92d466c0a7ed3fa46e8534a
https://github.com/xwiki/xwiki-platform/commit/cbede5aa356f5215f92d466c0a7e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/main/resources/XWiki/SearchSuggestCode.xml
Log Message:
-----------
XWIKI-22185: Solr suggest does not work, no suggestions result
* Only return JSON in SearchSuggestCode when called with /get/
(cherry picked from commit 13960d8a0fa960d94e329f3d2fb0f8cf4c3dc6d8)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 3aeed2e0a1d972c07441a0d7c8a4f14f3711a3d4
https://github.com/xwiki-contrib/ai-llm/commit/3aeed2e0a1d972c07441a0d7c8a4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/IndexTaskConsumer.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/IndexWorker.java
Log Message:
-----------
LLMAI-81: Indexing isn't cluster-aware
* Simplify the code
* Introduce constants for component names
* Only trigger indexing for local events
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: 66c034a48472bf2ef927c9e46a4dcb661fc0b9f8
https://github.com/xwiki-contrib/jira/commit/66c034a48472bf2ef927c9e46a4dcb…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M jira-api/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: 8377d8daf9ed3b5383fb2f6561322d50e72dc1f9
https://github.com/xwiki-contrib/jira/commit/8377d8daf9ed3b5383fb2f6561322d…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M jira-api/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jira-9.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: aa997a68f0b1b424880915ad317d4cfc3b59d951
https://github.com/xwiki-contrib/jira/commit/aa997a68f0b1b424880915ad317d4c…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M jira-api/pom.xml
M jira-api/src/main/java/org/xwiki/contrib/jira/script/JiraScriptService.java
A jira-api/src/test/java/org/xwiki/contrib/jira/script/JiraScriptServiceTest.java
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-api/src/main/java/org/xwiki/contrib/jira/config/JIRAServer.java
A jira-config/jira-config-api/src/test/java/org/xwiki/contrib/jira/config/internal/JIRAServerTest.java
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/pom.xml
M pom.xml
Log Message:
-----------
JIRA-56: Upgrade to JIRA REST API Client 5.2.7
Commit: a431c7e3f02032531376c3e1ea91b4b189a34f3b
https://github.com/xwiki-contrib/jira/commit/a431c7e3f02032531376c3e1ea91b4…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M README.md
M jira-test/jira-test-docker/src/test/it/org/xwiki/contrib/jira/test/ui/JIRAMacroIT.java
M pom.xml
Log Message:
-----------
JIRA-56: Upgrade to JIRA REST API Client 5.2.7
* Fix tests by upgrading the minimal XWiki version required
Compare: https://github.com/xwiki-contrib/jira/compare/638597781a7a...a431c7e3f020
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/feat-move-watch-button
Home: https://github.com/xwiki/xwiki-platform
Commit: e632e645f280d0c2a60cb7f208bcd0b0dfa05993
https://github.com/xwiki/xwiki-platform/commit/e632e645f280d0c2a60cb7f208bc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationWatchButtonElement.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide page object and fix integration tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications