summaryrefslogtreecommitdiff
path: root/app/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot2020-02-282-12/+19
* Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot2020-01-281-0/+6
* Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot2020-01-281-0/+6
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-212-5/+10
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-2011-62/+120
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-1910-69/+117
* Merge branch 'security-mask-sentry-token-12-4-ce' into '12-4-stable'GitLab Release Tools Bot2019-10-251-2/+4
|\
| * Mask Sentry auth tokenRyan Cobb2019-10-241-2/+4
* | Merge branch 'security-developer-transfer-project-12-4' into '12-4-stable'GitLab Release Tools Bot2019-10-241-1/+1
|\ \
| * | Require maintainer permission to transfer projectsmanojmj2019-10-231-1/+1
| |/
* | Pick only those groups that the viewing user has access to,Aakriti Gupta2019-10-241-2/+55
|/
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-2213-37/+123
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-202-67/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-1/+67
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-188-11/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1316-0/+32
* Add service to transfer group milestonesEugenia Grieff2019-09-041-0/+3
* Avoid calling freeze on already frozen strings in app/servicesdineshpanda2019-09-046-9/+9
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-291-11/+16
|\
| * Merge branch 'security-project-import-bypass' into 'master'GitLab Release Tools Bot2019-08-291-11/+16
| |\
| | * Fix project import restricted visibility bypassGeorge Koltsov2019-08-151-11/+16
* | | Makes LFS object linker process OIDs in batchessh-lfs-object-batchesStan Hu2019-08-271-5/+24
|/ /
* | Allow disabling group/project email notificationsBrett Walker2019-08-151-0/+5
* | Rework retry strategy for remote mirrorsBob Van Landuyt2019-08-131-16/+37
* | Fix :wiki_can_not_be_created_total counteralipniagov-fix-wiki_can_not_be_created_total-counterAleksei Lipniagov2019-08-091-1/+1
* | Don't attempt to contact registry if it is disabledsh-disable-registry-deleteStan Hu2019-08-061-0/+1
|/
* Ignore Gitaly errors if cache flushing fails on project destructionStan Hu2019-07-291-2/+11
* Refactor and remove #prepare_relation methodAndreas Brandl2019-07-297-18/+6
* Further remove code branches by database typeAndreas Brandl2019-07-292-13/+3
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-109-10/+10
* Disable Rails SQL query cache when applying service templatessh-service-template-bugStan Hu2019-06-251-1/+1
* Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-3/+3
* Comment why forks get default_git_depth of 0 instead nil62418-project-default-git-depthKrasimir Angelov2019-06-071-0/+3
* Forks get default_git_depth 0 if the origin is nilKrasimir Angelov2019-06-061-5/+2
* Add project level git depth settingKrasimir Angelov2019-06-061-9/+13
* Delete unauthorized Todos when project is privateissue_49897Felipe Artur2019-06-051-0/+1
* Add wiki size to project statisticsPeter Marko2019-05-291-1/+1
* Add GitDeduplicationService for deduplication housekeepingjc-git-deduplication-serviceJohn Cai2019-05-211-0/+64
* Stop configuring group clusters on creation60379-remove-ci-preparing-state-feature-flagTiger2019-05-162-11/+0
* Merge branch 'sh-fix-lfs-download-errors' into 'master'Douglas Barbosa Alexandre2019-05-101-1/+11
|\
| * Properly handle LFS Batch API response in project importsh-fix-lfs-download-errorsStan Hu2019-05-091-1/+11
* | Don't run full gc in AfterImportServicesh-revert-full-gc-after-importStan Hu2019-05-101-1/+1
|/
* Change DetectRepositoryLanguagesWorker to not receive userDiego Silva2019-05-091-1/+1
* Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-4/+43
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+1
* Use git_garbage_collect_worker to run pack_refsJan Provaznik2019-05-021-2/+5
* Merge branch '9932-fix-deprecated-attribute_changed-ce' into 'master'Andreas Brandl2019-05-021-4/+1
|\
| * Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-4/+1
* | Refactored LfsImportService and ImportServiceFrancisco Javier López2019-04-305-94/+115
|/