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.3.2
Choose a base ref
...
head repository: raystack/stencil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 229 files changed
  • 6 contributors

Commits on Sep 15, 2022

  1. feat: base Stencil UI (#135)

    Co-authored-by: Ravi Suhag <[email protected]>
    h4rikris and ravisuhag authored Sep 15, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c5fbcad View commit details

Commits on Sep 23, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    521d0ad View commit details

Commits on Oct 19, 2022

  1. Updated the dependencies in README.md (#159)

    Updated the dependencies in README.md and added one of the dependencies which is yarn, without which the make build command was failing
    hemanthsavasere authored Oct 19, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7dcfa0f View commit details

Commits on Oct 22, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14c8310 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    12516cb View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    831f2a4 View commit details

Commits on Nov 14, 2022

  1. fix(go-client): parllel schema loads if descriptor accessed from diff…

    …erent go routines (#162)
    
    goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines.
    Removed goburrowcache.Implemented simple reloader with Ticker.
    h4rikris authored Nov 14, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf8b878 View commit details

Commits on Jul 12, 2023

  1. docs: minor fixes on broken links and refs (#163)

    * docs: update broken links with new org name
    
    * docs: update links in contribution docs
    GrayFlash authored Jul 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    254183a View commit details

Commits on Jul 13, 2023

  1. chore: rename to raystack

    ravisuhag committed Jul 13, 2023
    Copy the full SHA
    23a8ed4 View commit details

Commits on Jul 14, 2023

  1. release: version 0.4.0

    ravisuhag committed Jul 14, 2023
    Copy the full SHA
    b745f09 View commit details

Commits on Jul 18, 2023

  1. chore: upgrade protos (#164)

    * chore: fix typos
    
    * build: run make ui before release
    
    * chore: update protobuf
    
    * build: version bump
    ravisuhag authored Jul 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    941e049 View commit details

Commits on Aug 9, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d549cc7 View commit details

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    efce4da View commit details

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07884e4 View commit details

Commits on Mar 26, 2024

  1. feat: add python client (#170)

    prakharmathur82 authored Mar 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2213f4b View commit details

Commits on Jun 5, 2024

  1. chore: update .goreleaser.yaml (#176)

    ravisuhag authored Jun 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    859e220 View commit details
  2. chore: release 0.5.1 (#177)

    * chore: release 0.51
    
    * chore: release 0.5.1
    ravisuhag authored Jun 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    eb799d0 View commit details
Loading