Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to export one or multiple configuration files via the configuration server's web interface #1396

Closed
mariusoe opened this issue Apr 20, 2022 · 1 comment · Fixed by #1439
Assignees
Labels

Comments

@mariusoe
Copy link
Member

As a user, I want to be able to download a configuration file (or a directory) directly via the configuration UI, so that I don't have to copy its content manually into a local file.


Currently, it is not possible to download one or multiple configuration files via the configuration UI. If a user wants to download a file, its content must be manually copied and pasted into a local file. For this reason, it should be possible that a file or a whole folder can be downloaded via the Web UI (e.g. by right-clicking with the help of a context menu of the file tree). If a single file is downloaded, then this file should simply be saved as normal YAML. If multiple files or entire folders are downloaded, they should be bundled into an archive so that there is just one file to download. Creating an archive should be done on the client side, so that the Configuration Server does not need to be extended by a new endpoint.

@marcel-haag marcel-haag self-assigned this May 17, 2022
@marcel-haag
Copy link
Contributor

Related MR: #1439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants