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.0
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.21.1
Choose a head ref
  • 14 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 29, 2023

  1. fix: source .venv/bin/activate before build

    - rename `mkdocs.yml` to `mkdocs.yaml`
    - same reflects in `docs/gen_docs.py`
    - activates virtual environment before build
    
    **Related items**
    
    *Issues*
    
    - Closes #253
    - Closes #259
    nandgator committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7737bd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #260 from joe733/workshop

    fix: `source .venv/bin/activate` before build
    nandgator authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2965c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90516fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #261 from joe733/workshop

    fix: id-token write permission at job level
    nandgator authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    68227f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. feat: docs can be built with both sphinx & mkdocs

    - adds back sphinx configs
    - refactors `docs/gen_docs.py` to generate both
    sphinx and mkdocs based docs as needed
    - ignores dynamically generated doc files
    - updates development dependencies
    
    **Related items**
    
    *Issues*
    
    - Closes #258
    nandgator committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b2240e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Merge pull request #262 from joe733/workshop

    feat: docs can be built with both sphinx & mkdocs
    nandgator authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    668f9f4 View commit details
    Browse the repository at this point in the history
  2. fix: improves build process

    - renames script to `build_pgk.py`
    - ignores dynamically generated man pages
    - pkg includes `docs/validators.1` in built package
    - adds option to select between web and man, Sphinx builds
    - updates `build.yml` workflow accordingly
    nandgator committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    079280a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge pull request #263 from joe733/workshop

    fix: improves build process
    nandgator authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    75cda81 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: removes 64-char limit for url path & query

    - removes IDNA enforced 64-char limit on url path & query
    - validates absurd quoted url: `http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com`
    - updates dependencies, changelog and pre-commit-hooks
    - bumps patch version
    
    **Related items**
    
    *Issues*
    
    - Closes #257
    nandgator committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1aa6119 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge pull request #264 from joe733/workshop

    fix: removes 64-char limit for url path & query
    nandgator authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5b960f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4870803 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #265 from joe733/workshop

    feat: zero required dependencies
    nandgator authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    855fee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865ceff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #266 from joe733/workshop

    fix: project root install is required for build
    nandgator authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    506d22b View commit details
    Browse the repository at this point in the history
Loading