Dragonfly Console
Go to file
dependabot[bot] 686b051305
chore(deps): bump codecov/codecov-action from 4 to 5 (#410)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 10:29:24 +08:00
.github chore(deps): bump codecov/codecov-action from 4 to 5 (#410) 2024-12-03 10:29:24 +08:00
.husky feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
cypress fix: job rate limit (#409) 2024-11-11 13:48:18 +08:00
docs/images/contributing feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
public fix: job rate limit (#409) 2024-11-11 13:48:18 +08:00
src fix: job rate limit (#409) 2024-11-11 13:48:18 +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 fix: edit cluster page problem (#360) 2024-03-08 13:20:23 +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 chore(deps-dev): bump eslint-plugin-cypress from 3.6.0 to 4.0.0 (#400) 2024-10-17 00:01:04 +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.