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

Implement a safe_url based on all standards #221

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. Fix pytest-cov warning

    Gallaecio committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    86711dd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    030a996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0dc16 View commit details
    Browse the repository at this point in the history
  3. Progress on typing

    Gallaecio committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    17ee8d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Address typing issues

    Gallaecio committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    aef0532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe4032 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Progress on tests

    Gallaecio committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    86435df View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    79193bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f6e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fc830 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    7e72474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c62859 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    3623c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2513ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d92740 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a080da View commit details
    Browse the repository at this point in the history
  5. Add a performance test

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    79eafeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3028165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    091905e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fea33a6 View commit details
    Browse the repository at this point in the history
  9. 0.1 speed-up

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    184e5a7 View commit details
    Browse the repository at this point in the history
  10. x1.2 speed up

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4c21a0e View commit details
    Browse the repository at this point in the history
  11. x1.67 speed up

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c317f9e View commit details
    Browse the repository at this point in the history
  12. Remove unused code

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7152d0b View commit details
    Browse the repository at this point in the history
  13. x1.125 speed up

    Gallaecio committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9daca87 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Use urllib.parse.unquote

    Gallaecio committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    88f32ae View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    63a2f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefbb9e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    8185cdc View commit details
    Browse the repository at this point in the history
  2. Update test expectations

    Gallaecio committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bd15eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b18c9a View commit details
    Browse the repository at this point in the history
  4. WIP

    Gallaecio committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4960889 View commit details
    Browse the repository at this point in the history
  5. Refactor _URL

    Gallaecio committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    25ecb97 View commit details
    Browse the repository at this point in the history
  6. Minor improvements

    Gallaecio committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    66b9154 View commit details
    Browse the repository at this point in the history
  7. Minor change

    Gallaecio committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8f1f809 View commit details
    Browse the repository at this point in the history