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: openfga/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: openfga/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 12 commits
  • 35 files changed
  • 5 contributors

Commits on Feb 10, 2025

  1. chore(deps): bump the dependencies group with 2 updates (#444)

    Bumps the dependencies group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [anchore/sbom-action](https://github.com/anchore/sbom-action).
    
    
    Updates `actions/setup-go` from 5.2.0 to 5.3.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@3041bf5...f111f33)
    
    Updates `anchore/sbom-action` from 0.17.9 to 0.18.0
    - [Release notes](https://github.com/anchore/sbom-action/releases)
    - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
    - [Commits](anchore/sbom-action@df80a98...f325610)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: anchore/sbom-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Copy the full SHA
    45f7d32 View commit details
  2. feat: Add time spent tracking to tuple write command (#450)

    * feat: add time spent tracking to tuple write command
    
    * lint fix
    
    * rm manual tests
    
    * fix test
    
    * refactor: simplify time duration formatting in writeTuplesFromFile function
    
    * chore: remove `time_spent` field from tuple test cases as it was throwing dynamic values
    Siddhant-K-code authored Feb 10, 2025
    Copy the full SHA
    31ea381 View commit details
  3. chore(deps): bump the dependencies group with 3 updates (#455)

    Bumps the dependencies group with 3 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier).
    
    
    Updates `golangci/golangci-lint-action` from 6.2.0 to 6.3.1
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@ec5d184...2e78893)
    
    Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@dc72c7d...c56c2d3)
    
    Updates `slsa-framework/slsa-verifier` from 2.6.0 to 2.7.0
    - [Release notes](https://github.com/slsa-framework/slsa-verifier/releases)
    - [Changelog](https://github.com/slsa-framework/slsa-verifier/blob/main/RELEASE.md)
    - [Commits](slsa-framework/slsa-verifier@3714a2a...6657aad)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: slsa-framework/slsa-verifier
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Copy the full SHA
    df9291d View commit details
  4. chore(deps): bump the dependencies group across 1 directory with 2 up…

    …dates (#453)
    
    Bumps the dependencies group with 2 updates in the / directory: [github.com/spf13/pflag](https://github.com/spf13/pflag) and google.golang.org/protobuf.
    
    
    Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.5...v1.0.6)
    
    Updates `google.golang.org/protobuf` from 1.36.3 to 1.36.5
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/pflag
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Copy the full SHA
    491e7c5 View commit details

Commits on Feb 14, 2025

  1. chore: added example of how to get the failed tuples to retry the call (

    #451)
    
    * chore: added example of how to get the failed tuples to retry the call
    
    * Update README.md
    
    Addressed comments
    aaguiarz authored Feb 14, 2025
    Copy the full SHA
    0103565 View commit details

Commits on Feb 20, 2025

  1. chore(deps): bump the dependencies group with 2 updates (#457)

    Bumps the dependencies group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).
    
    
    Updates `golangci/golangci-lint-action` from 6.3.1 to 6.5.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@2e78893...2226d7c)
    
    Updates `goreleaser/goreleaser-action` from 6.1.0 to 6.2.1
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@9ed2f89...90a3faa)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2025
    Copy the full SHA
    6bd12ed View commit details
  2. chore(deps): bump github.com/spf13/cobra in the dependencies group (#456

    )
    
    Bumps the dependencies group with 1 update: [github.com/spf13/cobra](https://github.com/spf13/cobra).
    
    
    Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.1...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2025
    Copy the full SHA
    d7c8382 View commit details

Commits on Feb 26, 2025

  1. chore(deps): bump sigstore/cosign-installer in the dependencies group (

    …#459)
    
    Bumps the dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).
    
    
    Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.1
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@c56c2d3...d7d6bc7)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2025
    Copy the full SHA
    836adf3 View commit details

Commits on Mar 3, 2025

  1. chore(deps): bump slsa-framework/slsa-github-generator (#462)

    Bumps the dependencies group with 1 update: [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator).
    
    
    Updates `slsa-framework/slsa-github-generator` from 2.0.0 to 2.1.0
    - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
    - [Commits](slsa-framework/slsa-github-generator@v2.0.0...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: slsa-framework/slsa-github-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2025
    Copy the full SHA
    651d84d View commit details

Commits on Mar 21, 2025

  1. chore(deps): upgrade dependencies (#466)

    * chore(deps): upgrade dependencies
    
    * chore: more dep bumps and lint fix
    rhamzeh authored Mar 21, 2025
    Copy the full SHA
    95e8422 View commit details
  2. chore: Update README.md to replace import by write command when impor…

    …ting tuples (#461)
    
    * Update README.md
    
    * remove import
    carlastabile authored Mar 21, 2025
    Copy the full SHA
    90bc4e5 View commit details

Commits on Mar 24, 2025

  1. feat: support ramping up write API requests (#465)

    * feat: support ramping up write API requests
    
    * release: v0.6.5
    rhamzeh authored Mar 24, 2025
    Copy the full SHA
    dd24e16 View commit details
Loading