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

Closes #1187: Extend the configuration UI to be able to hide files #1493

Closed marcel-haag closed 2 years ago

marcel-haag commented 2 years ago

closes #1187

This change is Reviewable

heiko-holz commented 2 years ago

a discussion (no related file):

Previously, aaronweissler wrote…
When I create a new file or folder while hidden files are not shown, they all appear again. I assume it is because in the `writeFile` action the `fetchFiles` action is dispatched as well. Maybe the hiding could be incorporated into the `fetchFiles` action directly? I also wonder if the default should be that the hidden files are not shown, so they are only shown when explicitly asked for?

Good point, thank you for the comment!

I have refactored toggleShowHiddenFiles and incorporated it in fetchFiles.

Let's discuss the default state in the next meeting.

heiko-holz commented 2 years ago

a discussion (no related file):

Previously, heiko-holz (Heiko Holz) wrote…
Good point, thank you for the comment! I have refactored `toggleShowHiddenFiles` and incorporated it in `fetchFiles`. Let's discuss the default state in the next meeting.

The default state was now changed to false, i.e., hidden files are not shown per default