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

Create a filters module #190

Merged
merged 2 commits into from
Feb 16, 2022
Merged

Create a filters module #190

merged 2 commits into from
Feb 16, 2022

Conversation

remcowesterhoud
Copy link
Contributor

@remcowesterhoud remcowesterhoud commented Feb 16, 2022

Description

A new module "filters" has been introduced. This module will be responsible for filtering the record stream to find specific records.
It has been extracted because this is a shared functionality, regardless of where the record stream comes from. In the future this might move to Zeebe as we have a similar functionality in that project which we could reuse.

Related issues

Relates to #7. In order to prevent duplication we need this filter logic in a reusable place.

Definition of Done

Not all items need to be done depending on the issue and the pull request.

Code changes:

  • The changes are backwards compatibility with previous versions
  • If it fixes a bug then PRs are created to backport the fix

Testing:

  • There are unit/integration tests that verify all acceptance criterias of the issue
  • New tests are written to ensure backwards compatibility with further versions
  • The behavior is tested manually

Documentation:

  • Javadoc has been written
  • The documentation is updated

A new module "filters" has been introduced. This module will be responsible for filtering the record stream to find specific records.
It has been extracted because this is a shared functionality, regardless of where the record stream comes from. In the future this might move to Zeebe as we have a similar functionality in that project which we could reuse.
Moved all filters to the filters module. No code changes have been made.
@github-actions
Copy link

Unit Test Results

  90 files    90 suites   4m 17s ⏱️
192 tests 192 ✔️ 0 💤 0
576 runs  576 ✔️ 0 💤 0

Results for commit 6226444.

Copy link
Member

@saig0 saig0 left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@remcowesterhoud remcowesterhoud merged commit 2327e86 into main Feb 16, 2022
@remcowesterhoud remcowesterhoud deleted the filters-module branch February 16, 2022 10:00
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.

2 participants