Merged
Conversation
7d32007 to
03aed1b
Compare
03aed1b to
d4425e4
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to version 1.15.0-SNAPSHOT and adds support for additional flags to track modern dialog and KAI interface features in node documentation generation.
- Version bump from 1.14.2-SNAPSHOT to 1.15.0-SNAPSHOT across all modules
- Added new fields to track modern dialog capabilities and KAI interfaces for nodes
- Enhanced test coverage with new test classes and corrected existing test class names
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| JsonNodeDocuGenerator.java | Added detection for modern dialogs and KAI interfaces, including new keywords and version extraction |
| NodeDoc.java | Added new fields for hasModernDialog, hasKaiInterface, keywords, and sinceVersion with builder methods |
| JsonNodeDocuGeneratorTest_NewFlags_Test.java | New test file to verify modern dialog detection functionality |
| JsonNodeDocuGeneratorTest_DynamicPorts_Test.java | Corrected class name to match file naming convention |
| JsonNodeDocuGeneratorTest_ConfigurableNodeFactory_Test.java | Corrected class name to match file naming convention |
| Various pom.xml and manifest files | Updated version numbers and dependencies to align with the new release |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
tests/src/de/philippkatz/knime/jsondocgen/JsonNodeDocuGeneratorTest_NewFlags_Test.java
Outdated
Show resolved
Hide resolved
application/src/de/philippkatz/knime/jsondocgen/JsonNodeDocuGenerator.java
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add some additional details: