Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 8d01c2cfa6f7c06122360c21f706777a2451a7a6
https://github.com/xwiki-contrib/ai-llm/commit/8d01c2cfa6f7c06122360c21f706…
Author: Paul Pantiru <paulp2501(a)gmail.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/pom.xml
M application-ai-llm-authentication/application-ai-llm-authentication-ui/pom.xml
M application-ai-llm-authentication/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M application-ai-llm-index/pom.xml
M application-ai-llm-models/application-ai-llm-models-api/pom.xml
M application-ai-llm-models/application-ai-llm-models-internal/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-ai-llm-0.5.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: e29b2c9315cb1021be64501c94eed97a2fcbffc8
https://github.com/xwiki-contrib/ai-llm/commit/e29b2c9315cb1021be64501c94ee…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/pom.xml
M application-ai-llm-authentication/application-ai-llm-authentication-ui/pom.xml
M application-ai-llm-authentication/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M application-ai-llm-index/pom.xml
M application-ai-llm-models/application-ai-llm-models-api/pom.xml
M application-ai-llm-models/application-ai-llm-models-internal/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/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/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 0e01be12d2a3328474e30c87506de5956333ec03
https://github.com/xwiki-contrib/ai-llm/commit/0e01be12d2a3328474e30c87506d…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/pom.xml
M application-ai-llm-authentication/application-ai-llm-authentication-ui/pom.xml
M application-ai-llm-authentication/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M application-ai-llm-index/pom.xml
M application-ai-llm-models/application-ai-llm-models-api/pom.xml
M application-ai-llm-models/application-ai-llm-models-internal/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-ai-llm-0.5.2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 8c01345b1aa26b842c03e21cfa7ba1e6307c3eb5
https://github.com/xwiki-contrib/ai-llm/commit/8c01345b1aa26b842c03e21cfa7b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/CurrentUserCollection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollectionManager.java
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionResourceTest.java
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/rest/DefaultDocumentResourceTest.java
Log Message:
-----------
LLMAI-102: Collections created or updated through the REST API have guest as author
* Set the authors and also the creator for new collections when saving a collection.
* Adapt the tests for the REST API to verify that the author has been correctly set.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 7b9c03814b5a63b7117ca05777b38752c8a1e5e4
https://github.com/xwiki-contrib/ai-llm/commit/7b9c03814b5a63b7117ca05777b3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIChatModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/ChatMessage.java
Log Message:
-----------
LLMAI-100: Errors with some providers that don't ignore extra parameters
* Send stream_options only to OpenAI.
* Don't include the memory in the JSON output when it is null.
Commit: b9aa2bb1d2e024a2b88874eb2fe36d1a3c52f8fe
https://github.com/xwiki-contrib/ai-llm/commit/b9aa2bb1d2e024a2b88874eb2fe3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/aillm.js
M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/chatWidget.js
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/SolrConnector.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilter.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/AbstractChatRequestFilter.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/ChatModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/ChatRequestFilter.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/RequestError.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/FilteringOpenAIChatModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIChatModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIGPTAPIServer.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultChatCompletionsResource.java
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml
Log Message:
-----------
LLMAI-101: Improve error handling in chat completion requests
* Let RequestError inherit from IOException to make it easier to throw in different scenarios.
* Convert RequestError to an OpenAIError object and return that as JSON.
* Log the raw response when an error occurs.
* Display error messages in both chat UIs.
* Add the [DONE] marker to the end of the stream to fix error handling in the chat UI.
* Properly handle [DONE] markers in the standalone chat API.
* Better error log when embedding fails as part of the context search.
Compare: https://github.com/xwiki-contrib/ai-llm/compare/346864ab1350...b9aa2bb1d2e0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 8947d00ad338ca1f770db7a1bfc9429fef8e416f
https://github.com/xwiki-contrib/ai-llm/commit/8947d00ad338ca1f770db7a1bfc9…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocumentTest.java
Log Message:
-----------
LLMAI-99: Pages with non-consecutive object numbers cannot be indexed
* Let the test actually test null objects.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 1e6a7721750372c101f921065fc49091bb5465ed
https://github.com/xwiki-contrib/ai-llm/commit/1e6a7721750372c101f921065fc4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocument.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/resources/ApplicationResources.properties
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocumentTest.java
Log Message:
-----------
LLMAI-99: Pages with non-consecutive object numbers cannot be indexed
* Add a heading based on the XClass reference
* Exclude null objects
* Protect against missing XClass
Commit: 92a6c18a650a3daba54a8ecc778311c7ce869dd2
https://github.com/xwiki-contrib/ai-llm/commit/92a6c18a650a3daba54a8ecc7783…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocument.java
Log Message:
-----------
LLMAI-99: Pages with non-consecutive object numbers cannot be indexed
* Also exclude empty property values from indexing.
Compare: https://github.com/xwiki-contrib/ai-llm/compare/d3b1bab8ab79...92a6c18a650a
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 39fdfa38e309b199c591f28d178cd4a4a78d2b8c
https://github.com/xwiki/xwiki-platform/commit/39fdfa38e309b199c591f28d178c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue
Log Message:
-----------
XWIKI-22318: 'Is enabled' Notifications Custom filter doesn't keep it's value after page refresh
* Refactor FilterBoolean so that it's closer to the implementation of
FilterList since they share same principle of using selectize
* Cover the usecase inside the integration test
(cherry picked from commit b568134fcba86e13842bc5272ce1acbd020cd25f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f8cbf2310deb90b07f15920dd1ae02ba5deda2bb
https://github.com/xwiki/xwiki-platform/commit/f8cbf2310deb90b07f15920dd1ae…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue
Log Message:
-----------
XWIKI-22115: Filter boxes for Notifications Custom Filters LiveData are displayed in larger size in Chrome and Edge
* Adjust the styles of boolean filters to match those of list filters.
(cherry picked from commit df0baae087cc1208fb5be0d3921c06ddd6243868)
Commit: 6c0883fb5d7f5b6572c52cb21b6c8c046c5f5bea
https://github.com/xwiki/xwiki-platform/commit/6c0883fb5d7f5b6572c52cb21b6c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue
Log Message:
-----------
XWIKI-22318: 'Is enabled' Notifications Custom filter doesn't keep it's value after page refresh
* Refactor FilterBoolean so that it's closer to the implementation of
FilterList since they share same principle of using selectize
* Cover the usecase inside the integration test
(cherry picked from commit b568134fcba86e13842bc5272ce1acbd020cd25f)
Compare: https://github.com/xwiki/xwiki-platform/compare/6c9132dc2194...6c0883fb5d7f
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: b568134fcba86e13842bc5272ce1acbd020cd25f
https://github.com/xwiki/xwiki-platform/commit/b568134fcba86e13842bc5272ce1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue
Log Message:
-----------
XWIKI-22318: 'Is enabled' Notifications Custom filter doesn't keep it's value after page refresh
* Refactor FilterBoolean so that it's closer to the implementation of
FilterList since they share same principle of using selectize
* Cover the usecase inside the integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fa03de501cca0c8c119c738384b10a392fcb8fe1
https://github.com/xwiki/xwiki-platform/commit/fa03de501cca0c8c119c738384b1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/email/AbstractMimeMessageIterator.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/test/java/org/xwiki/notifications/notifiers/internal/email/DefaultPeriodicMimeMessageIteratorTest.java
Log Message:
-----------
XWIKI-20187: The TOC in notifications emails displays "$title" instead of the actual page title
* Use proper context user to evaluate email template
(cherry picked from commit fc688b1bbedce6675d48eeda9f47b4d389f14575)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6c9132dc2194d027d8d75106419280fa41c30093
https://github.com/xwiki/xwiki-platform/commit/6c9132dc2194d027d8d751064192…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/email/AbstractMimeMessageIterator.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/test/java/org/xwiki/notifications/notifiers/internal/email/DefaultPeriodicMimeMessageIteratorTest.java
Log Message:
-----------
XWIKI-20187: The TOC in notifications emails displays "$title" instead of the actual page title
* Use proper context user to evaluate email template
(cherry picked from commit fc688b1bbedce6675d48eeda9f47b4d389f14575)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: fc688b1bbedce6675d48eeda9f47b4d389f14575
https://github.com/xwiki/xwiki-platform/commit/fc688b1bbedce6675d48eeda9f47…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/email/AbstractMimeMessageIterator.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/test/java/org/xwiki/notifications/notifiers/internal/email/DefaultPeriodicMimeMessageIteratorTest.java
Log Message:
-----------
XWIKI-20187: The TOC in notifications emails displays "$title" instead of the actual page title
* Use proper context user to evaluate email template
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications