summaryrefslogtreecommitdiff
path: root/app/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-4/+4
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-1/+17
* Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern2017-11-061-1/+1
|\
| * Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-1/+1
* | Unlink a project from a fork network when it's source was deleted.Bob Van Landuyt2017-11-031-5/+11
|/
* Refactor/group links controllerFrancisco Javier López2017-11-012-0/+25
* Make `#hashed_storage?` require feature argument3674-hashed-storage-attachmentsGabriel Mazetto2017-10-311-1/+1
* Use wiki.disk_pathNick Thomas2017-10-181-1/+1
* Fix errors when deleting a forked projectBob Van Landuyt2017-10-171-1/+1
* Store the name of a project that's a root of a fork networkBob Van Landuyt2017-10-071-0/+7
* Remove membership from fork network when unlinkingBob Van Landuyt2017-10-071-0/+1
* Create a fork network when forking a projectBob Van Landuyt2017-10-071-0/+20
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+68
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-1/+6
* Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-1/+4
* Refactor based on code reviewMichael Kozono2017-09-061-1/+1
* Dry up method for code climateMichael Kozono2017-09-061-17/+3
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-1/+1
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Fix enum wordingShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-1/+1
* Simplify Git interactions in AfterImportServiceJacob Vosmaer (GitLab)2017-09-011-7/+2
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-1/+1
* Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-305-28/+90
|\
| * Merge branch '2756-ee-to-ce-backport' into 'master'Douwe Maan2017-08-301-0/+2
| |\
| | * Backports EE 2756 logic to CE.2756-ee-to-ce-backportTiago Botelho2017-08-301-0/+2
| * | Don't treat gitlab project imports specially in Projects::CreateServiceNick Thomas2017-08-251-4/+2
| * | Don't add admins as masters to projects created in another user's namespaceNick Thomas2017-08-251-2/+1
| * | Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-3/+13
| * | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-234-23/+76
| |\ \ | | |/ | |/|
| | * Cache the number of open issues and merge requestsYorick Peterse2017-08-234-23/+76
* | | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-4/+1
* | | Resolve feedback on the MR:Lin Jen-Shin2017-08-252-40/+32
* | | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-242-42/+40
* | | Just use @project directlyLin Jen-Shin2017-08-241-4/+2
* | | Just use methods over constants, so that we couldLin Jen-Shin2017-08-241-6/+14
* | | Add changelog and testsLin Jen-Shin2017-08-231-1/+4
* | | Remove unwanted refs after importing a projectLin Jen-Shin2017-08-232-0/+35
|/ /
* | Raise GC Lease Timeout to 24hgit-gc-raise-lease-timeotuKim "BKC" Carlbäcker2017-08-221-1/+2
|/
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-144-0/+44
* Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-101-2/+2
* Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-1/+1
* Merge branch 'zj-add-ci-metrics' into 'master'Sean McGivern2017-08-071-0/+18
|\
| * Add two more metrics for CI/CDzj-add-ci-metricsZ.J. van de Weg2017-07-311-0/+18
* | Merge branch 'github' into 'master'Robert Speicher2017-08-071-2/+6
|\ \
| * | Add explanation why we should return early for GitHub importerDouglas Barbosa Alexandre2017-08-071-0/+2
| * | Does not fetch repository when importing from GitHub on import serviceDouglas Barbosa Alexandre2017-08-071-2/+4
* | | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-073-0/+55
|\ \ \
| * | | After merge cleanupZ.J. van de Weg2017-08-071-0/+4