API: PullReview is lacking an updated_at #9078

Closed
opened 2025-11-02 08:28:39 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @mheden on GitHub (Jun 17, 2022).

Feature Description

In the API, the PullReview object does only have an creation date (submitted_at) but not an updated_at.

If a PullReview is started (PENDING) and the reviewer is delayed for some reason, the APPROVED the only time available is the time submitted but not when the state changed to APPROVED.

The webinterface seem to be able to extract this information somehow though, so maybe I'm using the wrong endpoint?

Screenshots

No response

Originally created by @mheden on GitHub (Jun 17, 2022). ### Feature Description In the API, the `PullReview` object does only have an creation date (`submitted_at`) but not an `updated_at`. If a PullReview is started (`PENDING`) and the reviewer is delayed for some reason, the `APPROVED` the only time available is the time submitted but not when the state changed to `APPROVED`. The webinterface seem to be able to extract this information somehow though, so maybe I'm using the wrong endpoint? ### Screenshots _No response_
GiteaMirror added the type/proposalmodifies/api labels 2025-11-02 08:28:39 -06:00
Author
Owner

@mheden commented on GitHub (Jun 17, 2022):

It looks like the "updated" time is available in the database at least.

@mheden commented on GitHub (Jun 17, 2022): It looks like the "updated" time is available in the database at least.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9078