-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new API endpoint requests/latest
The requests/latest endpoint will return the most recent request for a given repo_name and git ref. - The git repo_name and ref will be provided to the API as query parameters - The git repo_name is the namespaced repository name, not the full git URL (e.g. release-engineering/retrodep) - The most recent request among those with the same repo_name and ref is considered to be the one with the highest request_id Signed-off-by: Taylor Madore <tmadore@redhat.com>
- Loading branch information
1 parent
0570c12
commit 793e21e
Showing
3 changed files
with
291 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters