Dragonfly Console
Go to file
Zhaoxinxin 4149d948d6
feat: add peers page e2e test (#344)
Signed-off-by: zhaoxinxin <1186037180@qq.com>
2023-12-19 17:39:40 +08:00
.github feat: add show cluster page e2e test (#324) 2023-12-04 14:41:14 +08:00
.husky feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
cypress feat: add peers page e2e test (#344) 2023-12-19 17:39:40 +08:00
docs/images/contributing feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
public feat: add peer data visualization (#298) 2023-10-17 12:36:54 +08:00
src feat: add peers page e2e test (#344) 2023-12-19 17:39:40 +08:00
.editorconfig feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.eslintignore feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.eslintrc.json feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.gitignore feat: cypress text (#317) 2023-11-08 23:35:06 +08:00
.prettierignore feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.prettierrc feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
CONTRIBUTING.md feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
LICENSE Initial commit 2021-08-13 18:21:55 +08:00
README.md feat: add badge (#334) 2023-12-08 18:35:13 +08:00
codecov.yml feat: add peers page e2e test (#344) 2023-12-19 17:39:40 +08:00
commitlint.config.js feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
config-overrides.js feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
cypress.config.ts feat: cypress text (#317) 2023-11-08 23:35:06 +08:00
go.mod feat: skip symlinks 2021-08-17 21:39:03 +08:00
package.json feat: add peers page e2e test (#344) 2023-12-19 17:39:40 +08:00
tsconfig.json feat: cypress text (#317) 2023-11-08 23:35:06 +08:00

README.md

Dragonfly Console

GitHub release LICENSE Coverage

Introduction

Dragonfly console is the front-end console of dragonfly, through which you can easily configure clusters and view cluster information.

Functionality Overview

  • Scheduler Cluster: Manage the scheduler cluster and configure the information of the scheduler cluster.

  • Seed Peer Cluster: Manage the seed peer cluster and configure the seed peer cluster information.

  • Security: Manage security groups and security rules, users can configure the security groups associated with the scheduler cluster.

  • Permissions: Manage permissions and roles.

  • Task: Manage asynchronous tasks, including preheat tasks.

  • User: Manage user information, you can change user roles here.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.