Commit graph

2958 commits

Author SHA1 Message Date
Mohammad
5fa5bfa682 feat: add support for AWS session token in S3 configuration 2025-09-10 14:11:00 +02:00
Vasilije
8b6aaff554
chore(deps): bump the pip group across 2 directories with 1 update (#1308)
Updates the requirements on and [pypdf](https://github.com/py-pdf/pypdf)
to permit the latest version.
Updates `pypdf` to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/py-pdf/pypdf/releases">pypdf's
releases</a>.</em></p>
<blockquote>
<h2>Version 6.0.0, 2025-08-11</h2>
<h2>What's new</h2>
<h3>Security (SEC)</h3>
<ul>
<li>Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>Deprecations (DEP)</h3>
<ul>
<li>Drop Python 3.8 support (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3412">#3412</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>New Features (ENH)</h3>
<ul>
<li>Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)
by <a href="https://github.com/j-t-1"><code>@​j-t-1</code></a></li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)
by <a
href="https://github.com/badGarnet"><code>@​badGarnet</code></a></li>
</ul>
<h3>Developer Experience (DEV)</h3>
<ul>
<li>Update code style related libraries (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3414">#3414</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
<li>Update mypy to 1.17.0 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3413">#3413</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
<li>Stop testing on Python 3.8 and start testing on Python 3.14 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3411">#3411</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0">Full
Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md">pypdf's
changelog</a>.</em></p>
<blockquote>
<h2>Version 6.0.0, 2025-08-11</h2>
<h3>Security (SEC)</h3>
<ul>
<li>Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)</li>
</ul>
<h3>Deprecations (DEP)</h3>
<ul>
<li>Drop Python 3.8 support (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3412">#3412</a>)</li>
</ul>
<h3>New Features (ENH)</h3>
<ul>
<li>Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)</li>
</ul>
<h3>Developer Experience (DEV)</h3>
<ul>
<li>Update code style related libraries (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3414">#3414</a>)</li>
<li>Update mypy to 1.17.0 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3413">#3413</a>)</li>
<li>Stop testing on Python 3.8 and start testing on Python 3.14 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3411">#3411</a>)</li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0">Full
Changelog</a></p>
<h2>Version 5.9.0, 2025-07-27</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Automatically preserve links in added pages (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3298">#3298</a>)</li>
<li>Allow writing/updating all properties of an embedded file (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3374">#3374</a>)</li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Fix XMP handling dropping indirect references (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3392">#3392</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Deal with DecodeParms being empty list (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3388">#3388</a>)</li>
</ul>
<h3>Documentation (DOC)</h3>
<ul>
<li>Document how to read and modify XMP metadata (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3383">#3383</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.8.0...5.9.0">Full
Changelog</a></p>
<h2>Version 5.8.0, 2025-07-13</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Implement flattening for writer (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3312">#3312</a>)</li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Unterminated object when using PdfWriter with incremental=True (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3345">#3345</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0dd57738bb"><code>0dd5773</code></a>
REL: 6.0.0</li>
<li><a
href="bb3a69030f"><code>bb3a690</code></a>
SEC: Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)</li>
<li><a
href="979af6defd"><code>979af6d</code></a>
MAINT: Remove ignore of deprecation warning (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3428">#3428</a>)</li>
<li><a
href="b622a2f51d"><code>b622a2f</code></a>
ENH: Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)</li>
<li><a
href="0b58493ac3"><code>0b58493</code></a>
MAINT: Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)</li>
<li><a
href="794504bb87"><code>794504b</code></a>
MAINT: Remove ignoring Ruff rule TD005 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3422">#3422</a>)</li>
<li><a
href="56f0eaa630"><code>56f0eaa</code></a>
DEV: Bump actions/download-artifact from 4 to 5 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3423">#3423</a>)</li>
<li><a
href="1b3177b4eb"><code>1b3177b</code></a>
ROB: Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)</li>
<li><a
href="8000cbe20e"><code>8000cbe</code></a>
MAINT: Remove duplicate CCITT processing (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3415">#3415</a>)</li>
<li><a
href="ad85a22832"><code>ad85a22</code></a>
MAINT: Remove erroneous comment (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3406">#3406</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/py-pdf/pypdf/compare/4.1.0...6.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `pypdf` to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/py-pdf/pypdf/releases">pypdf's
releases</a>.</em></p>
<blockquote>
<h2>Version 6.0.0, 2025-08-11</h2>
<h2>What's new</h2>
<h3>Security (SEC)</h3>
<ul>
<li>Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>Deprecations (DEP)</h3>
<ul>
<li>Drop Python 3.8 support (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3412">#3412</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>New Features (ENH)</h3>
<ul>
<li>Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)
by <a href="https://github.com/j-t-1"><code>@​j-t-1</code></a></li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)
by <a
href="https://github.com/badGarnet"><code>@​badGarnet</code></a></li>
</ul>
<h3>Developer Experience (DEV)</h3>
<ul>
<li>Update code style related libraries (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3414">#3414</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
<li>Update mypy to 1.17.0 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3413">#3413</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
<li>Stop testing on Python 3.8 and start testing on Python 3.14 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3411">#3411</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)
by <a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0">Full
Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md">pypdf's
changelog</a>.</em></p>
<blockquote>
<h2>Version 6.0.0, 2025-08-11</h2>
<h3>Security (SEC)</h3>
<ul>
<li>Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)</li>
</ul>
<h3>Deprecations (DEP)</h3>
<ul>
<li>Drop Python 3.8 support (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3412">#3412</a>)</li>
</ul>
<h3>New Features (ENH)</h3>
<ul>
<li>Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)</li>
</ul>
<h3>Developer Experience (DEV)</h3>
<ul>
<li>Update code style related libraries (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3414">#3414</a>)</li>
<li>Update mypy to 1.17.0 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3413">#3413</a>)</li>
<li>Stop testing on Python 3.8 and start testing on Python 3.14 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3411">#3411</a>)</li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0">Full
Changelog</a></p>
<h2>Version 5.9.0, 2025-07-27</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Automatically preserve links in added pages (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3298">#3298</a>)</li>
<li>Allow writing/updating all properties of an embedded file (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3374">#3374</a>)</li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Fix XMP handling dropping indirect references (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3392">#3392</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Deal with DecodeParms being empty list (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3388">#3388</a>)</li>
</ul>
<h3>Documentation (DOC)</h3>
<ul>
<li>Document how to read and modify XMP metadata (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3383">#3383</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/5.8.0...5.9.0">Full
Changelog</a></p>
<h2>Version 5.8.0, 2025-07-13</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Implement flattening for writer (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3312">#3312</a>)</li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Unterminated object when using PdfWriter with incremental=True (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3345">#3345</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0dd57738bb"><code>0dd5773</code></a>
REL: 6.0.0</li>
<li><a
href="bb3a69030f"><code>bb3a690</code></a>
SEC: Limit decompressed size for FlateDecode filter (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3430">#3430</a>)</li>
<li><a
href="979af6defd"><code>979af6d</code></a>
MAINT: Remove ignore of deprecation warning (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3428">#3428</a>)</li>
<li><a
href="b622a2f51d"><code>b622a2f</code></a>
ENH: Move BlackIs1 functionality to tiff_header (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3421">#3421</a>)</li>
<li><a
href="0b58493ac3"><code>0b58493</code></a>
MAINT: Cleanup deprecations (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3424">#3424</a>)</li>
<li><a
href="794504bb87"><code>794504b</code></a>
MAINT: Remove ignoring Ruff rule TD005 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3422">#3422</a>)</li>
<li><a
href="56f0eaa630"><code>56f0eaa</code></a>
DEV: Bump actions/download-artifact from 4 to 5 (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3423">#3423</a>)</li>
<li><a
href="1b3177b4eb"><code>1b3177b</code></a>
ROB: Skip Go-To actions without a destination (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3420">#3420</a>)</li>
<li><a
href="8000cbe20e"><code>8000cbe</code></a>
MAINT: Remove duplicate CCITT processing (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3415">#3415</a>)</li>
<li><a
href="ad85a22832"><code>ad85a22</code></a>
MAINT: Remove erroneous comment (<a
href="https://redirect.github.com/py-pdf/pypdf/issues/3406">#3406</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/py-pdf/pypdf/compare/4.1.0...6.0.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/topoteretes/cognee/network/alerts).

</details>
2025-09-02 22:53:10 +02:00
Vasilije
e25ac2785c
Update README.md 2025-09-02 08:51:26 +02:00
Vasilije
5bb32521bf
fix: Return coding rules to MCP (#1323)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-09-01 17:16:14 +02:00
Igor Ilic
74cf56e1ce fix: Return coding rules to MCP 2025-09-01 17:13:51 +02:00
dependabot[bot]
94bf7b4c30
chore(deps): bump the pip group across 2 directories with 1 update
Updates the requirements on  and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version.

Updates `pypdf` to 6.0.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/4.1.0...6.0.0)

Updates `pypdf` to 6.0.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/4.1.0...6.0.0)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pypdf
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-27 21:49:40 +00:00
Vasilije
f1438e33cd
chore: Update mcp version (#1304)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 16:57:17 +02:00
Igor Ilic
7c08890609 chore: Update mcp version 2025-08-27 16:53:24 +02:00
Vasilije
64ffcdec50
Feat/update notebooks pre release (#1301)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 16:40:01 +02:00
Daulet Amirkhanov
f339b27dfa refactor: update Jupyter notebooks to prevent kernel exit during GitHub Actions 2025-08-27 15:37:29 +01:00
Daulet Amirkhanov
4f6e19f8de fix: kernel killing is failing test, skip it in Github Actions 2025-08-27 15:36:26 +01:00
Vasilije
02aa8c1b75
release: 0.2.4 (#1300)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 16:35:06 +02:00
vasilije
cc5e68472b added fix to tests 2025-08-27 16:10:04 +02:00
vasilije
235015bf48 linter fix 2025-08-27 16:03:48 +02:00
Vasilije
9f27402038
Update Jupyter notebooks (#1299)
Update Jupyter notebooks: Refactored code cells and ensured consistent
environment variable handling across demos.

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 16:02:36 +02:00
Daulet Amirkhanov
19b59fcd6d Update Jupyter notebooks: added execution counts, improved logging outputs, and updated Python version to 3.12.7. Removed unnecessary code cells and ensured consistent environment variable handling across demos. 2025-08-27 14:59:39 +01:00
vasilije
9df34662cc format 2025-08-27 15:51:45 +02:00
vasilije
c933290886 fixes to CLI 2025-08-27 15:49:38 +02:00
vasilije
75ea520a1f fix to cli 2025-08-27 15:23:42 +02:00
vasilije
792452b735 added fix 2025-08-27 14:39:32 +02:00
vasilije
5e6ada2a65 fix issue 2025-08-27 14:38:32 +02:00
Vasilije
328b75a13e
Merge main vol 6 (#1298)
<!-- .github/pull_request_template.md -->

## Description
Update dev branch with changes from main

## 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-08-27 14:30:14 +02:00
Igor Ilic
6ca46f1e53 refactor: ruff format 2025-08-27 14:23:53 +02:00
Igor Ilic
d4ce0e18fd Merge branch 'main' into merge-main-vol-6 2025-08-27 14:21:25 +02:00
Vasilije
fddd34421e
feat: Extend CodeGraph pipeline for multi-language support (closes #1160) (#1233)
<!-- .github/pull_request_template.md -->

## Description

This pull request extends the CodeGraph pipeline to support
multi-language code analysis, addressing the requirements in #1160.

### What’s included:
- **Multi-language file discovery:** The pipeline now detects and
processes source files for Python, JavaScript, TypeScript, Java, C#, Go,
Rust, and C/C++ using a configurable extension mapping.
- **Configurable language support:** The pipeline and file discovery
functions accept a `supported_languages` parameter, making it easy to
add or remove language support.
- **Language field in CodeFile:** The `CodeFile` entity now includes a
`language` field, allowing downstream tasks to distinguish between
different programming languages.
- **Stub support for non-Python languages:** All supported files are
represented as `CodeFile` objects with the correct language. Python
files retain full dependency extraction; other languages are ready for
future parser integration.

### What’s not included (future work):
- Language-specific dependency extraction for non-Python languages
(e.g., using tree-sitter for JS, Java, etc.).
- Cross-language dependency detection.

This PR lays the foundation for comprehensive, multi-language code graph
analysis and makes it easy to extend support for additional languages
and dependency systems in the future.

## 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-08-27 14:14:41 +02:00
Vasilije
62afced9a5
feat: Added custom prompt to cognify (#1278)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 14:10:21 +02:00
Vasilije
24c155b22e
fix: Resolve issue with Windows path (#1295)
<!-- .github/pull_request_template.md -->

## Description
Resolve issue with Windows path

## 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-08-27 14:09:37 +02:00
Igor Ilic
3a3274b5f9
Update .github/workflows/test_different_operating_systems.yml
Co-authored-by: Boris <boris@topoteretes.com>
2025-08-27 07:38:05 -04:00
Igor Ilic
11934cdf7f fix: Resolve integration test issue 2025-08-27 12:51:38 +02:00
Igor Ilic
e4e1a5438e refactor: Add read permissions only for gh token 2025-08-27 12:47:23 +02:00
Igor Ilic
23ea1c1659
Potential fix for code scanning alert no. 187: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-27 06:42:30 -04:00
Igor Ilic
eb65a89621 fix: Resolve integration tests path issue 2025-08-27 12:41:13 +02:00
Igor Ilic
644116a2ce Merge branch 'fix-windows-path' of github.com:topoteretes/cognee into fix-windows-path 2025-08-27 12:06:19 +02:00
Igor Ilic
ecc403e49c fix: Add binary for python magic for windows os 2025-08-27 12:05:57 +02:00
Igor Ilic
23a46e54aa
Merge branch 'dev' into fix-windows-path 2025-08-27 10:11:18 +02:00
Boris
6e5acec292
refactor: make run_pipeline a high-level api for running pipelines (#1294)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-27 09:49:20 +02:00
Igor Ilic
58655ca41e refactor: Add proper path to test file 2025-08-26 21:51:42 +02:00
Igor Ilic
9c31617c2f fix: Resovle windows file path issue 2025-08-26 21:41:56 +02:00
Igor Ilic
229a7a1db3 refactor: Speed up CI/CD execution time 2025-08-26 21:28:11 +02:00
Igor Ilic
65542ecec7 refactor: Make CI/CD faster add more OS tests 2025-08-26 21:05:30 +02:00
Igor Ilic
8c69653912 fix: Resolve issue with Windows path 2025-08-26 20:22:20 +02:00
Vasilije
d6e6e874eb
feat: Add cli (#1197)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-26 19:13:17 +02:00
Vasilije
e5f0c22363
Merge branch 'dev' into add_cli 2025-08-26 19:13:11 +02:00
Boris
007399b1c6
feat: migrate pipeline status reset to add pipeline (#1289)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-26 19:06:08 +02:00
Andrej Milicevic
c013499f19 Fix tests failing for python 3.10 2025-08-26 18:34:38 +02:00
Boris
ea4f58e8fa
feat: migrate pipeline input validation to a layer (#1284)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-08-26 18:25:48 +02:00
Igor Ilic
5771b36c4c
feat: cognee pipeline layers (#1287)
<!-- .github/pull_request_template.md -->

## Description
Add dataset authorization layer
Add pipeline processing status layer

## 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-08-26 16:35:05 +02:00
Igor Ilic
0d77649716 Merge branch 'cognee-pipeline-layers' of github.com:topoteretes/cognee into cognee-pipeline-layers 2025-08-26 15:59:32 +02:00
Igor Ilic
5ea3056564 refactor: Rename auth layer 2025-08-26 15:58:53 +02:00
hajdul88
42d33fcd00
fix: fixes search test behaviour and adds comments to new pipeline executor logic (#1293)
<!-- .github/pull_request_template.md -->

## Description
fix: fixes search test behaviour and adds comments to new pipeline
executor logic

## 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-08-26 15:52:10 +02:00