|
|
@@ -1,4 +1,5 @@
|
|
|
(ns frontend.handler.file-based.repo
|
|
|
+ "Repo fns for creating, loading and parsing file graphs"
|
|
|
(:require [clojure.string :as string]
|
|
|
[frontend.config :as config]
|
|
|
[frontend.context.i18n :refer [t]]
|
|
|
@@ -278,8 +279,6 @@
|
|
|
:empty-graph? empty-graph?})
|
|
|
(state/set-parsing-state! {:graph-loading? false})))
|
|
|
|
|
|
-
|
|
|
-
|
|
|
(defn load-repo-to-db!
|
|
|
[repo-url {:keys [diffs file-objs refresh? new-graph? empty-graph?]}]
|
|
|
(spec/validate :repos/url repo-url)
|