Skip to content

Conversation

@Rizzen
Copy link
Member

@Rizzen Rizzen commented Dec 18, 2025

Motivation and Context

Aim of the PR is to remove requirement (and check) for unique graph node names and migrate to node path usage.

Breaking Changes

Yes

Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

@github-actions
Copy link

github-actions bot commented Dec 19, 2025

Qodana for JVM

1250 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1230
Missing KDoc for public API declaration 🔶 Warning 20
@@ Code coverage @@
+ 71% total lines covered
17885 lines analyzed, 12819 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link
Contributor

@sdubov sdubov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One minor comment.

@EugeneTheDev EugeneTheDev dismissed their stale review December 19, 2025 14:22

Agreed to fix later (please don't forget!), dismissing my review to unblock

@Rizzen Rizzen force-pushed the mark/persistence-node-names02 branch from 02b38e8 to 505450c Compare December 19, 2025 14:29
@Rizzen Rizzen merged commit 009ed2c into develop Dec 19, 2025
15 checks passed
@Rizzen Rizzen deleted the mark/persistence-node-names02 branch December 19, 2025 16:27
vova-jb pushed a commit that referenced this pull request Jan 27, 2026
<!--
Thank you for opening a pull request!

Please add a brief description of the proposed change here.
Also, please tick the appropriate points in the checklist below.
-->

## Motivation and Context
Aim of the PR is to remove requirement (and check) for unique graph node
names and migrate to node path usage.

## Breaking Changes
<!-- Will users need to update their code or configurations? -->
Yes
---

#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Tests improvement
- [ ] Refactoring

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [x] All new and existing tests passed

##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [ ] Docs have been added / updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants