-
Notifications
You must be signed in to change notification settings - Fork 0
Merge dev to marc-romu/chat #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…m-main-1743956965
## Branch Update This PR updates `dev` with changes from `main`. ### ℹ️ Protected Branch This PR was created because `dev` is a protected branch that requires changes through pull requests. ### Instructions 1. Review the changes 2. Approve and merge the changes This PR was automatically created by the Branch Update workflow.
…m-main-1743960552
## Branch Update This PR updates `dev` with changes from `main`. ### ℹ️ Protected Branch This PR was created because `dev` is a protected branch that requires changes through pull requests. ### Instructions 1. Review the changes 2. Approve and merge the changes This PR was automatically created by the Branch Update workflow.
…s Bug: Unmatching paths in list components return duplicated values #32
…eeProcessor (#127) ## Description This PR fixes a bug in the DataTreeProcessor where results were being duplicated when multiple branches were grouped together. Previously, when identical branches were detected and grouped to avoid redundant API calls, the grouping logic failed to prevent duplicate calculations. As a result, the same data was processed multiple times and the output was duplicated across branches. This fix ensures that only unique data combinations are processed, and results are applied to all grouped branches without unnecessary duplication. Fixes #32. ## Breaking Changes There are no breaking changes introduced by this PR. ## Testing Done RH8.17 on windows. Tested multiple configurations of input data trees to ensure that identical branches were not processed multiple times, but results were properly outputed. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
This PR updates the version badge in the README.md to match the current version in Solution.props. This is an automated PR created by the Update Version Badge workflow.
…d Branches to Input Items and Processed Items
… data count and iterations count
…y calculate the datacount parameter (#129) ## Description This PR refactors the DeconstructMetrics components by renaming parameters and updating related usages to improve clarity regarding how branch data is processed. - Updated the function signature of RunFunctionAsync to include a reuse count parameter for improved metric tracking. - Renamed output parameters in DeconstructMetricsComponents from "Branches Input" and "Processed Branches" to "Data Count" and "Iterations Count" and updated their descriptions. - Propagated the reuseCount parameter through supporting components and their logging, ensuring consistent behavior. ## Breaking Changes Output names changed. Might not be compatible with previous saved versions of the DeconstructMetrics component. ## Testing Done RH8.17 on windows. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
This PR updates the development version date in Solution.props to reflect the latest changes. This is an automated PR created by the Update Development Version Date workflow.
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.
No description provided.