dragonfly/manager/handlers
Chongzhi Deng 710f9f3e6e
test: add unit test for manager handler (#3222)
Signed-off-by: BruceAko <chongzhi@hust.edu.cn>
2024-04-24 23:40:39 +08:00
..
application.go feat: remove model api (#2194) 2023-06-28 17:34:39 +08:00
application_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
bucket.go feat: rename manager/model to manager/models (#2191) 2023-06-28 17:34:39 +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 cluster api in manager (#2288) 2023-06-28 17:34:47 +08:00
cluster_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
config.go feat: remove model api (#2194) 2023-06-28 17:34:39 +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: add personal access tokens api to rest server (#2583) 2023-07-31 21:54:59 +08:00
job_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
model.go feat: add update model rest api (#2530) 2023-07-10 18:19:14 +08:00
model_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
oauth.go feat: remove model api (#2194) 2023-06-28 17:34:39 +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 CreatePeer to manager rest api (#2749) 2023-09-20 13:43:12 +08:00
peer_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
permission.go chore: update golang import lint (#780) 2023-06-28 17:32:34 +08:00
permission_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
personal_access_token.go feat: add personal access tokens api to rest server (#2583) 2023-07-31 21:54:59 +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: rename manager/model to manager/models (#2191) 2023-06-28 17:34:39 +08:00
role_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00
scheduler.go feat: remove model api (#2194) 2023-06-28 17:34:39 +08:00
scheduler_cluster.go feat: remove model api (#2194) 2023-06-28 17:34:39 +08:00
scheduler_cluster_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +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: remove model api (#2194) 2023-06-28 17:34:39 +08:00
seed_peer_cluster.go feat: remove model api (#2194) 2023-06-28 17:34:39 +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: remove model api (#2194) 2023-06-28 17:34:39 +08:00
user_test.go test: add unit tests for manager handlers (#3202) 2024-04-22 17:42:59 +08:00