Move Git hook logic to Opengist (#213)

هذا الالتزام موجود في:
Thomas Miceli
2024-01-23 20:24:01 +01:00
الأصل dfe70dc4cf
التزام 7a75c5ecfa
16 ملفات معدلة مع 407 إضافات و193 حذوفات

عرض الملف

@@ -17,12 +17,12 @@ type ActionStatus struct {
}
const (
SyncReposFromFS = iota
SyncReposFromDB = iota
GitGcRepos = iota
SyncGistPreviews = iota
ResetHooks = iota
IndexGists = iota
SyncReposFromFS = iota
SyncReposFromDB
GitGcRepos
SyncGistPreviews
ResetHooks
IndexGists
)
var (