Skip to content
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

Add merging property data provider #1040

Merged
merged 11 commits into from
Sep 23, 2024

Conversation

JonasDov
Copy link
Contributor

@JonasDov JonasDov commented Sep 19, 2024

Changes

closes #971. Added IMergingPropertyDataProvider which combines any number of IPropertyDataProvider into a single one. This provider implements IPropertyDataProvider and also provides one additional function getSourceProviderFromPropertyRecord that returns source provider from a given property record. Added createMergedPropertyDataProvider funtion which creates a new instance of IMergingPropertyDataProvider.

Testing

Added additional unit tests

@JonasDov JonasDov requested review from a team as code owners September 19, 2024 13:40
JonasDov and others added 5 commits September 20, 2024 09:58
…ropertyDataProvider.ts

Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
…ropertyDataProvider.ts

Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
…ropertyDataProvider.ts

Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
JonasDov and others added 3 commits September 20, 2024 16:34
…ropertyDataProvider.ts

Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
…ropertyDataProvider.ts

Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
@GerardasB GerardasB added the minor Changes in this PR requires creating a minor release label Sep 23, 2024
Copy link
Collaborator

@GerardasB GerardasB left a comment

Choose a reason for hiding this comment

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

Update NextVersion.md as well

@JonasDov JonasDov enabled auto-merge (squash) September 23, 2024 07:42
@JonasDov JonasDov merged commit 2efdbf5 into master Sep 23, 2024
18 of 20 checks passed
@JonasDov JonasDov deleted the JonasD/merging-property-data-provider branch September 23, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Changes in this PR requires creating a minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merging property data provider implementation
3 participants