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: v/jsonmime
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: main
Choose a head ref
  • 5 commits
  • 127 files changed
  • 3 contributors

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    5fa7fb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from JuliaComputing/v/jsonmime

    fix : better matching of json mime types
    vdayanand authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    4350fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Update Project.toml

    vdayanand authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    3c9d48a View commit details
    Browse the repository at this point in the history

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
    7d27c4e View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    0c95ebb View commit details
    Browse the repository at this point in the history
Loading