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

openapi3: reference originating locations in YAML specs - step 1 #1007

Merged
merged 46 commits into from
Oct 21, 2024

Commits on Aug 19, 2024

  1. add origin - step 1

    reuvenharrison committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    20a9abd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. point to Origin

    reuvenharrison committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7d41bd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    450e4d0 View commit details
    Browse the repository at this point in the history
  2. revert comments

    reuvenharrison committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6b52b19 View commit details
    Browse the repository at this point in the history
  3. use const originKey

    reuvenharrison committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    775ab17 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. comment to Scopes

    reuvenharrison committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d241445 View commit details
    Browse the repository at this point in the history
  2. test more specs

    reuvenharrison committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    206c1be View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fix Discriminator

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    032ff76 View commit details
    Browse the repository at this point in the history
  2. update docs

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4304772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ee9fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8095459 View commit details
    Browse the repository at this point in the history
  5. add comments

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d24b68a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5cf284 View commit details
    Browse the repository at this point in the history
  7. update docs

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98ace80 View commit details
    Browse the repository at this point in the history
  8. dedicated tests

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c981f30 View commit details
    Browse the repository at this point in the history
  9. update docs

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6daf324 View commit details
    Browse the repository at this point in the history
  10. remove whitespace

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    17db6ab View commit details
    Browse the repository at this point in the history
  11. rm empty line

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    015b63e View commit details
    Browse the repository at this point in the history
  12. rm last newline

    reuvenharrison committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    34f95b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. add tests

    reuvenharrison committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    020e44b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. rm unused test files

    reuvenharrison committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    07a3b25 View commit details
    Browse the repository at this point in the history
  2. update deps

    reuvenharrison committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cba19cf View commit details
    Browse the repository at this point in the history
  3. fix paths test

    reuvenharrison committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2d5e393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9f7dd6 View commit details
    Browse the repository at this point in the history
  5. fix LF

    reuvenharrison committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aa8c5b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    3aca4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea36a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add github.com/pb33f/libopenapi (#1004)

    * Add github.com/pb33f/libopenapi
    
    it looks like a reasonable alternative
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Pierre Fenoll <[email protected]>
    2 people authored and reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    929edf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2c2b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0125b1b View commit details
    Browse the repository at this point in the history
  4. openapi2: fix un/marshalling discriminator field (#1011)

    * fix: issue unmarshalling when discriminator field is set in openapi2.0
    
    * revert original approach
    
    * update with different approach
    
    * Revert "update with different approach"
    
    This reverts commit 2db2b39.
    
    * v2 schema with discriminator field set as string
    
    * update ref link and comment
    
    * run docs.sh
    reversearrow authored and reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    45f4435 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfdf905 View commit details
    Browse the repository at this point in the history
  6. openapi3: skip a test in CI to avoid 403s from some remote server (#1019

    )
    
    Signed-off-by: Pierre Fenoll <[email protected]>
    fenollp authored and reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dd25946 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8113413 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f2e185 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3b2867 View commit details
    Browse the repository at this point in the history
  10. Fix Discriminator

    reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3cba697 View commit details
    Browse the repository at this point in the history
  11. update docs

    reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    74dcf9e View commit details
    Browse the repository at this point in the history
  12. update doccs

    reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    712c943 View commit details
    Browse the repository at this point in the history
  13. merge with stringmap

    reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9aadd59 View commit details
    Browse the repository at this point in the history
  14. remove unused Scopes

    reuvenharrison committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    184fa8c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5df8e49 View commit details
    Browse the repository at this point in the history