summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use if instead of unless on Projects::HashedStorage::MigrateRepositoryServiceda-handle-hashed-storage-repos-using-repo-import-taskDouglas Barbosa Alexandre2018-01-031-3/+3
* Refactoring Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre2018-01-031-6/+6
* Remove unused variable from bare repository importer specDouglas Barbosa Alexandre2018-01-031-1/+0
* Refactoring spec for Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre2018-01-031-6/+11
* Fix Projects::TransferService#write_repository_config methodDouglas Barbosa Alexandre2018-01-031-1/+1
* Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre2018-01-032-3/+10
* Add spec for Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-0/+22
* Write projects config to all projects inside namespace in batchesDouglas Barbosa Alexandre2018-01-032-3/+3
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-037-41/+25
* Fix TestEnv.copy_repo to use disk_path instead of full_pathDouglas Barbosa Alexandre2018-01-033-3/+3
* Add CHANGELOGDouglas Barbosa Alexandre2018-01-031-0/+5
* Handle exceptions when writing to .git/configDouglas Barbosa Alexandre2018-01-031-0/+3
* Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre2018-01-034-49/+129
* Does not write to .git/config when importing bare repositoriesDouglas Barbosa Alexandre2018-01-031-5/+5
* Write project full path to .git/config when migrating legacy storageDouglas Barbosa Alexandre2018-01-032-1/+14
* Update project full path in .git/config when renaming namespaceDouglas Barbosa Alexandre2018-01-033-0/+23
* Update project full path in .git/config when transfering a projectDouglas Barbosa Alexandre2018-01-032-0/+22
* Update project full path in .git/config when renaming a repositoryDouglas Barbosa Alexandre2018-01-033-1/+20
* Write project full path to .git/config when creating projectsDouglas Barbosa Alexandre2018-01-033-0/+16
* Merge branch 'sh-optimize-commit-stats' into 'master'Robert Speicher2018-01-033-7/+12
|\
| * Speed up generation of commit stats by using Rugged native methodssh-optimize-commit-statsStan Hu2018-01-023-7/+12
* | Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher2018-01-037-43/+121
|\ \
| * | Migrate repo forking to Gitalymigrate-fork-repo-to-gitalyAhmad Sherif2018-01-027-43/+121
* | | Merge branch 'sh-fix-seed-fu-ci' into 'master'Robert Speicher2018-01-033-3/+5
|\ \ \
| * | | Fix `rake db:seed_fu` not doing anything in CIsh-fix-seed-fu-ciStan Hu2018-01-023-3/+5
| | |/ | |/|
* | | Merge branch '34534-switch-to-axios' into 'master'Filipa Lacerda2018-01-0340-386/+304
|\ \ \
| * | | Add changelog for some vue-resource to Axios refactor34534-switch-to-axiosEric Eastwood2018-01-021-0/+5
| * | | Switch boards to AxiosEric Eastwood2018-01-0215-148/+131
| * | | Switch blob/notebook to AxiosEric Eastwood2018-01-022-39/+23
| * | | Switch vue_merge_request_widget to AxiosEric Eastwood2018-01-0215-99/+75
| * | | Switch issue_show to AxiosEric Eastwood2018-01-025-99/+67
| * | | Fix mergeUrlParams encoding query parametersEric Eastwood2018-01-021-1/+1
| * | | Add `X-Requested-With: XMLHttpRequest` header so Rails can recognize XHREric Eastwood2018-01-021-0/+2
* | | | Merge branch 'jramsay-4012-i18n-compare' into 'master'Douwe Maan2018-01-034-26/+28
|\ \ \ \
| * | | | Replace use of capture_haml with captureJames Ramsay2018-01-032-4/+4
| * | | | Add changelog entryjramsay-4012-i18n-compareJames Ramsay2018-01-031-0/+5
| * | | | Fix incorrect case of ruby varsJames Ramsay2018-01-031-3/+3
| * | | | Remove superfluous i18n namespacesJames Ramsay2018-01-033-7/+7
| * | | | Add i18n helpers to branch comparison viewJames Ramsay2018-01-023-26/+23
* | | | | Merge branch '41424-gitlab-rake-gitlab-import-repos-schedules-an-import' into...Douwe Maan2018-01-036-7/+34
|\ \ \ \ \
| * | | | | refactor project create service41424-gitlab-rake-gitlab-import-repos-schedules-an-importJames Lopez2018-01-032-3/+3
| * | | | | add note to import sourcesJames Lopez2018-01-031-0/+1
| * | | | | refactor code to use new import typeJames Lopez2018-01-034-7/+9
| * | | | | fix missing create services callJames Lopez2018-01-022-3/+1
| * | | | | fix branch complexityJames Lopez2018-01-021-5/+11
| * | | | | fix wiki checkJames Lopez2018-01-022-0/+3
| * | | | | add extra spec checkJames Lopez2018-01-021-1/+2
| * | | | | Update 41424-gitlab-rake-gitlab-import-repos-schedules-an-import.ymlJames Lopez2018-01-021-1/+1
| * | | | | add changelogJames Lopez2018-01-021-0/+5
| * | | | | Fix import scheduled on bare repo importJames Lopez2018-01-023-1/+12