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: raystack/stencil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: raystack/stencil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 3 commits
  • 69 files changed
  • 1 contributor

Commits on Aug 9, 2023

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

Commits on Oct 26, 2023

  1. feat: JSON schema compatibility check (#167)

    * implement abstractted IsBackwardCompatible function
    
    * update jsonschema dependency
    
    * implement explore schema function
    
    * error wrapper and helper functions
    
    * bump go version to 1.20 to add support for generics
    
    * refactored utils.go function name and few functions
    
    * added static schema uri for equal comparison across schemas for location
    
    * feat: implemented compatibility feature checks
    
    * filter remote references from backward compatibility check
    
    * feat: added check to restrict additional properties to to enforce open content model
    
    * refactor compare schemas for better testability
    
    * add compatibility test for additionalProperties check
    
    * add test for compareSchema
    
    * add property deleted test
    
    * refactor: make type checks injectible for better testing
    
    * added test for type check correctness
    
    * refactor: move helper check functions to compatibility_helper file
    
    * added test for reference check
    
    * added tests for anyOf, allOf and oneOf conditionals
    
    * added test to check field addition and added formatting
    
    * adde checks for property addition
    
    * added stub for tests
    
    * feat: add schema for testing item schema
    
    * implement item schema compatibility checks
    
    * implement item schema exploration
    
    * add nil check on type check executor
    
    * fix: formatting and linting errors
    
    * bump golang version for linting and test-server
    
    * bump go version in release pipeline
    
    * added new line to all json files
    
    * fix: comments on compatibility files
    
    * add parameter name for better readability
    
    * added new line to json file
    
    * improve correctness of backward compatibility by for oneOf and any Of conditions
    
    * added formatting
    
    * remove unused oneOf modified
    
    * removed duplicate enum check
    
    * fixed test when ref is absent
    
    * fix: delete duplicated fields
    punit-kulal authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    efce4da View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. fix: Update goreleaser to fix release failure (#168)

    * changes to go-releaser to build locally
    
    * build on tags
    
    * revert: args changes
    
    * docs: updated docs to point to v0.5.0
    
    * fix: revert clj dependency of stencil to 0.4.0
    punit-kulal authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    07884e4 View commit details
    Browse the repository at this point in the history
Loading