dragonfly/manager/handlers
Gaius 903ba33a5d
feat: support get info of the preheating image (#4139)
* feat: support get image by job

Signed-off-by: Gaius <gaius.qi@gmail.com>

* feat: support get info of the preheating image

Signed-off-by: Gaius <gaius.qi@gmail.com>

* feat: refactor GetImageJob to GetImageDistributionJob and improve error handling

Signed-off-by: Gaius <gaius.qi@gmail.com>

---------

Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-06-18 10:57:22 +00:00
..
application.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
application_test.go feat: add scope for preheating job (#3497) 2024-09-14 14:20:09 +08:00
audit.go feat: adds the audit middleware to records the system audit events (#3958) 2025-04-16 17:58:24 +08:00
audit_test.go feat: support query parameters for list audit API (#3970) 2025-04-22 13:38:11 +08:00
bucket.go refactor(manager/handlers/bucket.go): Reorder imports for clarity (#4052) 2025-05-12 12:17:21 +08:00
bucket_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
cluster.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
cluster_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
config.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
config_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
handlers.go fix: count of total page in pagination (#1993) 2023-06-28 17:34:23 +08:00
handlers_test.go test: add unit test for manager handler (#3222) 2024-04-24 23:40:39 +08:00
health.go feat: replace gin-gonic/gin with gorilla/mux (#1389) 2023-06-28 17:33:28 +08:00
health_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
job.go feat: support get info of the preheating image (#4139) 2025-06-18 10:57:22 +00:00
job_test.go feat: support searching task by url for GetTask and DeleteTask (#3607) 2024-10-28 20:09:56 +08:00
oauth.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
oauth_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
peer.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
peer_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
permission.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
permission_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
persistent_cache_task.go feat(manager): optimize service of the persistent cache task (#3929) 2025-04-03 10:37:18 +08:00
persistent_cache_task_test.go feat: add unit tests for persistent cache task handlers (#4023) 2025-04-29 08:52:49 +00:00
personal_access_token.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
personal_access_token_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
preheat.go feat: rename manager/model to manager/models (#2191) 2023-06-28 17:34:39 +08:00
preheat_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
role.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
role_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
scheduler.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
scheduler_cluster.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
scheduler_cluster_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
scheduler_feature.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
scheduler_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
seed_peer.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
seed_peer_cluster.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
seed_peer_cluster_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
seed_peer_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
user.go feat: add swagger annotations for open API router (#3885) 2025-03-13 12:18:37 +08:00
user_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00