0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-24 23:51:04 +01:00
Christopher Homberger aef1d49c32 Reduce paging inconsistency
* disallow bypassing configured limits in api
* allow per_page without documenting it
* allow limit for the only endpoint only allowing per_page

This is an paging inconsistency api review, please comment your opinion about the added code comments

* 	ctx.SetLinkHeader(int(totalNumOfBranches), listOptions.PageSize) missing for several api endpoints should I add them everywhere?

* do we want to accept per_page in api?
  * better compatibility with existing keda github_runner
2025-05-28 20:51:27 +02:00
..
2025-03-31 01:53:48 -04:00
2025-05-27 16:49:05 +00:00
2025-05-27 16:49:05 +00:00
2024-11-20 19:26:12 +00:00
2025-03-31 01:53:48 -04:00
2025-04-01 10:14:01 +00:00
2025-03-25 14:40:31 +00:00
2025-04-01 10:14:01 +00:00
2025-01-13 14:01:53 +08:00
2025-01-13 14:01:53 +08:00
2025-05-28 20:51:27 +02:00
2025-03-31 01:53:48 -04:00
2025-03-25 14:40:31 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.