Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: store changes filter by start time #455

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

ryanpq
Copy link
Contributor

@ryanpq ryanpq commented Nov 19, 2024

Description

Implementing start time option in read changes endpoint

References

openfga/api#204

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

If you haven't done so yet, we would appreciate it if you could star the OpenFGA repository. :)

@ryanpq ryanpq marked this pull request as ready for review November 27, 2024 20:04
@ryanpq ryanpq requested a review from a team as a code owner November 27, 2024 20:04
Copy link
Member

@ewanharris ewanharris left a comment

Choose a reason for hiding this comment

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

It looks like we're differing on how start_time is provided with some using Options (.NET, Go, Python) and others using the Request (JS, maybe Java?)

imo, we should treat start_time similar to type as it smells like a "user provided value" but we don't really have a strict definition AFAIK.

@rhamzeh rhamzeh changed the title (feat) store changes filter by start time feat: store changes filter by start time Dec 9, 2024
start_time in read changes api

Update config/clients/python/template/src/sync/client/client.py.mustache

Update config/clients/python/template/src/client/models/read_changes_request.py.mustache

Update config/clients/python/template/src/client/models/read_changes_request.py.mustache

move ReadChanges start_time to body instead of options in dotNet

Update to python readme, dotNet model

Readme updates for start_time in changes

updates to java start_time in read changes

updates to java start_time in read changes

updates to java start_time in read changes

updates to java start_time in read changes

updates to python start_time in read changes

updates to python start_time in read changes

updates to python start_time in read changes

updates to go start_time in read changes

updates to go start_time in read changes

updates to go start_time in read changes

updates to go start_time in read changes

Update js start_time in changes request

Update js start_time in changes request

Update js start_time in changes request

Update js start_time in changes request

Update js start_time in changes request

Adding Java changes for start time on read changes

dotnet client options error fix

read changes start_time WIP (dotnet)

changes start_time for python

changes start_time in js WIP

changes start_time for go WIP

dotNet start_time in read changes WIP

Co-Authored-By: Ewan Harris <ewan.harris@okta.com>
@ryanpq ryanpq force-pushed the feat/store-changes-filter-by-start-time branch from 5f4cb09 to 53af06c Compare December 16, 2024 22:01
@ewanharris ewanharris added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit a390427 Dec 17, 2024
14 checks passed
@ewanharris ewanharris deleted the feat/store-changes-filter-by-start-time branch December 17, 2024 17:22
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.

2 participants