Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Simple object filters #83

Merged
merged 3 commits into from
Jan 12, 2017
Merged

Simple object filters #83

merged 3 commits into from
Jan 12, 2017

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Dec 15, 2016

Type: feature

Description:

This allows filters to be created from simple object literals. Any filters created by the createFilter module will also contain these properties so they could be converted to and from JSON and be used to reconstruct the same filters. This doesn't resolve #81 completely but it is related.

Related Issue: #81

Please review this checklist before submitting your PR:

  • There is a related issue
  • All contributors have signed a CLA
  • All code matches the style guide
  • The code passes the CI tests
  • Unit or Functional tests are included in the PR
  • The PR increases or maintains the overall unit test coverage percentage
  • The code is ready to be merged

@dylans dylans added this to the 2016.12 milestone Dec 15, 2016
@codecov-io
Copy link

codecov-io commented Dec 15, 2016

Current coverage is 100% (diff: 100%)

Merging #83 into master will not change coverage

@@           master    #83   diff @@
====================================
  Files          16     16          
  Lines        1129   1142    +13   
  Methods         6      6          
  Messages        0      0          
  Branches      196    201     +5   
====================================
+ Hits         1129   1142    +13   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update eaa2335...5c2ad9d

@dylans dylans modified the milestones: 2017.01, 2016.12 Dec 21, 2016
@maier49 maier49 force-pushed the simple-object-filters branch from a4dc0ce to 5c2ad9d Compare January 12, 2017 02:50
@maier49 maier49 merged commit fda48e2 into dojo:master Jan 12, 2017
@maier49 maier49 deleted the simple-object-filters branch January 12, 2017 02:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query DSL
4 participants