Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21.2
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.22.0
Choose a head ref
  • 10 commits
  • 18 files changed
  • 3 contributors

Commits on Aug 11, 2023

  1. chore: update deps, readme, docs

    - disables `package.yaml` workflow release trigger
    nandgator committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ee088fa View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    4015e8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from adrienthiery/fix/hashtag-url

    fix: url validator considers urls with /#/ as valid
    nandgator authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9e94fee View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Sep 1, 2023

  1. Change wording after review

    tswfi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8d72f55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from tswfi/update_changesmd_to_contain_valida…

    …tionerror_change
    
    Add note about ValidationFailure to ValidationError in changes.md
    nandgator authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7c02da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. fix: simple hostname validation regex

    - fix regex used for simple hostname validation
    - ignore `.rtx.toml`
    - update dev dependencies
    
    **Related Items**
    
    *Issues*
    
    - Closes #285
    - Closes #293
    nandgator committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    41f3d6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #294 from joe733/workshop

    fix: simple hostname validation regex
    nandgator authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    99b425a View commit details
    Browse the repository at this point in the history
  3. fix: strict CIDR IP validation; bump version

    **Related Items**
    
    _Issues_
    
    - Closes #290
    nandgator committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    91dad61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #295 from joe733/workshop

    fix: strict CIDR IP validation; bump version
    nandgator authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    71b40bd View commit details
    Browse the repository at this point in the history
Loading