Organisationsmirageirminpull/2400Build History

Build History for pull/2400

Builds (6)
Fix irmin-client and irmin-server for Node type changes - Add inline_contents_max_bytes to client Repo (returns 0) - Simplify Node.merge type in client (key instead of key * key list) - Simplify node_with_inlined type alias in server (key instead of key * key list) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7d0e70
Fix irmin-client and irmin-server for Node type changes - Add inline_contents_max_bytes to client Repo (returns 0) - Simplify Node.merge type in client (key instead of key * key list) - Simplify node_with_inlined type alias in server (key instead of key * key list) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f1f18b
Add test for zero inline threshold Verify that inline_contents_max_bytes=0 with inline_contents=true correctly disables inlining. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
b736af
Update inline contents design documentation Clarify that inline_contents_max_bytes is configurable and document the validation process added for this configuration parameter. Adds: - Example configuration code - Configuration validation section - Updated testing section to include validation tests - Clarification that the threshold can be customized per repository Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
30b8b6
Add edge case tests for inline_contents_max_bytes Add tests for boundary conditions of the inline_contents_max_bytes configuration: 1. Zero threshold: Verifies that threshold=0 properly disables inlining 2. Large threshold: Verifies that large but valid thresholds work correctly These tests ensure robust handling of edge cases and complement the existing validation test for negative values. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
110ee2
Add edge case tests for inline_contents_max_bytes Add tests for boundary conditions of the inline_contents_max_bytes configuration: 1. Zero threshold: Verifies that threshold=0 properly disables inlining 2. Large threshold: Verifies that large but valid thresholds work correctly These tests ensure robust handling of edge cases and complement the existing validation test for negative values. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
09e0a6