summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-082-3/+93
* Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-9/+29
* Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-073-26/+36
|\
| * Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-1/+1
| * Make UpdateService error message translatableWinnie Hellmann2017-09-061-1/+1
| * Refactor based on code reviewMichael Kozono2017-09-063-3/+3
| * Dry up method for code climateMichael Kozono2017-09-063-27/+21
| * Enforce share_with_group_lock rulesMichael Kozono2017-09-061-1/+17
* | Merge branch '37288-fix-wrong-header-when-testing-webhook' into 'master'Douwe Maan2017-09-072-5/+4
|\ \
| * | Fix a wrong `X-Gitlab-Event` header when testing webhooks37288-fix-wrong-header-when-testing-webhookRémy Coutable2017-09-072-5/+4
| |/
* | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step3' into 'mas...Rémy Coutable2017-09-071-19/+21
|\ \
| * | refactor Ci::CreatePipelineService#allowed_to_create?Maxim Rydkin2017-09-071-9/+9
| * | refactor app/services/ci/create_pipeline_service.rb:50:5Maxim Rydkin2017-09-071-12/+14
| |/
* | Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-1/+1
|\ \
| * | Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* | | Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-0712-43/+60
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-0628-233/+101
| |\ \ | | |/
| * | Small fixesFelipe Artur2017-08-312-2/+2
| * | Continue BE backportFelipe Artur2017-08-315-5/+5
| * | Group boards CE backportFelipe Artur2017-08-289-36/+53
* | | Profile updates from providersAlexander Keramidas2017-09-061-0/+4
* | | Resolve outdated diff discussions on pushSean McGivern2017-09-061-0/+4
| |/ |/|
* | Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński2017-09-051-19/+0
|\ \
| * | Remove CreateTriggerRequestService and forbit to save variables on Ci::Trigge...Shinya Maeda2017-09-041-19/+0
* | | 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
|/ /
* | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-165/+1
|\ \
| * | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-165/+1
* | | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-042-31/+18
|\ \ \ | |/ /
| * | Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-312-31/+18
* | | Add validation for protected attributesShinya Maeda2017-09-031-1/+1
* | | Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda2017-09-031-1/+2
* | | Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
* | | Update application code by the db schema changeShinya Maeda2017-09-032-7/+2
* | | Tweak only new_builds. Revert the rest.Shinya Maeda2017-09-031-10/+8
* | | Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-032-6/+15
* | | Merge branch 'remove-finder-caching' into 'master'Robert Speicher2017-09-011-13/+2
|\ \ \
| * | | Remove issuable finder count cachingSean McGivern2017-08-311-13/+2
* | | | Simplify Git interactions in AfterImportServiceJacob Vosmaer (GitLab)2017-09-011-7/+2
* | | | Merge branch 'move-action' into 'master'Sean McGivern2017-09-013-1/+31
|\ \ \ \
| * | | | /move project functionality. Squash commit.Manolis Mavrofidis2017-08-313-1/+31
* | | | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-315-1/+9
| |_|/ / |/| | |
* | | | 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-3035-130/+213
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | | Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-298-12/+12
| |\ \ \ \
| | * | | | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-292-2/+2