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

feat: validators for cdd,ead, and error pipeline #177

Merged
merged 25 commits into from
Jun 28, 2024

Commits on Jun 24, 2024

  1. feat: add pydantic dataclassed for cdd ^ ead

    This is for CddRequest and EadRequest
    
    feat: add native address fields
    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    33fdf8a View commit details
    Browse the repository at this point in the history
  2. feat: add validation for cdd and ead

    fix: audit model change validation error
    
    fix EncodeError(TypeError('Object of type ValidationError is not JSON serializable')
    Removed some extra not necessary in logs.
    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    010583d View commit details
    Browse the repository at this point in the history
  3. feat: rebase compatibility

    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1fac715 View commit details
    Browse the repository at this point in the history
  4. feat: add validate cdd and ead pipes

    Also added error_validation_pipeline
    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5eba4d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89b2d5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cd649b View commit details
    Browse the repository at this point in the history
  7. fix: pipeline starts with wrong pipeline_index

    this removes the keys ["pipeline_index", "launch_validation_error_pipeline"] to dont finish the next
    pipeline error_validation_task.
    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    80d39ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36b7a4b View commit details
    Browse the repository at this point in the history
  9. chore: fix docstring

    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cc7d0fe View commit details
    Browse the repository at this point in the history
  10. chore: improve method name

    johanseto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4046899 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8670080 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    908e22f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e02a8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c84f5e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cbd4288 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae1c5da View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    522a5de View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c01a829 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7a20113 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. refactor: manage exception with dict representation

    refactor: init exception also from exception_dict
    
    chore: pylint changes
    johanseto committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c755803 View commit details
    Browse the repository at this point in the history
  2. chore: update eox_nelp/pearson_vue/pipeline.py

    Co-authored-by: Andrey Cañon <[email protected]>
    johanseto and andrey-canon authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1b03234 View commit details
    Browse the repository at this point in the history
  3. chore: remove unnused utils

    johanseto committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d718aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e1fc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f59377 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f61fed View commit details
    Browse the repository at this point in the history