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: JuliaComputing/OpenAPI.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JuliaComputing/OpenAPI.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tan/val
Choose a head ref
  • 2 commits
  • 127 files changed
  • 1 contributor

Commits on Apr 10, 2025

  1. feat: helpers for serverside validations

    This adds validation method templates that can be used by `openapi-generator` to generate better serverside validation code.
    
    All client and server code have been updated using a branch of `openapi-generator` that does that. A PR with that to `openapi-generator` repo will follow. A few test methods had to be changed to conform to the additional validations.
    tanmaykm committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    407cdca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0afb2f View commit details
    Browse the repository at this point in the history
Loading