Skip to content
Snippets Groups Projects
Commit ab6de4ee authored by Antoine Lambert's avatar Antoine Lambert
Browse files

api: Update /revision/(sha1_git)/log/ endpoint

Clarify the order in which revisions are returned (BFS) in documentation.

Stop returning next-link in response headers as it is not sufficient to properly
resume the BFS traversal on the revision graph.

Remove any references to pagination in documentation and rename per_page query
parameter to limit (also set its max value to 1000).

Add warning in documentation explaining how a client can obtain the full BFS
traversal of the revision graph.

Remove useless optional prev_sha1s URL argument.

Closes T2450
parent 2d0db7f2
No related branches found
No related tags found
1 merge request!338api: Update /revision/(sha1_git)/log/ endpoint
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment