GitRepoController
class GitRepoController extends Controller
Class GitRepoController
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Properties
protected | $flysystem | ||
protected | $connection | ||
protected | $basePath | ||
protected | $GitRepoService | ||
protected | $laudatioUtils | ||
protected | $GitLabService | ||
protected | $elasticService |
Methods
__construct(GitRepoInterface $Gitservice, FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils, GitLabInterface $GitLabService, ElasticsearchInterface $elasticService)
GitRepoController constructor.
Factory|View
listProjects(string $path = "")
No description
Factory|View
listSchema(string $path = "")
No description
Factory|View
readFile($path)
No description
RedirectResponse
deleteFile($path)
No description
RedirectResponse
deleteDataFile($path)
No description
RedirectResponse
deleteUntrackedFile($path)
No description
RedirectResponse
deleteUntrackedDataFile($path)
No description
RedirectResponse
updateFileVersion($path)
Perform modification to file in git
RedirectResponse
addFiles($path, $corpus)
Stage headers to git
RedirectResponse
commitFiles(string $dirname = "", $commitmessage, $corpusid)
Commit staged header to GIT
mixed
validateCorpus(Request $request)
No description
mixed
deleteMultipleFiles(Request $request)
deleteMultipleFiles
mixed
createFormatFolder(Request $request)
createFormatFolder
Details
at line 42
__construct(GitRepoInterface $Gitservice, FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils, GitLabInterface $GitLabService, ElasticsearchInterface $elasticService)
GitRepoController constructor.
at line 58
Factory|View
listProjects(string $path = "")
at line 117
Factory|View
listSchema(string $path = "")
at line 164
Factory|View
readFile($path)
at line 179
RedirectResponse
deleteFile($path)
at line 349
RedirectResponse
deleteDataFile($path)
at line 366
RedirectResponse
deleteUntrackedFile($path)
at line 402
RedirectResponse
deleteUntrackedDataFile($path)
at line 423
RedirectResponse
updateFileVersion($path)
Perform modification to file in git
at line 443
RedirectResponse
addFiles($path, $corpus)
Stage headers to git
at line 461
RedirectResponse
commitFiles(string $dirname = "", $commitmessage, $corpusid)
Commit staged header to GIT
at line 475
mixed
validateCorpus(Request $request)
at line 498
mixed
deleteMultipleFiles(Request $request)
deleteMultipleFiles
at line 534
mixed
createFormatFolder(Request $request)
createFormatFolder