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

Support RuntimeContext and provide access to FilterExpressionCompiler from CustomFilters #589

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2023

  1. - Added RuntimeResolutionContext to allow passing in variables which …

    …will affect the CustomFilterCompiler execution
    
    - Add new CompilerFuncsWithContext to support RuntimeResolutionContext without changing signatures for existing users
    - Make FilterExpressionCompiler public and add public method to support leveraging CompileBinary method. This allows complex operator resolution without duplicating the devex operations.
    statler committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    344745b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update README.md

    statler authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4a61187 View commit details
    Browse the repository at this point in the history
  2. add projection methods

    statler committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    53a5f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f4afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e29fc View commit details
    Browse the repository at this point in the history
  5. Update README.md

    statler authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0b5eca2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9caa4e3 View commit details
    Browse the repository at this point in the history
  7. Update config for publish

    statler committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a51bde5 View commit details
    Browse the repository at this point in the history
  8. Fix to pass parameters to Context.Mapper.ConfigurationProvider.Intern…

    …al().ProjectionBuilder.GetProjection
    statler committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    77a67c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. - Added context (Automapper objects) to customaccessor registration -…

    … necessitated changing all ExpressionCompiler derivatives
    
    - Injected automapper projections into grouping when ProjectBeforeFilter
    statler committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4f334d2 View commit details
    Browse the repository at this point in the history
  2. Version bump

    statler committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    76fc3c2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    statler authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    66774a5 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    statler authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    890adba View commit details
    Browse the repository at this point in the history
  5. Refactored customfilters to remove redundant collections and fix bug …

    …with empty CompilerFuncs
    statler committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1980a7b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update README.md

    statler authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c0a6a4b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    statler authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2c433f7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    statler authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6d7cdb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    191ee47 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    eda620a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    170fa8e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge remote-tracking branch 'githubDevex/master' into dev/AddRuntime…

    …ResolutionContext
    
    # Conflicts:
    #	net/DevExtreme.AspNet.Data/DevExtreme.AspNet.Data.csproj
    #	net/DevExtreme.AspNet.Data/Helpers/DataSourceLoadOptionsParser.cs
    statler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5322b46 View commit details
    Browse the repository at this point in the history
  2. Tests changes

    statler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9f43fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Cleanup

    statler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    00220d7 View commit details
    Browse the repository at this point in the history
  2. Revert Mogodbb thingo

    statler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4d6c4f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update XPO to 24

    statler committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    671681d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update version for nupkg

    statler committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    841bb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04cfd8 View commit details
    Browse the repository at this point in the history