Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 76006e9a6401f0b260196b6a4dc58d0fe9ad2236
https://github.com/xwiki-contrib/application-ai-llm/commit/76006e9a6401f0b2…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Collection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/CollectionManager.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/main/java/org/xwiki/contrib/llm/script/CollectionManagerScriptService.java
Log Message:
-----------
LLMAI-51: Code refactoring
* Re-added API methods for creating and deleting collections
Branch: refs/heads/XWIKI-21738
Home: https://github.com/xwiki/xwiki-platform
Commit: fbafb48590f30fc62f93d34d94ecdb5b81fc5e49
https://github.com/xwiki/xwiki-platform/commit/fbafb48590f30fc62f93d34d94ec…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DocumentMovedListener.java
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceConfiguration.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStore.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R140401000XWIKI15460DataMigration.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R160000001XWIKI21738DataMigration.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/DocumentMovedListenerTest.java
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceConfigurationTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStoreTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/migration/R140401000XWIKI15460DataMigrationTest.java
Log Message:
-----------
XWIKI-21738: Remove uselocastore/usemainstore configurations for better maintenance
Start refactoring by removing entirely
NotificationFilterPreferenceConfiguration since it's now useless. Remove
also calls to useMainStore/useLocalStore where needed and fix tests.
Started to define migration but not implemted yet.
WIP: migration not yet impleemnted and coverage failing.
Commit: 769be9dfced1f761797d5e9009a410372e6722f8
https://github.com/xwiki/xwiki-platform/commit/769be9dfced1f761797d5e9009a4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R160000001XWIKI21738DataMigration.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-21738: Remove uselocastore/usemainstore configurations for better maintenance
* Provide migration of filters
WIP: coverage still failing
Commit: ef877d5bca76f4cd7e98000d17c4d72848ab1eac
https://github.com/xwiki/xwiki-platform/commit/ef877d5bca76f4cd7e98000d17c4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-21738: Remove uselocastore/usemainstore configurations for better maintenance
* Remove options from configuration
Commit: 9d2134e064d29d06b43b569f71470768c6ac4d3d
https://github.com/xwiki/xwiki-platform/commit/9d2134e064d29d06b43b569f7147…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R160000001XWIKI21738DataMigration.java
Log Message:
-----------
XWIKI-21738: Remove uselocastore/usemainstore configurations for better maintenance
* Fix migration issue
Compare: https://github.com/xwiki/xwiki-platform/compare/a22992c392d4...9d2134e064d2
Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: a68f7d7881c14693db00597e3ccdf3510e248e7f
https://github.com/xwiki-contrib/application-ai-llm/commit/a68f7d7881c14693…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIEmbeddingModel.java
Log Message:
-----------
LLMAI-38: Support for embedding models
* Provide more helpful messages when an embedding request fails.
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c2d6f789ec97e37096a53bb30f294f53f209767f
https://github.com/xwiki/xwiki-platform/commit/c2d6f789ec97e37096a53bb30f29…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java
Log Message:
-----------
XWIKI-21802: Notification filters related to subwiki are lost
* Use the right serializer for performing comparison: compactwiki only
works if the wiki reference is set, here we need a local serializer
since we never want the wiki reference
(cherry picked from commit a00a3947b938fd300b6610003b54e06bae77c834)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a00a3947b938fd300b6610003b54e06bae77c834
https://github.com/xwiki/xwiki-platform/commit/a00a3947b938fd300b6610003b54…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java
Log Message:
-----------
XWIKI-21802: Notification filters related to subwiki are lost
* Use the right serializer for performing comparison: compactwiki only
works if the wiki reference is set, here we need a local serializer
since we never want the wiki reference
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 6df7ced6c9ce5593efbff6c3b38b5a1c2bc40a7d
https://github.com/xwiki-contrib/confluence/commit/6df7ced6c9ce5593efbff6c3…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration