Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Apr 10, 2025

  1. feat: add helpers to extract processed api from spectral context

    The Spectral 'context' object contains processed data about the
    OpenAPI definition being validated, including the resolved and
    unresolved versions of the definition and information about
    references. We use these objects in rule functions and they need
    to be extracted from deeply nested fields in the spectral context.
    Rather than always needing to remember or look up the fields,
    this commit allows us to use simple helper functions to get the
    data we need.
    
    Signed-off-by: Dustin Popp <[email protected]>
    dpopp07 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    1473442 View commit details
    Browse the repository at this point in the history
  2. refactor: adjust code to use new spectral context utilities

    Signed-off-by: Dustin Popp <[email protected]>
    dpopp07 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    c15811f View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.8.0 [skip ci]

    # @ibm-cloud/openapi-ruleset-utilities [1.8.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-04-07)
    
    ### Features
    
    * add helpers to extract processed api from spectral context ([47d3841](47d3841))
    semantic-release-bot authored and dpopp07 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    167c901 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.30.0 [skip ci]

    # @ibm-cloud/openapi-ruleset [1.30.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-04-07)
    
    ### Dependencies
    
    * **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.8.0
    semantic-release-bot authored and dpopp07 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    104e4a0 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.34.0 [skip ci]

    # ibm-openapi-validator [1.34.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.34.0) (2025-04-07)
    
    ### Dependencies
    
    * **@ibm-cloud/openapi-ruleset:** upgraded to 1.30.0
    * **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.8.0
    semantic-release-bot authored and dpopp07 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    b5ace72 View commit details
    Browse the repository at this point in the history
Loading