Skip to content

Conversation

@rhamzeh
Copy link
Member

@rhamzeh rhamzeh commented Nov 4, 2025

Description

What problem is being solved?

How is it being solved?

What changes are made to solve it?

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

Summary by CodeRabbit

  • New Features

    • Added --on-missing flag for tuple delete operations with error/ignore options
    • Added --on-duplicate flag for tuple write operations with error/ignore options
    • Clarified default behavior: ignore when importing/deleting from files; error for single tuple operations
  • Bug Fixes

    • Fixed relative path resolution in model tests

Copilot AI review requested due to automatic review settings November 4, 2025 15:45
@rhamzeh rhamzeh requested a review from a team as a code owner November 4, 2025 15:45
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 4, 2025

Walkthrough

A new release section [0.7.6] is added to CHANGELOG.md, documenting configurable conflict options for tuple operations (delete with --on-missing and write with --on-duplicate flags), a bug fix for relative path resolution in model tests, and updated release link references.

Changes

Cohort / File(s) Summary
Changelog Documentation
CHANGELOG.md
Added new [0.7.6] release section documenting configurable conflict options for tuple operations, a fix for relative path resolution in model tests, and updated release link references from v0.7.5...HEAD to v0.7.6...HEAD

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Changelog entries are straightforward documentation updates with no code logic changes

Possibly related PRs

  • release: v0.7.5 #587: Documents related CLI tuple operation behavior changes around duplicate/missing handling with flags and defaults for ignoring conflicts

Suggested reviewers

  • aaguiarz
  • jimmyjames

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'release: v0.7.6' directly and accurately reflects the main purpose of the pull request, which is to bump the version and update the changelog for v0.7.6.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v0.7.6

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 952fe0f and 24a09e5.

📒 Files selected for processing (1)
  • CHANGELOG.md (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Test Release Process
  • GitHub Check: Tests
🔇 Additional comments (2)
CHANGELOG.md (2)

348-349: Link references are correctly updated for the new release.

The [Unreleased] link has been properly updated from v0.7.5...HEAD to v0.7.6...HEAD, and a new link for [0.7.6] comparing v0.7.5...v0.7.6 has been added. The format is consistent with other release entries in the file.


10-19: Release section structure and content are well-organized.

The new [0.7.6] release entry follows the established changelog format with clear sections for Added and Fixed items. The default behavior clarification on line 16 and the issue/PR references on line 19 provide helpful context for users.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares a new release version 0.7.6 of the OpenFGA CLI by updating the changelog with release metadata and version comparison links.

  • Added a new version section [0.7.6] - 2025-11-04 to track the release date
  • Updated the Unreleased comparison link to reference v0.7.6 as the baseline
  • Added a comparison link for the v0.7.6 release

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rhamzeh rhamzeh added this pull request to the merge queue Nov 4, 2025
Merged via the queue into main with commit 01aa784 Nov 4, 2025
28 checks passed
@rhamzeh rhamzeh deleted the release/v0.7.6 branch November 4, 2025 17:05
@coderabbitai coderabbitai bot mentioned this pull request Nov 5, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants