aptly/api
Ryan Gonzalez 8d09c202db Skip loading reflists when listing published repos
The output doesn't actually depend on the reflists, and loading them for
every published repo starts to take substantial time and memory.

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
2024-04-24 17:35:44 +02:00
..
api.go implement structured logging 2023-02-20 13:42:50 +01:00
api_test.go Fix: Switch gin mode depending on aptly.EnableDebug 2023-03-07 13:04:12 +01:00
db.go More informative return value for task.Process 2022-01-27 09:30:14 +01:00
files.go Use github.com/saracen/walker for file walk operations 2024-04-24 16:46:16 +02:00
gpg.go gpg api: allow self signed and use default gpg version 2024-04-03 10:16:56 +02:00
graph.go replace AbortWithError calls by custom function that sets the content type correctly 2023-01-23 10:42:57 +01:00
metrics.go add endpoint for listing repos while serving in api mode and add more metrics 2023-03-22 17:22:54 +01:00
middleware.go implement structured logging 2023-02-20 13:42:50 +01:00
middleware_test.go implement structured logging 2023-02-20 13:42:50 +01:00
mirror.go fix golint complaints 2024-03-06 06:21:36 +01:00
mirror_test.go Configurable background task execution 2022-01-27 09:30:14 +01:00
packages.go replace AbortWithError calls by custom function that sets the content type correctly 2023-01-23 10:42:57 +01:00
publish.go Skip loading reflists when listing published repos 2024-04-24 17:35:44 +02:00
repos.go fix golint complaints 2024-03-06 06:21:36 +01:00
router.go s3 api: get publish root list 2024-04-03 10:14:01 +02:00
s3.go s3 api: get publish root list 2024-04-03 10:14:01 +02:00
snapshot.go fix golint complaints 2024-03-06 06:21:36 +01:00
task.go chore: unnecessary use of fmt.Sprintf 2023-07-14 11:35:08 +02:00
task_test.go Return an empty array if no tasks are available 2022-11-17 10:44:35 +01:00