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

Extend Filters API with strongly-typed columns support #1246

Merged
merged 8 commits into from
Mar 5, 2020

Conversation

dmitrykuzmin
Copy link
Contributor

@dmitrykuzmin dmitrykuzmin commented Mar 5, 2020

This PR addresses #1244.

The Filters utility is extended with methods that allow to create Filter instances from strongly-typed columns and fields.

This should be convenient for users that do not rely on high-level Client API and use plain QueryService, SubscriptionService, etc. instead.

Spine version advances to 1.4.13.

@dmitrykuzmin dmitrykuzmin self-assigned this Mar 5, 2020
@codecov
Copy link

codecov bot commented Mar 5, 2020

Codecov Report

Merging #1246 into master will decrease coverage by 0.16%.
The diff coverage is 46.66%.

@@             Coverage Diff              @@
##             master    #1246      +/-   ##
============================================
- Coverage     91.14%   90.97%   -0.17%     
- Complexity     4807     4829      +22     
============================================
  Files           631      631              
  Lines         15069    15129      +60     
  Branches        846      846              
============================================
+ Hits          13734    13764      +30     
- Misses         1070     1102      +32     
+ Partials        265      263       -2

@dmitrykuzmin
Copy link
Contributor Author

@armiol, @yuri-sergiichuk PTAL.

Copy link
Contributor

@yuri-sergiichuk yuri-sergiichuk left a comment

Choose a reason for hiding this comment

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

@armiol
Copy link
Contributor

armiol commented Mar 5, 2020

@dmitrykuzmin please make sure you don't submit the same version as @dmdashenkov in #1245.

…into extend-filters-api

� Conflicts:
�	license-report.md
�	pom.xml
�	version.gradle
@dmitrykuzmin dmitrykuzmin merged commit 16a0245 into master Mar 5, 2020
@dmitrykuzmin dmitrykuzmin deleted the extend-filters-api branch March 5, 2020 16:45
@armiol armiol mentioned this pull request Mar 8, 2020
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.

3 participants