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

[Fix(9559)] - Validation fails for enum field with decimal type #1324

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    d736610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399245b View commit details
    Browse the repository at this point in the history
  3. fix: Improve unit test case

    The code changes modify the test cases for enum validation with decimal values. The test cases now only include the values -1, 0, and 1. Additionally, a new assertion is added to validate the decimal values as floats. This change improves the validation of enum fields with decimal values.
    vai-mikkoleppanen committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    36ce3ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd32fc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b327afa View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    b11d3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af0766c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a393e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beffb8f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    80308f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e1d3d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. refactor: make is_equal_to function generic and move it out of try_va…

    …lidate_any
    
    refactor: add more test coverage
    vai-mikkoleppanen committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    00b5346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6c2a30 View commit details
    Browse the repository at this point in the history
  3. fix: refactoring based on code review comment

    removed try_validate_any function and instead try to create Python enum class.
    
    Test case modifications and fixes.
    vai-mikkoleppanen committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5d6986c View commit details
    Browse the repository at this point in the history