lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

July 2024

  • 1 participants
  • 1389 discussions
[xwiki/xwiki-platform] 0129f8: [misc] Fix the realtime tests when running on CI (...
by XWiki Notifications 08 Jul '24

08 Jul '24
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
1 0
0 0
[xwiki/xwiki-platform] 533156: [misc] Fix the realtime tests when running on CI (...
by XWiki Notifications 08 Jul '24

08 Jul '24
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
1 0
0 0
[xwiki/xwiki-platform] 1eac2d: [Misc] Remove deplicated dependency
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 1eac2d5a0afabedceadd04abea1b0e73e6d1821d https://github.com/xwiki/xwiki-platform/commit/1eac2d5a0afabedceadd04abea1b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-webjar/pom.xml Log Message: ----------- [Misc] Remove deplicated dependency (cherry picked from commit 391238a785963782380b5c87936333d17043dfdb) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 3a81b6: [Misc] LiveDataIT: wait for row counts before asse...
by XWiki Notifications 08 Jul '24

08 Jul '24
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
1 0
0 0
[xwiki/xwiki-platform] b3b071: [Misc] LiveDataIT: wait for row counts before asse...
by XWiki Notifications 08 Jul '24

08 Jul '24
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
1 0
0 0
[xwiki/xwiki-platform] 2b703e: XWIKI-22259: Make XWiki TC-based tests work with M...
by XWiki Notifications 08 Jul '24

08 Jul '24
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
1 0
0 0
[xwiki/xwiki-docker] 0ecfd0: [Misc] Reorganize the TOC + update to latest versi...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 0ecfd00f371b5dd2158da16540b59fbab4643ee8 https://github.com/xwiki/xwiki-docker/commit/0ecfd00f371b5dd2158da16540b59f… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M README.md Log Message: ----------- [Misc] Reorganize the TOC + update to latest versions of MySQL + fix typos To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-94: Add support for computing embeddings internally
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[xwiki-contrib/ai-llm] f3eb52: LLMAI-94: Add support for computing embeddings int...
by XWiki Notifications 06 Jul '24

06 Jul '24
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
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22270: Display links to anchors in view mode on hover
by XWiki Notifications 06 Jul '24

06 Jul '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • ...
  • 139
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.