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

Filter upgrades to support kw params #531

Merged
merged 7 commits into from
Nov 16, 2020

Commits on Nov 12, 2020

  1. AbstractFilter: handle Number=> Any numeric conversion without string…

    …. Null parameter value is treated as missing
    michaelpro1 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    eab8cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279c035 View commit details
    Browse the repository at this point in the history
  3. join, slice, sort, split, sum filter migrated to AbstractFilter.

    join filter: `attr` renamed to `attribute` matching unit test
    michaelpro1 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a571c8a View commit details
    Browse the repository at this point in the history
  4. datetimeformat, truncate: upgrade to abstract.

    datetimeformat: fix function jinjavadoc and param defaults
    michaelpro1 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e5b850b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. AbstractFilter: pre-parse default values. Validate input numbers inst…

    …ead of returning default 0
    michaelpro1 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    f1df1b3 View commit details
    Browse the repository at this point in the history
  2. AbstractFilter: pre-parse default values. Validate input numbers inst…

    …ead of returning default 0. Expose defaultValue for parameter name
    michaelpro1 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    7ae931d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de2f09 View commit details
    Browse the repository at this point in the history