c889a57b6b
Test Suites / Build CI Environment (push) Has been cancelled
Test Suites / Basic Tests (push) Has been cancelled
Test Suites / End-to-End Tests (push) Has been cancelled
Test Suites / CLI Tests (push) Has been cancelled
Test Suites / Slow End-to-End Tests (push) Has been cancelled
Test Suites / Graph Database Tests (push) Has been cancelled
Test Suites / Vector DB Tests (push) Has been cancelled
Test Suites / Temporal Graph Test (push) Has been cancelled
Test Suites / Search Test on Different DBs (push) Has been cancelled
Test Suites / Example Tests (push) Has been cancelled
Test Suites / Notebook Tests (push) Has been cancelled
Test Suites / OS and Python Tests Ubuntu (push) Has been cancelled
Test Suites / OS and Python Tests Extended (push) Has been cancelled
Test Suites / LLM Test Suite (push) Has been cancelled
Test Suites / S3 File Storage Test (push) Has been cancelled
Test Suites / Run Integration Tests (push) Has been cancelled
Test Suites / MCP Tests (push) Has been cancelled
Test Suites / Docker Compose Test (push) Has been cancelled
Test Suites / Docker CI test (push) Has been cancelled
Test Suites / Relational DB Migration Tests (push) Has been cancelled
Test Suites / Distributed Cognee Test (push) Has been cancelled
Test Suites / DB Examples Tests (push) Has been cancelled
Test Suites / Test Completion Status (push) Has been cancelled
Test Suites / Claude Code Review (push) Has been cancelled
Test Suites / basic checks (push) Has been cancelled
build | Build and Push Cognee MCP Docker Image to dockerhub / docker-build-and-push (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
build | Build and Push Docker Image to dockerhub / docker-build-and-push (push) Has been cancelled
Weighted Edges Tests / Test Weighted Edges Core Functionality (3.11) (push) Has been cancelled
Weighted Edges Tests / Test Weighted Edges Core Functionality (3.12) (push) Has been cancelled
Weighted Edges Tests / Test Weighted Edges with Different Graph Databases (kuzu, kuzu) (push) Has been cancelled
Weighted Edges Tests / Test Weighted Edges with Different Graph Databases (neo4j, neo4j) (push) Has been cancelled
Weighted Edges Tests / Test Weighted Edges Examples (push) Has been cancelled
Weighted Edges Tests / Code Quality for Weighted Edges (push) Has been cancelled
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
<!-- .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.
|
|
-->
|
|
|
|
## Acceptance Criteria
|
|
<!--
|
|
* Key requirements to the new feature or modification;
|
|
* Proof that the changes work and meet the requirements;
|
|
-->
|
|
|
|
## 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)
|
|
- [ ] Code refactoring
|
|
- [ ] Other (please specify):
|
|
|
|
## Screenshots
|
|
<!-- ADD SCREENSHOT OF LOCAL TESTS PASSING-->
|
|
|
|
## Pre-submission Checklist
|
|
<!-- Please check all boxes that apply before submitting your PR -->
|
|
- [ ] **I have tested my changes thoroughly before submitting this PR** (See `CONTRIBUTING.md`)
|
|
- [ ] **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.
|