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
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 30004dd444ef9e6aa70d30f925cc86242a0cb0e7
https://github.com/xwiki-contrib/cristal/commit/30004dd444ef9e6aa70d30f925c…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
A .changeset/smooth-pigs-walk.md
Log Message:
-----------
docs(changeset): Cristal 0.8 Release
Commit: 50fd5b1afb7ac609959d94ec9a70cfa25b248574
https://github.com/xwiki-contrib/cristal/commit/50fd5b1afb7ac609959d94ec9a7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
R .changeset/smooth-pigs-walk.md
M api/CHANGELOG.md
M api/package.json
A core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
A core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
A core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
A core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
A ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
A editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
A electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M storage/CHANGELOG.md
M storage/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
RELEASING: Releasing 31 package(s)
Releases:
@xwiki/cristal-api@0.8.0
@xwiki/cristal-browser-api@0.8.0
@xwiki/cristal-browser-default@0.8.0
@xwiki/cristal-icons@0.8.0
@xwiki/cristal-link-suggest-api@0.8.0
@xwiki/cristal-link-suggest-xwiki@0.8.0
@xwiki/cristal-dev-config@0.8.0
@xwiki/cristal-dsapi@0.8.0
@xwiki/cristal-dsfr@0.8.0
@xwiki/cristal-dsshoelace@0.8.0
@xwiki/cristal-dsvuetify@0.8.0
@xwiki/cristal-editors-tiptap@0.8.0
@xwiki/cristal-electron@0.8.0
@xwiki/cristal-browser-electron@0.8.0
@xwiki/cristal-electron-main@0.8.0
@xwiki/cristal-electron-preload@0.8.0
@xwiki/cristal-electron-renderer@0.8.0
@xwiki/cristal-electron-storage@0.8.0
@xwiki/cristal-extension-manager@0.8.0
@xwiki/cristal-extension-menubuttons@0.8.0
@xwiki/cristal-lib@0.8.0
@xwiki/cristal-macros@0.8.0
@xwiki/cristal-rendering@0.8.0
@xwiki/cristal-rendering-wikimodel@0.8.0
@xwiki/cristal-sharedworker-api@0.8.0
@xwiki/cristal-sharedworker-impl@0.8.0
@xwiki/cristal-skin@0.8.0
@xwiki/cristal-sources-xwiki-mock-server@0.8.0
@xwiki/cristal-storage@0.8.0
@xwiki/cristal-web@0.8.0
@xwiki/cristal-xwiki-remoteinlineeditor@0.8.0
[skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/5769a37a85b4...50fd5b1afb7a
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications