Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: 0b8752812b9a3a64313b8660f2580d74c9bc9536
https://github.com/xwiki-contrib/cristal/commit/0b8752812b9a3a64313b8660f25…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
A core/model/model-reference/model-reference-docs/package.json
A core/model/model-reference/model-reference-docs/src/DocsModelReferenceParser.ts
A core/model/model-reference/model-reference-docs/src/DocsModelReferenceSerializer.ts
A core/model/model-reference/model-reference-docs/src/index.ts
A core/model/model-reference/model-reference-docs/tsconfig.json
A core/model/model-reference/model-reference-docs/tsdoc.json
A core/model/model-reference/model-reference-docs/vite.config.ts
A core/model/model-remote-url/model-remote-url-docs/package.json
A core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-docs/src/index.ts
A core/model/model-remote-url/model-remote-url-docs/tsconfig.json
A core/model/model-remote-url/model-remote-url-docs/tsdoc.json
A core/model/model-remote-url/model-remote-url-docs/vite.config.ts
A core/model/model-remote-url/model-remote-url-docs/vitest.config.ts
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-docs/package.json
A core/navigation-tree/navigation-tree-docs/src/DocsNavigationTreeSource.ts
A core/navigation-tree/navigation-tree-docs/src/index.ts
A core/navigation-tree/navigation-tree-docs/tsconfig.json
A core/navigation-tree/navigation-tree-docs/tsdoc.json
A core/navigation-tree/navigation-tree-docs/vite.config.ts
A core/navigation-tree/navigation-tree-docs/vitest.config.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
A lib/src/default/docs.ts
M pnpm-lock.yaml
M web/public/config.json
Log Message:
-----------
url parsing and serializing
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: 7805ab0e2e8e2ea4b6529e537f1f514045d8744a
https://github.com/xwiki-contrib/cristal/commit/7805ab0e2e8e2ea4b6529e537f1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M core/backends/backend-docs/package.json
M core/backends/backend-docs/src/DocsWikiConfig.ts
M core/backends/backend-docs/src/docsStorage.ts
M core/backends/backend-docs/src/index.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M pnpm-lock.yaml
M web/package.json
M web/public/config.json
M web/src/index.ts
Log Message:
-----------
base of Docs backend + authentication
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: c1c9c0ff731e72233daaea662d29c8df9b1be0aa
https://github.com/xwiki-contrib/cristal/commit/c1c9c0ff731e72233daaea662d2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
A core/authentication/authentication-docs/package.json
A core/authentication/authentication-docs/src/DocsAuthenticationManager.ts
A core/authentication/authentication-docs/src/index.ts
A core/authentication/authentication-docs/tsconfig.json
A core/authentication/authentication-docs/tsdoc.json
A core/authentication/authentication-docs/vite.config.ts
A core/authentication/authentication-docs/vitest.config.ts
A core/backends/backend-docs/package.json
A core/backends/backend-docs/src/DocsWikiConfig.ts
A core/backends/backend-docs/src/docsStorage.ts
A core/backends/backend-docs/src/index.ts
A core/backends/backend-docs/tsconfig.json
A core/backends/backend-docs/tsdoc.json
A core/backends/backend-docs/vite.config.ts
A core/backends/backend-docs/vitest.config.ts
Log Message:
-----------
base of Docs backend + authentication
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fba0897deccc1359cfd5f0d7fb6d49cc593002e1
https://github.com/xwiki/xwiki-platform/commit/fba0897deccc1359cfd5f0d7fb6d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrConfiguration.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications