Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8c30d7cc8fe024abd94f481759caa15c72bcb830
https://github.com/xwiki/xwiki-platform/commit/8c30d7cc8fe024abd94f481759ca…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/TableLayoutElement.java
Log Message:
-----------
[Misc] Fix test failures on Chrome in LiveDataIT
* Click on the left of the heading to avoid clicking on the date picker
popup.
(cherry picked from commit aaaa0bff4d42befc74051e5238ffa88a54894a29)
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: aaaa0bff4d42befc74051e5238ffa88a54894a29
https://github.com/xwiki/xwiki-platform/commit/aaaa0bff4d42befc74051e5238ff…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/TableLayoutElement.java
Log Message:
-----------
[Misc] Fix test failures on Chrome in LiveDataIT
* Click on the left of the heading to avoid clicking on the date picker
popup.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3232-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0504d2b0ef8cb623830d4f26bee667ab85306a9c
https://github.com/xwiki/xwiki-platform/commit/0504d2b0ef8cb623830d4f26bee6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java
Log Message:
-----------
XWIKI-17548: Extensions validation error in Respository Application (#3232)
(cherry picked from commit fc3af6f48570efcc505297b4a070f6abca2fb71b)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3232-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 76c416db758a0d0efe7f323e91e318db78ddf8a0
https://github.com/xwiki/xwiki-platform/commit/76c416db758a0d0efe7f323e91e3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java
Log Message:
-----------
XWIKI-17548: Extensions validation error in Respository Application (#3232)
(cherry picked from commit fc3af6f48570efcc505297b4a070f6abca2fb71b)
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: a1dece19780b3a87a320cac194599c2abec1f6e7
https://github.com/xwiki-contrib/ai-llm/commit/a1dece19780b3a87a320cac19459…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/script/CollectionManagerScriptService.java
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsTranslations.xml
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/WebHome.xml
Log Message:
-----------
LLMAI-73: Implement a separate indexing queue with a UI for its status
* Display the indexing queue size on the collections page.
Commit: 7682e79799477ef86172a131b57583655172b403
https://github.com/xwiki-contrib/ai-llm/commit/7682e79799477ef86172a131b575…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Chunk.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
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/DocumentIndexer.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/EmbeddingModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelConfiguration.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelWikiObjectComponentBuilder.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIEmbeddingModel.java
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsClass.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsSheet.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsTranslations.xml
Log Message:
-----------
LLMAI-73: Implement a separate indexing queue with a UI for its status
* Embed a configurable number of chunks from the same document at once.
Compare: https://github.com/xwiki-contrib/ai-llm/compare/075b2f21a24a...7682e7979947
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 7612996b8d5abb8c5246fe54b5e05aae551547f7
https://github.com/xwiki/xwiki-commons/commit/7612996b8d5abb8c5246fe54b5e05…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java
Log Message:
-----------
XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one
(cherry picked from commit 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: b92ac222b6bafff6eec7cc8a7b89857bf076ab3f
https://github.com/xwiki/xwiki-commons/commit/b92ac222b6bafff6eec7cc8a7b898…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java
Log Message:
-----------
XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one
(cherry picked from commit 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9
https://github.com/xwiki/xwiki-commons/commit/7c4fbd92ba2323d90634c40e4021f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java
Log Message:
-----------
XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: 005a3e83d3f637b8c92141aa9321d8e9dfb42889
https://github.com/xwiki/xwiki-docker/commit/005a3e83d3f637b8c92141aa9321d8…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M 14/postgres-tomcat/xwiki/docker-entrypoint.sh
M 15/postgres-tomcat/xwiki/docker-entrypoint.sh
M 16.4/postgres-tomcat/xwiki/docker-entrypoint.sh
M 16/postgres-tomcat/xwiki/docker-entrypoint.sh
M template/xwiki/docker-entrypoint.sh
Log Message:
-----------
XDOCKER-152: Does not work if database name is not xwiki
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications