inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

Support for README files for configuration directories in the Configuration UI #1415

Open mariusoe opened 2 years ago

mariusoe commented 2 years ago

As a user, I want to be able to add a readme markdown file to configuration directories (in the configuration server) and that they are rendered by the configuration UI, so that I can add descriptions and configuration related text directly to the configuration.


In this ticket, the configuration UI and configuration server should be extendend, so that markdown files can be created and edited. Currently, nothing is shown when selecting a directory in the configuration UI. As soon as there are markdown files, the markdown file called "README.md" should be rendered when selecting a directory. So the behavior here would be the same as it is on GitHub.

sbraitsch commented 2 years ago

Working Branch: https://github.com/Napfschnecke/inspectit-ocelot/tree/feat/feature-1415

Bugs/Unwanted behaviour:

Notes: