chore: mv worker.file.page-rename to appropriate ns

This ns is file graph specific so it should be in a file-graph
specific ns. Its current location was confusing as it was next to
other namespaces in frontend.worker.file.* that are not
file graph specific. Also moved related tests to correct location
This commit is contained in:
Gabriel Horner
2024-06-12 11:38:00 -04:00
parent a9b7cb4274
commit 13f5971d3c
6 changed files with 212 additions and 234 deletions

View File

@@ -23,7 +23,9 @@
(mapv escape-shell-regex
["frontend.handler.file-based" "frontend.handler.file-sync"
"frontend.db.file-based"
"frontend.worker.handler.page.file-based" "frontend.worker.file"
"frontend.worker.handler.page.file-based"
;; Want to only specify this ns and not the ones under it but don't have a way yet
"frontend.worker.file"
"frontend.fs"
"frontend.components.file-sync"
"frontend.components.file-based"
@@ -42,10 +44,7 @@
(def file-graph-paths
"Paths _only_ for file graphs"
["src/main/frontend/handler/file_based" "src/main/frontend/handler/file_sync.cljs" "src/main/frontend/db/file_based"
"src/main/frontend/worker/handler/page/file_based"
;; TODO: Enable when fixed
#_"src/main/frontend/worker/file"
"src/main/frontend/worker/file.cljs"
"src/main/frontend/worker/handler/page/file_based" "src/main/frontend/worker/file.cljs"
"src/main/frontend/fs"
"src/main/frontend/components/file_sync.cljs"
"src/main/frontend/components/file_based"