Skip to content

feat: store changes filter by start time#455

Merged
ewanharris merged 1 commit into
mainfrom
feat/store-changes-filter-by-start-time
Dec 17, 2024
Merged

feat: store changes filter by start time#455
ewanharris merged 1 commit into
mainfrom
feat/store-changes-filter-by-start-time

Conversation

@ryanpq

@ryanpq ryanpq commented Nov 19, 2024

Copy link
Copy Markdown
Contributor

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

@ewanharris ewanharris left a comment

Copy link
Copy Markdown
Member

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.

Comment thread config/clients/dotnet/template/README_calling_api.mustache Outdated
Comment thread config/clients/go/template/README_calling_api.mustache
Comment thread config/clients/java/template/README_calling_api.mustache Outdated
Comment thread config/clients/js/template/README_calling_api.mustache Outdated
@rhamzeh rhamzeh changed the title (feat) store changes filter by start time feat: store changes filter by start time Dec 9, 2024
Comment thread config/clients/python/template/README_calling_api.mustache Outdated
Comment thread config/clients/dotnet/template/Client/Model/ClientReadChangesOptions.mustache Outdated
Comment thread config/clients/python/template/src/client/models/read_changes_request.py.mustache Outdated
Comment thread config/clients/python/template/src/client/models/read_changes_request.py.mustache Outdated
Comment thread config/clients/python/template/src/sync/client/client.py.mustache Outdated
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
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