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

Initial implementation #1

Merged
merged 28 commits into from
Jul 12, 2024
Merged

Initial implementation #1

merged 28 commits into from
Jul 12, 2024

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    612dd72 View commit details
    Browse the repository at this point in the history
  2. Support formaction and formmethod, and raise NotImplementedError for …

    …enctype and formenctype with a known unsupported value
    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    83d0200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    564f5fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4d0b61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c227a4d View commit details
    Browse the repository at this point in the history
  6. Solve additional CI issues

    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    29d1f6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec0a7c9 View commit details
    Browse the repository at this point in the history
  8. Complete test coverage

    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3475f17 View commit details
    Browse the repository at this point in the history
  9. Install pytest for mypy

    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ba3eb10 View commit details
    Browse the repository at this point in the history
  10. Run pre-commit

    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    991ab50 View commit details
    Browse the repository at this point in the history
  11. Allow method override

    Gallaecio committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e62c738 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update docs/usage.rst

    Co-authored-by: Mikhail Korobov <[email protected]>
    Gallaecio and kmike authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f37e269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e733f View commit details
    Browse the repository at this point in the history
  3. Add parsel support

    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0d0ded7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9830c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0337a40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e098d54 View commit details
    Browse the repository at this point in the history
  7. Remove cast usages

    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1907424 View commit details
    Browse the repository at this point in the history
  8. Allow overriding enctype

    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    259ddde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e54ae78 View commit details
    Browse the repository at this point in the history
  10. Minor refactoring

    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6974d95 View commit details
    Browse the repository at this point in the history
  11. Update exception messages and test expectations after adding multipar…

    …t/form-data support for the GET method
    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ba5da92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d6e25d View commit details
    Browse the repository at this point in the history
  13. Improve the docstring

    Gallaecio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f9ec401 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Minor doc improvements

    Gallaecio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    864a7e3 View commit details
    Browse the repository at this point in the history
  2. Fix typo (of → or)

    Gallaecio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    aa5ec68 View commit details
    Browse the repository at this point in the history
  3. Clarify a test scenario

    Gallaecio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    689d7ee View commit details
    Browse the repository at this point in the history