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

New Endpoint - Querying project versions by update date #407

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

kkns-gs
Copy link
Contributor

@kkns-gs kkns-gs commented Oct 19, 2023

New Projects Versions Endpoint

/projects/versions/{createdFrom time in UTC milliseconds}?{createdTo end time in milliseconds in UTC}

to query for changed versions from a created from time limited possible by a created to time to enable querying for continuous change streams over time thereby reducing return load on the depot server as well as reducing processing for the client.

The times are specified in milliseconds and will be treated as UTC timestamps

…ble limit on result set to enable querying for continuous change streams over time thereby reducing return load on the depot server as well as reducing processing for the client.
@kkns-gs kkns-gs requested a review from a team as a code owner October 19, 2023 10:37
…n. Using updated field instead of creationDate and also hydrating it back in the results.

Removing unused lastUpdated field
@elopezcastro elopezcastro merged commit 86dc67f into finos:master Oct 26, 2023
1 check passed
@elopezcastro elopezcastro changed the title New Endpoint - Querying project versions by creation date New Endpoint - Querying project versions by update date Oct 26, 2023
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