summaryrefslogtreecommitdiff
path: root/lib/gitlab/bare_repository_import
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
| | | | | This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
* Enable some frozen string in lib/gitlabgfyoung2018-10-132-2/+12
| | | | | | | | | | | | | | Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
* Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez2018-07-312-12/+26
|
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-2/+7
| | | | | | | | | | | Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-1/+1
|
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-0/+2
|
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-2/+8
| | | | with StrongMemoize
* Fix hooks not being set up properly for bare import Rake tasksh-fix-bare-import-hooksStan Hu2018-01-091-0/+1
| | | | Closes #41739
* Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre2018-01-031-1/+2
|
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-5/+2
|
* Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre2018-01-032-12/+33
|
* refactor code to use new import typeJames Lopez2018-01-031-2/+1
|
* fix missing create services callJames Lopez2018-01-021-2/+0
|
* fix wiki checkJames Lopez2018-01-021-0/+2
|
* Fix import scheduled on bare repo importJames Lopez2018-01-021-0/+2
|
* Simplify normalizing of pathsStan Hu2017-12-101-4/+3
|
* Fix failing importer test case on MySQL due to missing trailing slash in ↵sh-fix-import-rake-taskStan Hu2017-12-081-1/+4
| | | | root path
* Fix gitlab:import:repos Rake task moving repositories into the wrong locationStan Hu2017-12-081-0/+1
| | | | | | | | | | If the source import directory were different from the destination directory, GitLab would first create a blank repository and then erroneously move the original one into a subdirectory. Adding an import type prevents this the project from being initialized in the first place. It was accidentally removed in 1f917cbd49. Closes #40765
* Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-072-0/+143