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: oapi-codegen/iris-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: oapi-codegen/iris-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 12, 2023

  1. Remove https in tests

    As this breaks tests when we remove `testutil`, for a reason not yet
    understood.
    jamietanna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    909bdf0 View commit details
    Browse the repository at this point in the history
  2. Remove testutil dependency

    As it leads to a circular dependency when we want to consume this
    middleware module from `oapi-codegen` itself, and as it's not doing too
    much heavy lifting we can remove it.
    jamietanna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0401e7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from oapi-codegen/chore/testutil

    Remove `testutil` dependency
    jamietanna authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e2633ee View commit details
    Browse the repository at this point in the history
Loading