summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)2017-11-131-3/+5
* Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-112-1/+9
* Prevent fast forward merge when rebase is requiredissue_39773_beFelipe Artur2017-11-101-11/+16
* Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable2017-11-081-11/+1
|\
| * Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-11/+1
* | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-081-1/+17
|\ \
| * | 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 'tc-delete-merged-protected-tags-fix' into 'master'Douwe Maan2017-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | When deleting merged branches, ignore protected tagstc-delete-merged-protected-tags-fixToon Claes2017-11-071-1/+1
| |/
* | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-081-0/+39
|\ \ | |/
| * Merge branch 'fix/gb/ensure-that-job-belongs-to-stage' into 'master'Kamil Trzciński2017-11-071-0/+39
| |\
| | * Extract ensure stage service from commit status classGrzegorz Bizon2017-11-061-0/+39
* | | Add Helm InstallCommandAlessio Caiazza2017-11-073-4/+8
* | | Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza2017-11-072-18/+23
* | | Merge branch 'master' into 38464-k8s-appsEric Eastwood2017-11-065-22/+63
|\ \ \ | |/ /
| * | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-0612-149/+203
| |\ \
| * | | Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-063-0/+49
| * | | Merge branch 'jk-delete-epic-backport' into 'master'Sean McGivern2017-11-062-22/+14
| |\ \ \
| | * | | Refactor issuable destroy actionJarka Kadlecova2017-11-062-22/+14
* | | | | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-061-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-061-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Add Clusters::Applications services testsAlessio Caiazza2017-11-064-31/+10
* | | | | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-062-19/+45
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-052-19/+45
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bvl-unlink-fixes' into 'master'Douwe Maan2017-11-031-5/+11
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Unlink a project from a fork network when it's source was deleted.Bob Van Landuyt2017-11-031-5/+11
| | * | | Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-14/+34
* | | | | Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza2017-11-061-2/+2
* | | | | Fix typosAlessio Caiazza2017-11-031-1/+1
* | | | | Schedule k8s application installation with a serviceAlessio Caiazza2017-11-031-0/+27
* | | | | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-032-10/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' into refactor-clustersEric Eastwood2017-11-032-0/+14
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-036-97/+101
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-022-10/+5
| * | | | Merge branch 'refactor-clusters' of https://gitlab.com/gitlab-org/gitlab-ce i...Shinya Maeda2017-11-021-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-022-0/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza2017-11-033-35/+46
* | | | | | Rename App to ApplicationsAlessio Caiazza2017-11-0310-101/+111
* | | | | | Merge branch 'master' into 38464-k8s-appsEric Eastwood2017-11-032-0/+14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'refactor-services-for-audit-events-ce' into 'master'Grzegorz Bizon2017-11-032-0/+14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | refactor codeJames Lopez2017-10-311-1/+1
| | * | | | fix specsJames Lopez2017-10-311-0/+0
| | * | | | fix specJames Lopez2017-10-311-2/+0
| | * | | | uypdated keys controller logicJames Lopez2017-10-311-0/+1
| | * | | | add applications controller logicJames Lopez2017-10-311-0/+15
* | | | | | Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski2017-11-038-97/+126
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'pawel/disable_nfs_metrics_checks_39730' into 'master'Stan Hu2017-11-021-2/+1
| |\ \ \ \ \