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

Cesql v1 fixes #641

Merged
merged 15 commits into from
Jun 21, 2024
Merged

Cesql v1 fixes #641

merged 15 commits into from
Jun 21, 2024

Commits on Jun 19, 2024

  1. feat: add exception factory for cesql exceptions

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9b8c9df View commit details
    Browse the repository at this point in the history
  2. feat: extend EvaluationResult to be usable internally as well

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1c895dd View commit details
    Browse the repository at this point in the history
  3. feat: expressions use results instead of a thrower interface

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    762b665 View commit details
    Browse the repository at this point in the history
  4. feat: functinos use results instead of a thrower interface

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b25cb7d View commit details
    Browse the repository at this point in the history
  5. fix: parser handles not equals correctly, does not eagerly evaluate w…

    …hen there may be an error
    
    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5c78074 View commit details
    Browse the repository at this point in the history
  6. feat: update interfaces for cesql runtime and context

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5886481 View commit details
    Browse the repository at this point in the history
  7. feat: update runtime classes for CESQL

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    48fd18e View commit details
    Browse the repository at this point in the history
  8. fix: parser handles integer literals properly

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d1c3584 View commit details
    Browse the repository at this point in the history
  9. test: updated test files to test v1 spec

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d88a3cf View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Pierangelo Di Pilato <[email protected]>
    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 and pierDipi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dd7fee5 View commit details
    Browse the repository at this point in the history
  11. cleanup: wrap -> wrapExceptions

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cfcff87 View commit details
    Browse the repository at this point in the history
  12. cleanup: shouldFail -> shouldThrow

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    09bc8ba View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix(test): TCK test suite fails properly

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6022507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b82ee View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: removed missing link from pom.xml

    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    61bf082 View commit details
    Browse the repository at this point in the history