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

Sync/cdr 423 enhance sdk parser #376

Merged
merged 20 commits into from
Jul 26, 2022
Merged

Commits on Jun 13, 2022

  1. update aql grammar

    see CDR-423
    stefanspiska committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    85a059c View commit details
    Browse the repository at this point in the history
  2. add AqlExpressionTest

    see CDR-423
    stefanspiska committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5ba6ae5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. move all aql stuff to aql module

    see CDR-411
    stefanspiska committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c09d7ea View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. new predate handler for aql

    see CDR-411
    stefanspiska committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    14c7671 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. fix formatting of predicate

    see CDR-411
    stefanspiska committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    7b228ff View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. aql parser: parse ehr/id

    see CDR-411
    stefanspiska committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b63ac7c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 11, 2022

  1. aql parser: parse functions

    see CDR-411
    stefanspiska committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b7b3dd5 View commit details
    Browse the repository at this point in the history
  2. fix aql predicate value parsing

    see CDR-411
    stefanspiska committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1325c08 View commit details
    Browse the repository at this point in the history
  3. aql parsing allow reference by name

    see CDR-411
    stefanspiska committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    33f27b3 View commit details
    Browse the repository at this point in the history
  4. add aql path to dto modele

    see CDR-411
    stefanspiska committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9bd352c View commit details
    Browse the repository at this point in the history
  5. add test cases

    see CDR-411
    stefanspiska committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    de986a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. aql parser: parse not and exist in where

    see CDR-411
    stefanspiska committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    edbefc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. aql parser: support more functions

    see CDR-411
    stefanspiska committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ee2c042 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. aql parser: support distinct and correct limit

    see CDR-411
    stefanspiska committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3a75f38 View commit details
    Browse the repository at this point in the history
  2. aql parser: add test cases

    see CDR-411
    stefanspiska committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1da2e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. code cleanup

    see CDR-411
    stefanspiska committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2dc6ba5 View commit details
    Browse the repository at this point in the history
  2. [skip ci] update changelog

    see CDR-411
    stefanspiska committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0c8169a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42c7c27 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix review

    see CDR-411
    stefanspiska committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    01d0ace View commit details
    Browse the repository at this point in the history