summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/repo_restorer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-1/+0
| | | | | | | | | | Determined by running the script: ``` included = `git grep --name-only ShellAdapter`.chomp.split("\n") used = `git grep --name-only gitlab_shell`.chomp.split("\n") included - used ```
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
| | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-1/+1
| | | | Closes gitaly#946
* Hide hooks stuffJacob Vosmaer2018-01-041-3/+1
|
* get it workingJacob Vosmaer2018-01-041-1/+3
|
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
|
* Use gitlab shell import instead of manually creating the webhooksJames Lopez2017-02-161-19/+2
| | | | Also update repo restorer to use project wiki method.
* fix export project file permissions issueJames Lopez2016-09-301-1/+1
|
* Update references to deprecated `repos_path` configuration key to avoidfix-old-migration-repos-path-keyAlejandro Rodríguez2016-09-141-4/+0
| | | | errors on updates from older versions
* fix repo hooks missing on importfix/import-project-hooksJames Lopez2016-07-281-1/+11
| | | | fix spec and added changelog
* allow empty repos on import/exportJames Lopez2016-07-181-7/+2
|
* fix wiki stuffJames Lopez2016-06-161-2/+1
|
* lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez2016-06-151-1/+2
| | | | also fixed a small bug
* corrected a few warningsJames Lopez2016-06-131-1/+1
|
* refactoring more things based on MR feedbackJames Lopez2016-06-021-2/+7
|
* started refactoring some stuff based on MR feedbackJames Lopez2016-06-011-1/+0
|
* add message to notes about missing author on importJames Lopez2016-05-131-1/+1
|
* refactored import to use shared error stuff and fixed a few issues with ↵James Lopez2016-05-111-2/+4
| | | | recent refactorings
* more fixes - restoring repoJames Lopez2016-05-051-1/+1
|
* fix issue restoring repoJames Lopez2016-05-051-2/+4
|
* use git bundle in import and add wiki repo to importJames Lopez2016-05-051-6/+5
|
* refactored some namespace stuff and fixed project tree restorer spec. also ↵James Lopez2016-05-041-1/+1
| | | | removing controller so that it belongs to the UI MR
* picking stuff from ui related to importJames Lopez2016-05-031-4/+5
|
* more refactoring - easier guessing path changesJames Lopez2016-04-221-2/+2
|
* WIP - importing file and repoJames Lopez2016-04-151-0/+31