cognee/cognee
Vasilije 4db41ca1da
fix: Ensure consistent data storage by explicitly using \n for newlines when storing files (#1601)
<!-- .github/pull_request_template.md -->

## Description
<!--
Please provide a clear, human-generated description of the changes in
this PR.
DO NOT use AI-generated descriptions. We want to understand your thought
process and reasoning.
-->

`LocalFileStorage.store(...)` when storing strings, uses system defaults
for newlines.

It is universally `\n` in Unix and MacOS, but for Windows by default its
`\r\n` (ancient Windows standard)

This results in hash mismatch, although content is identical.

Windows can work with `\n`, so this PR explicitly uses `\n` for newline
encoding

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Screenshots/Videos (if applicable)
<!-- Add screenshots or videos to help explain your changes -->

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [ ] **I have tested my changes thoroughly before submitting this PR**
- [ ] **This PR contains minimal changes necessary to address the
issue/feature**
- [ ] My code follows the project's coding standards and style
guidelines
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if applicable)
- [ ] All new and existing tests pass
- [ ] I have searched existing PRs to ensure this change hasn't been
submitted already
- [ ] I have linked any relevant issues in the description
- [ ] My commits have clear and descriptive messages

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-10-22 21:04:42 +02:00
..
api fix: Refactor web parsing (#1575) 2025-10-22 19:09:19 +02:00
cli Merge branch 'dev' into feat/mcp-add-support-for-non-standalone-mode 2025-10-12 13:57:55 +02:00
eval_framework refactor: Add proper pip install command for optional extras 2025-09-25 13:55:01 +02:00
exceptions Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
infrastructure fix: Ensure consistent data storage by explicitly using \n for newlines when storing files (#1601) 2025-10-22 21:04:42 +02:00
modules Chore: update deprecated exceptions (#1586) 2025-10-22 21:04:29 +02:00
shared Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
tasks Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
tests fix: Refactor web parsing (#1575) 2025-10-22 19:09:19 +02:00
__init__.py refactor: Add test for updating of docs and visualization 2025-09-30 18:12:22 +02:00
__main__.py added files 2025-07-26 18:14:19 +02:00
base_config.py fix: ruff formatting error 2025-09-19 17:55:08 +02:00
context_global_variables.py ruff format 2025-10-21 23:02:25 +01:00
get_token.py
low_level.py
pipelines.py
root_dir.py fix: Add S3 URL handling in ensure_absolute_path function (#1438) 2025-09-18 11:47:34 +02:00
version.py refactor: Name local cognee version local instead of dev 2025-06-30 13:24:51 +02:00