Branch: refs/heads/stable-16.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0129f8b70d46215964d50a573f342ed72a472f7c
https://github.com/xwiki/xwiki-platform/commit/0129f8b70d46215964d50a573f34…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/browser/BrowserContainerExecutor.java
Log Message:
-----------
[misc] Fix the realtime tests when running on CI (inside the xwiki/build Docker container with Jetty Standalone as servlet engine). In this case we shouldn't map the XWiki aliases to the Docker host but rather to the IP of the xwiki/build Docker container, but we need to determine it.
(cherry picked from commit 533156be684cb009378c054cef7812cb8b5af45a)
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: 533156be684cb009378c054cef7812cb8b5af45a
https://github.com/xwiki/xwiki-platform/commit/533156be684cb009378c054cef78…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/browser/BrowserContainerExecutor.java
Log Message:
-----------
[misc] Fix the realtime tests when running on CI (inside the xwiki/build Docker container with Jetty Standalone as servlet engine). In this case we shouldn't map the XWiki aliases to the Docker host but rather to the IP of the xwiki/build Docker container, but we need to determine it.
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: 3a81b6d6b560022511c19f901e3170bdfeff88f7
https://github.com/xwiki/xwiki-platform/commit/3a81b6d6b560022511c19f901e31…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 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
Log Message:
-----------
[Misc] LiveDataIT: wait for row counts before asserting them
This should avoid flickering due to Live Data not refreshing as
expected.
(cherry picked from commit b3b0715154551eae15ec3997a36f9373d019a5ff)
Commit: 9dd006e031977b1878af12844b9404c0a17ac0f8
https://github.com/xwiki/xwiki-platform/commit/9dd006e031977b1878af12844b94…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/AllIT.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PageReadyIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BaseElement.java
Log Message:
-----------
[Misc] Report the pending delays in UI tests when page loading times out
* Add a UI test to test that reporting works as expected.
(cherry picked from commit 1fc00525d1c9db1aa789045148e38c0528fe7885)
Compare: https://github.com/xwiki/xwiki-platform/compare/828fcb02c51e...9dd006e03197
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: b3b0715154551eae15ec3997a36f9373d019a5ff
https://github.com/xwiki/xwiki-platform/commit/b3b0715154551eae15ec3997a36f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 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
Log Message:
-----------
[Misc] LiveDataIT: wait for row counts before asserting them
This should avoid flickering due to Live Data not refreshing as
expected.
Commit: 1fc00525d1c9db1aa789045148e38c0528fe7885
https://github.com/xwiki/xwiki-platform/commit/1fc00525d1c9db1aa789045148e3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/AllIT.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PageReadyIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BaseElement.java
Log Message:
-----------
[Misc] Report the pending delays in UI tests when page loading times out
* Add a UI test to test that reporting works as expected.
Compare: https://github.com/xwiki/xwiki-platform/compare/90a587537b58...1fc00525d1c9
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2b703eaee10ded64041916a9b461fe454f8a1f5e
https://github.com/xwiki/xwiki-platform/commit/2b703eaee10ded64041916a9b461…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/database/DatabaseContainerExecutor.java
Log Message:
-----------
XWIKI-22259: Make XWiki TC-based tests work with MySQL 8.4 (LTS)
* Note: it also makes it work with Mysql 9.0
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: f3eb52a2c2f861bf25d8af96014e1fbb0c6c1a43
https://github.com/xwiki-contrib/ai-llm/commit/f3eb52a2c2f861bf25d8af96014e…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-06 (Sat, 06 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
Log Message:
-----------
LLMAI-94: Add support for computing embeddings internally
* Replace com.robrua.nlp with DJL (Deep Java Library) to load the "sentence-transformers/all-MiniLM-L6-v2" model due to poor performance on similarity search
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications