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 -----
  • September
  • 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]

September 2026

  • 1 participants
  • 2199 discussions
[xwiki/.github] f2b8fd: [Misc] Do not fail a pull request on a SonarCloud ...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/.github Commit: f2b8fde11e44022e251caf8e4ba795df4a1e9a6d https://github.com/xwiki/.github/commit/f2b8fde11e44022e251caf8e4ba795df4a1… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M .github/workflows/quality-pr.yml Log Message: ----------- [Misc] Do not fail a pull request on a SonarCloud web API failure * Read the body of a failed call: urllib raises on the status line alone, so the 404 that made xwiki-commons pull request 1996 red said nothing about which component SonarCloud could not find. * Try a transport failure and a 5xx again, three times, rather than turning a passing analysis into a red required check. * Treat a 404 from `/api/sources/lines` as "SonarCloud has no word on which lines this pull request wrote" instead of crashing: the file's issues are listed among the inherited ones and a warning names it, since this verdict blames a line only on SonarCloud's own isNew flag. * Report a call that fails anyway as an error naming the call and the answer, not as a Python traceback the pull request author can do nothing with. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Commit: 3a14e6c092d2a809909804573c24b23a37274ead https://github.com/xwiki/.github/commit/3a14e6c092d2a809909804573c24b23a372… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M .github/workflows/quality-pr.yml Log Message: ----------- Merge pull request #2 from xwiki/misc-survive-a-sonarcloud-api-failure [Misc] Do not fail a pull request on a SonarCloud web API failure Compare: https://github.com/xwiki/.github/compare/ceb835eeeaac...3a14e6c092d2 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/.github/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24077: Replace the Tour app with the Guided Tour application
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[xwiki/.github] f2b8fd: [Misc] Do not fail a pull request on a SonarCloud ...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/misc-survive-a-sonarcloud-api-failure Home: https://github.com/xwiki/.github Commit: f2b8fde11e44022e251caf8e4ba795df4a1e9a6d https://github.com/xwiki/.github/commit/f2b8fde11e44022e251caf8e4ba795df4a1… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M .github/workflows/quality-pr.yml Log Message: ----------- [Misc] Do not fail a pull request on a SonarCloud web API failure * Read the body of a failed call: urllib raises on the status line alone, so the 404 that made xwiki-commons pull request 1996 red said nothing about which component SonarCloud could not find. * Try a transport failure and a 5xx again, three times, rather than turning a passing analysis into a red required check. * Treat a 404 from `/api/sources/lines` as "SonarCloud has no word on which lines this pull request wrote" instead of crashing: the file's issues are listed among the inherited ones and a warning names it, since this verdict blames a line only on SonarCloud's own isNew flag. * Report a call that fails anyway as an error naming the call and the answer, not as a Python traceback the pull request author can do nothing with. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/.github/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-436: Add a direct "Edit" button on each page entry in the "All Changes" panel
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24993: The anchor of a link to another page is dropped from the URL unless a query string is also set
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[xwiki/xwiki-dev-llm] dde37d: [Misc] Point the pull request skill at the org lev...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/pr-template-location Home: https://github.com/xwiki/xwiki-dev-llm Commit: dde37d6d4a0d8a543849dd62f0808f2602d45013 https://github.com/xwiki/xwiki-dev-llm/commit/dde37d6d4a0d8a543849dd62f0808… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Point the pull request skill at the org level PR template * xwiki-platform, xwiki-commons and xwiki-rendering carry no .github/pull_request_template.md: the template GitHub applies comes from the org level xwiki/.github repository, and gh pr create --body-file does not insert it * give the gh command which fetches it, and state that its headings and their levels must be kept * mention the "Backport on branches:" bullet the template actually has Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] dbfcf5: XCOMMONS-3799: The artifact id of a core extension...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/XCOMMONS-3799 Home: https://github.com/xwiki/xwiki-commons Commit: dbfcf5ced28209337a1d0f18efdee9d060a3af1d https://github.com/xwiki/xwiki-commons/commit/dbfcf5ced28209337a1d0f18efdee… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/main/java/org/xwiki/extension/maven/internal/MavenUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/test/java/org/xwiki/extension/maven/internal/converter/MavenUtilsTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScanner.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScannerTest.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/resources/rawpom/META-INF/maven/rawgroupid/rawartifactid/pom.xml Log Message: ----------- XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved * Resolve the group id and the artifact id of a core extension from the location of the descriptor when the pom.xml embedded in the JAR does not provide usable ones * Ignore a Maven descriptor whose identifier cannot be resolved, instead of registering a core extension with an identifier which can never be resolved on a remote repository * Stop looping forever when the version of a model is a reference to the version of the project itself * Only parse a value as a Maven property reference when it's a well formed "${...}" * Raise the JaCoCo ratios following the new tests Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24993: The anchor of a link to another page is dropped from the URL unless a query string is also set
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[xwiki/xwiki-commons] 8e3506: XCOMMONS-3799: The artifact id of a core extension...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/XCOMMONS-3799 Home: https://github.com/xwiki/xwiki-commons Commit: 8e3506e885cfb765d1348fb8e2d70d3d9457520d https://github.com/xwiki/xwiki-commons/commit/8e3506e885cfb765d1348fb8e2d70… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/main/java/org/xwiki/extension/maven/internal/MavenUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/test/java/org/xwiki/extension/maven/internal/converter/MavenUtilsTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScanner.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScannerTest.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/resources/rawpom/META-INF/maven/rawgroupid/rawartifactid/pom.xml Log Message: ----------- XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved * Resolve the group id and the artifact id of a core extension from the location of the descriptor when the pom.xml embedded in the JAR does not provide usable ones * Ignore a Maven descriptor whose identifier cannot be resolved, instead of registering a core extension with an identifier which can never be resolved on a remote repository * Stop looping forever when the version of a model is a reference to the version of the project itself * Only parse a value as a Maven property reference when it's a well formed "${...}" * Raise the JaCoCo ratios following the new tests Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • ...
  • 220
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.