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

Communication Identity Model serializer/deserializer #16268

Merged
merged 21 commits into from
Jan 25, 2021

Commits on Jan 22, 2021

  1. Add swagger json from the link to the local file

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    018c31a View commit details
    Browse the repository at this point in the history
  2. Add CommunicationIdentifierModel into swagger

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b4fc81f View commit details
    Browse the repository at this point in the history
  3. Add CommunicationIdentifierModel to models

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7103bf7 View commit details
    Browse the repository at this point in the history
  4. Add py3 CommunicationIdentifierModel to models

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d7021b1 View commit details
    Browse the repository at this point in the history
  5. Add CommunicationIdentifierKind

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b51bfeb View commit details
    Browse the repository at this point in the history
  6. Add serialize to CommunicationIdentifierModel

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    3af2c5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ac3fe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b301e37 View commit details
    Browse the repository at this point in the history
  9. Replace "self" with "cls" in classmethods

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    50dfc4a View commit details
    Browse the repository at this point in the history
  10. Replace value property with phone_number

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0dc145c View commit details
    Browse the repository at this point in the history
  11. Add fileds validation in anonymous

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b887fa8 View commit details
    Browse the repository at this point in the history
  12. Add serialize/deserialize unittest

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1090b03 View commit details
    Browse the repository at this point in the history
  13. Fix model doc strings

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ee1d54b View commit details
    Browse the repository at this point in the history
  14. Remove whiltespaces

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7849ab2 View commit details
    Browse the repository at this point in the history
  15. Add header; remove whitespace

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    5f84ea7 View commit details
    Browse the repository at this point in the history
  16. Replace self with cls

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    fe19ab3 View commit details
    Browse the repository at this point in the history
  17. Remove empty line

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    901ea47 View commit details
    Browse the repository at this point in the history
  18. Remove py3 model

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c10ca4c View commit details
    Browse the repository at this point in the history
  19. Rename var name from id to identifier

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    247f26a View commit details
    Browse the repository at this point in the history
  20. Capitalize enum values

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    495ae78 View commit details
    Browse the repository at this point in the history
  21. Add pylint skip for models file

    turalf committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    418f181 View commit details
    Browse the repository at this point in the history