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

11 add guid validation #58

Merged
merged 45 commits into from
Mar 13, 2024
Merged

11 add guid validation #58

merged 45 commits into from
Mar 13, 2024

Commits on Feb 28, 2024

  1. Changed to full GitHub link #53

    Emerson Delatorre committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    72b5f25 View commit details
    Browse the repository at this point in the history
  2. Removed release.yml

    Emerson Delatorre committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    925fa71 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update Poetry lock file version numbers

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f01995f View commit details
    Browse the repository at this point in the history
  2. Update Python versions in gh-actions

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7349cd1 View commit details
    Browse the repository at this point in the history
  3. Remove version information

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    457857b View commit details
    Browse the repository at this point in the history
  4. Remove redundant string validation methods

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84a14fa View commit details
    Browse the repository at this point in the history
  5. Add CommonsValidationContract class for value validation #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c32adb0 View commit details
    Browse the repository at this point in the history
  6. Add tests for CommonsValidationContract #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9148f16 View commit details
    Browse the repository at this point in the history
  7. Add CommonsValidationContract to Contract class #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d221c63 View commit details
    Browse the repository at this point in the history
  8. Refactor string validation contract #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    975b9de View commit details
    Browse the repository at this point in the history
  9. Add python 3.9

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9c31c0c View commit details
    Browse the repository at this point in the history
  10. Fix compare #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ea33a5 View commit details
    Browse the repository at this point in the history
  11. Add message fixture to bool validation contract tests #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    922df69 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary blank line in test_credit_card_validation_contract…

    ….py #11
    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8b0f876 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    598c2ed View commit details
    Browse the repository at this point in the history
  14. Refactor validation contract tests #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d6bb307 View commit details
    Browse the repository at this point in the history
  15. Refactor string validation tests #11

    Emerson Delatorre committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9a7d0d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    a813694 View commit details
    Browse the repository at this point in the history
  2. Refactor bool validation contract

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    67850b1 View commit details
    Browse the repository at this point in the history
  3. Fix assertion in validation contract tests

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    58b8667 View commit details
    Browse the repository at this point in the history
  4. Refactor credit card validation contract

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4b8e0bf View commit details
    Browse the repository at this point in the history
  5. Refactor email validation contract

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3701f7c View commit details
    Browse the repository at this point in the history
  6. Add string validation contract tests for is_between method

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c58ef54 View commit details
    Browse the repository at this point in the history
  7. Refactor requires method in Contract class

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    76a4ead View commit details
    Browse the repository at this point in the history
  8. Update dependencies to latest versions

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7375a8f View commit details
    Browse the repository at this point in the history
  9. Refactor code for improved performance #11

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    275585f View commit details
    Browse the repository at this point in the history
  10. Add overloaded method for requires() in Contract class #11

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fe66762 View commit details
    Browse the repository at this point in the history
  11. Add parameterized tests for contract validation #11

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2cf38ec View commit details
    Browse the repository at this point in the history
  12. Remove print statement in test_notifiable.py

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    11efab0 View commit details
    Browse the repository at this point in the history
  13. Add flunt constants and error messages #18

    Emerson Delatorre committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    69008fe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update pre-commit hooks and dependencies

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    75492fd View commit details
    Browse the repository at this point in the history
  2. Update dependencies in pyproject.toml

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    89fe967 View commit details
    Browse the repository at this point in the history
  3. Update security.md and security_en.md with supported versions

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    aed80f0 View commit details
    Browse the repository at this point in the history
  4. Update tox.ini with linting and coverage configuration

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4f99cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd2ada View commit details
    Browse the repository at this point in the history
  6. Update Python version badge in README files

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    59e8a44 View commit details
    Browse the repository at this point in the history
  7. Fix typing import in contract.py #11

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e8a8d72 View commit details
    Browse the repository at this point in the history
  8. Fix import error in email_validation_contract.py #11

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0078b71 View commit details
    Browse the repository at this point in the history
  9. Fix import statements in validation test files #11

    Emerson Delatorre committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c5e8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update import statements for Notifiable and Contract

    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    eee4426 View commit details
    Browse the repository at this point in the history
  2. Fix bug in login functionality

    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    648f049 View commit details
    Browse the repository at this point in the history
  3. Update type hints in CommonsValidationContract

    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    78165e2 View commit details
    Browse the repository at this point in the history
  4. Update type hints in contract.py

    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6441422 View commit details
    Browse the repository at this point in the history
  5. Release v2.2.0 #57

    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a86d8dd View commit details
    Browse the repository at this point in the history
  6. Update pip install command to use requirements_dev.txt from the requi…

    …rements folder #57
    Emerson Delatorre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f30be4a View commit details
    Browse the repository at this point in the history