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/oapi-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: oapi-codegen/oapi-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wip
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 39 files changed
  • 2 contributors

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    5772ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a31a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a571cc4 View commit details
    Browse the repository at this point in the history
  4. build: create a Makefile per module

    As part of future changes to introduce the `net/http`-only server, we'll
    introduce the reliance on Go 1.22-only code.
    
    The way that we currently lint/build/etc the project doesn't make this
    easy to do so, so we should instead refactor our build steps to make
    this easier.
    
    This is the best option I can see right now, but will be happy to tweak
    it if we can find an alternative.
    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c870172 View commit details
    Browse the repository at this point in the history
  5. build: Add tidy-ci make target

    I'd not realised that we were - still - using this separate setup just
    in GitHub Actions.
    
    To make this cleaner, as well as fit into our new structure for managing
    multi-module `Makefile`s, we can create a new `make` task for CI.
    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c297668 View commit details
    Browse the repository at this point in the history
  6. rew! feat: add support for Go 1.22+ net/http routing

    As part of #1068, we want to add support for the new Go 1.22+
    `net/http`-only router, which will allow using `oapi-codegen` with
    reduced external dependencies, which will likely be **??**
    
    This requires we:
    
    - **??**
    - **??**
    
    Closes #1068.
    thedadams authored and jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a23fde8 View commit details
    Browse the repository at this point in the history
  7. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4a9859d View commit details
    Browse the repository at this point in the history
  8. Revert "sq"

    This reverts commit 4a9859d.
    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3c43003 View commit details
    Browse the repository at this point in the history
  9. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0126272 View commit details
    Browse the repository at this point in the history
  10. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1d7b734 View commit details
    Browse the repository at this point in the history
  11. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    137df66 View commit details
    Browse the repository at this point in the history
  12. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e2180d5 View commit details
    Browse the repository at this point in the history
  13. sq

    jamietanna committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6011c85 View commit details
    Browse the repository at this point in the history
Loading