Commit Graph

  • 7ced211758 Setup release 2.5.0 with automated build and pre-releases Keivn Sommer 2021-05-15 01:13:47 +0200
  • 74a617722a
    Update and rename feature_request.md to config.yml Biarity 2021-05-14 22:13:36 +0000
  • c444063453 Update issue templates Biarity 2021-05-14 22:09:46 +0000
  • 8bd9ce85d9 Fix nuget target path Keivn Sommer 2021-05-14 23:35:47 +0200
  • f738e3bf1e Use NUGET_API_KEY to publish first pre-release Keivn Sommer 2021-05-14 23:33:05 +0200
  • dd1b0a9edc Disable publish for master - should be activated as soon as it's merged back for the first time. Keivn Sommer 2021-05-14 23:27:50 +0200
  • 27838b062c Set mode to 'ContinuousDeployment' to get unique NuGetPreReleaseTagV2 on releases/* Keivn Sommer 2021-05-14 23:26:23 +0200
  • 38af9af982 Publish requires to be executed on server Keivn Sommer 2021-05-14 22:28:49 +0200
  • d188bed4f0 Setup NuGet push (without api key) Kevin Sommer 2021-05-14 22:07:32 +0200
  • 1e29271fd9 Check if NUGET_API_KEY can be accessed Kevin Sommer 2021-05-14 21:47:27 +0200
  • 034730bffb Use ci.yml for PRs only Kevin Sommer 2021-05-14 21:20:24 +0200
  • 79c825cb7a Prepare publish on releases/* and master Kevin Sommer 2021-05-14 21:17:57 +0200
  • 028ab1d196 Build an PRs to releases/* Kevin Sommer 2021-05-14 21:13:13 +0200
  • 9277690e96 Replace features by releases ITDancer139 2021-05-14 20:52:51 +0200
  • d5474478b3 Update pipeline to build on feature branches ITDancer139 2021-05-14 20:51:46 +0200
  • 4c5510772a build on feature branches ITDancer139 2021-05-14 20:50:21 +0200
  • 20c264be58 Clear GitVersion.yml Keivn Sommer 2021-05-14 22:50:34 +0200
  • 6607d95c14 Update LICENSE ITDancer139 2021-05-14 18:43:41 +0200
  • 108f20f956
    Merge pull request #127 from Biarity/fix-pipeline ITDancer13 2021-05-14 13:46:45 +0200
  • bbfdb47de2 * Execute pipeline on pull requests * Restore and build before running the tests Kevin Sommer 2021-05-14 11:35:39 +0200
  • d513b108ba
    Merge pull request #126 from Biarity/sieve-3-based-on-pagr-fork Biarity 2021-05-14 09:09:37 +0000
  • 871d80bc52 Add GitHubActions ITDancer139 2021-05-13 14:37:43 +0200
  • 3e858fd7e6 Update Authors ITDancer139 2021-05-13 14:28:50 +0200
  • a193de422b fix authors ITDancer139 2021-05-13 14:27:27 +0200
  • b791c73dd5 * Update license ITDancer139 2021-05-13 14:22:16 +0200
  • 95282baecf * Add build pipeline based on nuke ITDancer139 2021-05-13 14:15:27 +0200
  • 428acd7558 * Migrate tests to xunit * Update sample project to dotnetcore3.1 * Use Sqlite in sample project to run it everywhere * Fix: Filter with escaped comma * Fix: Filter "null" does not work with Contains or StartsWith * Code cleanup: Adjust namespaces, adjust usings ITDancer139 2021-05-13 14:04:18 +0200
  • 940e057685 Fix merge conflicts for: Let you choose the Culture used for TypeConversion in the processor #79 Yannick De Paepe 2021-04-27 16:42:41 +0200
  • 0ac6c976cb azure build pipeline ITDancer139 2021-04-24 12:37:27 +0200
  • 900db82eef Setup first version of nuke build ITDancer139 2021-04-24 12:33:19 +0200
  • 884a802a38 Add nuke ITDancer139 2021-04-24 10:37:17 +0200
  • 0423c52445 Upgrade dependencies to latest version of .NET Core 3.1 ITDancer139 2021-04-24 10:32:55 +0200
  • 18eedf2e1a
    Merge pull request #116 from TilmannBach/master Ashish Patel 2021-03-21 00:37:52 +0530
  • cdc6df61cb Merged master into nested-objects-by-attribute juan carbó 2021-02-18 13:38:58 -0300
  • 11938c9b8a fix(processor): fixes OR combination from bitwise or to sql query OR Tilmann Bach 2021-02-13 13:19:57 +0100
  • cbf6759274 fix(processor): fixes AND expression when combining multiple conditions via outer expression Tilmann Bach 2021-02-13 13:16:00 +0100
  • 5ca66ff11b stop excluding null values when filtering using notEqual AnasZakarneh 2021-01-28 16:19:44 +0200
  • 82a40fc99e #80 added support for escaping comma and pipe control characters Clayton Andersen 2021-01-27 11:55:57 -0800
  • 95894027d2 make GetClosureOverConstant really work Alica Kacengova 2021-01-23 22:25:12 +0100
  • a99ee712f2 Set SieveProcessor _options as a protected Property - see Issue 108 Sandor Gonzalez 2021-01-16 14:02:27 -0800
  • 803055029e
    Merge pull request #98 from hasanmanzak/master Ashish Patel 2020-12-18 13:32:30 +0530
  • a4509bb8f0
    OrderByDynamic is modified to be able to handle inherited members, such as interface members. SieveProcessor is modified to pass propertyInfo to OrderByDynamic to avoid reattainment of propertyInfo required in Expression.MakeMemberAccess. SieveProcessor is modified to be able to handle possible multiple incompatible customMethods via AggregateException. Corresponding interfaces are generated for entities with related inheritance. ApplicationSieveProcessor is modified to include interface members. SieveCustomFilterMethods and SieveCustomSortMethod are modified to include interface related custom method modifications. Interface accessed unit tests are added. Hasan 2020-11-03 12:42:41 +0300
  • 51b5356ec7
    Merge pull request #96 from kevindost/feature/filter-on-nulls Ashish Patel 2020-10-23 23:39:54 +0530
  • f39944d0e4 Add filtering on null. Kevin Dost 2020-10-23 18:15:58 +0200
  • b47ed62f77
    Merge pull request #95 from kevindost/fix/accessing-null-members Ashish Patel 2020-10-23 02:00:48 +0530
  • b8f92bccfc Add unit tests for filtering and sorting null members. Kevin Dost 2020-10-22 22:21:05 +0200
  • cada68a83b
    Merge pull request #89 from awegg/master Ashish Patel 2020-10-23 00:43:05 +0530
  • 9bbc09898e
    Merge pull request #90 from awegg/fix_filter_ordering Ashish Patel 2020-10-23 00:28:14 +0530
  • 7a24bc8f27 Fix grammar errors Kevin Dost 2020-10-21 18:51:15 +0200
  • 5c2ef3773e Fix issue where sorting or filtering a collection fails on accesssing null members. Kevin Dost 2020-10-17 20:10:52 +0200
  • 4cac27c22d Fix issue where the order of Filter expressions changed the result. Alexander Weggerle 2020-07-06 21:48:52 +0200
  • 6684524fcd Fix issue with spaces after comma and or filters Alexander Weggerle 2020-07-04 21:16:54 +0200
  • 9d36e3d047 Merge branch 'features/Add-Desc-Sort-Support' Paul DeVito 2020-02-13 16:45:14 -0500
  • d0de37bd0c Added Desc/Asc Sorting Support and Unit Tests Paul DeVito 2020-02-13 16:43:08 -0500
  • 56e3d5b83f Let you choose the CultureNameOfTypeConversion jonathanantoine 2019-12-24 17:31:57 +0100
  • d86e35f77c v2.3.3 Biarity 2019-11-17 09:15:07 +1000
  • 0dae8c8beb Merge branch 'master' of https://github.com/Biarity/Sieve Biarity 2019-11-17 08:58:12 +1000
  • 6652ada702 Style fixes Biarity 2019-11-17 08:51:13 +1000
  • 0637912098
    Merge pull request #63 from janverley/master Biarity 2019-11-16 10:56:04 +1000
  • c04d94d22a
    Merge pull request #60 from skolmer/generics Biarity 2019-11-16 10:55:18 +1000
  • ee10db4baa
    Merge pull request #74 from skolmer/caseinsensitive-unequal Biarity 2019-11-06 09:04:42 +1000
  • cfd380d93f Allow case insensitive not equals operator Steffen Kolmer 2019-11-05 15:10:44 +0100
  • a643b29491
    Merge pull request #1 from Biarity/master Steffen Kolmer 2019-11-05 15:01:00 +0100
  • 1dc9e7b783
    Delete FUNDING.yml Biarity 2019-10-27 17:37:19 +1000
  • 5be798ded0
    Create FUNDING.yml Biarity 2019-10-27 17:28:17 +1000
  • 00be2c2078 Allow filtering and sorting for nested objects based on attributes tcope 2019-06-03 05:05:17 -0700
  • 567cd67c7f Only Skip when pageSize > 0 Jan Verley 2019-05-09 11:29:39 +0200
  • 9f6163d318
    Merge pull request #59 from BrendanLouis1223/patch-1 Biarity 2019-04-14 08:50:34 +1000
  • e1bb069253 Added support for generic filter and sort methods Steffen Kolmer 2019-03-24 19:45:23 +0100
  • dcde97af91
    fix: dont process when filterTerm.Values is null Brendan 2019-03-20 14:04:33 -0400
  • a582c6be06 Use Comment.Text instead of ValueObjects.Name Biarity 2019-03-18 08:23:37 +1000
  • d4b85b6bbc
    Merge pull request #54 from radeanurazvan/master Biarity 2019-03-18 08:04:49 +1000
  • d5ed13e823 Allowed configuring properties with identical name radeanurazvan 2019-02-03 18:10:34 +0200
  • f97c0d3ff3
    Merge pull request #52 from Biarity/add-code-of-conduct-1 Biarity 2019-01-18 21:10:35 +1000
  • 49eb7413a2
    Create CODE_OF_CONDUCT.md Biarity 2019-01-18 21:10:22 +1000
  • 8345ff7b03 Merge branch 'master' of https://github.com/Biarity/Sieve Biarity 2019-01-18 21:06:37 +1000
  • c806fe02f4 Update SieveTests Biarity 2019-01-18 21:06:29 +1000
  • aac4492884
    Update README.md Biarity 2019-01-18 21:05:12 +1000
  • db6e357674
    Update README.md Biarity 2019-01-18 21:04:39 +1000
  • 35167075bf Document #51 Biarity 2019-01-18 20:54:55 +1000
  • 574538e7da Unit tests for #51 Biarity 2019-01-18 20:45:38 +1000
  • 6413f70385
    Merge pull request #51 from Nekromancer/master Biarity 2019-01-18 20:40:35 +1000
  • 440ebe8cc0 Fixes with custom name setup Jakub Syty 2019-01-18 11:00:42 +0100
  • bd904dff8a Allow filtering and sorting for nested objects Jakub Syty 2019-01-18 07:27:52 +0100
  • 9174479624 Updated to version 2.3.0 Biarity 2019-01-09 20:41:23 +1000
  • aecc436b44
    Merge pull request #49 from SuperGouge/negation-operator Biarity 2019-01-09 20:34:32 +1000
  • 471761b984
    Spelling in README.md Biarity 2019-01-09 20:26:07 +1000
  • af96b8e70e
    Document #49 Biarity 2019-01-09 20:24:56 +1000
  • feac41dee1 Removed unnecessary using SuperGouge 2019-01-09 10:15:17 +0100
  • 194b1d9fb5 Added negation operator SuperGouge 2019-01-08 17:20:49 +0100
  • c818267526 Document & test multiple values for 2.2.0. Closes #46 Biarity 2018-11-30 09:08:39 +1000
  • 2d5fc0d232 Implement IEquatable for sort and filter terms, closes #38 Biarity 2018-11-16 18:23:45 +1000
  • 3eaff4add4 Merge branch 'master' of https://github.com/Biarity/Sieve Biarity 2018-11-16 18:08:31 +1000
  • faa363edbb Added OR flitering for values and ability to escape delimiters. Fixes #8, #21, and #41 Biarity 2018-11-16 18:08:25 +1000
  • f74eb2f7df
    Added example of querying before pagination (closes #34) Biarity 2018-07-11 11:38:23 +1000
  • f9c7fb4cb0 Convert parsing from getters to methods Biarity 2018-07-06 11:12:45 +1000
  • c816cf2f2a Published 2.1.5 Biarity 2018-07-04 13:09:45 +1000
  • b92df9833d Fixes #33 Biarity 2018-07-04 13:06:37 +1000
  • 254eec529e Check for duplicate filteers/sorts and performance measurement code for SieveTests Biarity 2018-07-04 11:26:49 +1000
  • c72175bf4a Test & publish v2.1.4 Biarity 2018-07-02 10:10:42 +1000