Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: f060ccacff340b8248120c0465008877107073f6
https://github.com/xwiki-contrib/application-ai-llm/commit/f060ccacff340b82…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIChatModel.java
Log Message:
-----------
LLMAI-45: Create a new Java API for chat models
* Avoid a double slash in the chat completions URL.
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: de98ed87289e6161ab43db4774595ce6c58b215b
https://github.com/xwiki-contrib/cristal/commit/de98ed87289e6161ab43db47745…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
M api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/milkdown/package.json
M editors/wikitext/package.json
M electron/main/package.json
M electron/preload/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M storage/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Remove all version ranges
Commit: 65e723e674bcaeb91f033f5917a6188cbf708662
https://github.com/xwiki-contrib/cristal/commit/65e723e674bcaeb91f033f5917a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update transitive dependencies
Compare: https://github.com/xwiki-contrib/cristal/compare/32d999739514...65e723e674bc
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 1747a2378094724458613502f8d18beda7cc592f
https://github.com/xwiki/xwiki-platform/commit/1747a2378094724458613502f8d1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
A .github/labeler.yml
A .github/workflows/labeler.yml
Log Message:
-----------
[Misc] Use labeller to backport translations
* Use a github action to automatically put backport labels on weblate
pull requests
Branch: refs/heads/WORDNOTIF-12
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: fd419a4d9c1a4425a21650fcf74a51c19e841f68
https://github.com/xwiki-contrib/application-notification-word/commit/fd419…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-03 (Sat, 03 Feb 2024)
Changed paths:
M application-notification-word-default/src/checkstyle/checkstyle-suppressions.xml
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/EmailTemplateRenderer.java
M application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsEventDisplayer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsNotificationEmailRenderer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/PerQueryCompositeEventGroupingStrategy.java
M application-notification-word-default/src/main/resources/META-INF/components.txt
R application-notification-word-default/src/main/resources/templates/notificationWord/notification.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/alert.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.html.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.plain.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/macros.vm
M application-notification-word-default/src/test/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsEventDisplayerTest.java
Log Message:
-----------
WORDNOTIF-12: Event description from the notifications mail is displayed as a string
* Start work on mail notification rendering
Branch: refs/heads/WORDNOTIF-12
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: 922299de59bcfdaa13823e3853103d5cc790b2d7
https://github.com/xwiki-contrib/application-notification-word/commit/92229…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-03 (Sat, 03 Feb 2024)
Changed paths:
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/EmailTemplateRenderer.java
M application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsEventDisplayer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsNotificationEmailRenderer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/PerQueryCompositeEventGroupingStrategy.java
M application-notification-word-default/src/main/resources/META-INF/components.txt
R application-notification-word-default/src/main/resources/templates/notificationWord/notification.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/alert.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.html.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.plain.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/macros.vm
Log Message:
-----------
WORDNOTIF-12: Event description from the notifications mail is displayed as a string
* Start work on mail notification rendering