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

fix: ensures .git folders are excluded #1194

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

pedrolamas
Copy link
Member

Moonraker currently sends websocket notifications for file system changes on ".git" folders, causing Fluidd to refresh the File System cache.

This PR will check if a ".git" folder is part of the path in the notification, and if so, ignore it.

Fixes #1193

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Sep 30, 2023
@pedrolamas pedrolamas added this to the 1.25.4 milestone Sep 30, 2023
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas merged commit 2cee275 into fluidd-core:develop Sep 30, 2023
3 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/fix-1193 branch September 30, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fluidd is showing '.git' folders
1 participant