summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-291-5/+5
| | * | | replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-291-1/+1
| | * | | replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-294-4/+4
| * | | | Merge branch 'fix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500...Kamil Trzciński2017-08-291-1/+1
| |\ \ \ \
| | * | | | Remove trigger_request.trigger.ownerShinya Maeda2017-08-291-1/+1
| | |/ / /
| * | | | Cleans merge_jid when possible on MergeService36114-stuck-mrs-job-follow-upOswaldo Ferreira2017-08-281-3/+6
| * | | | Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-282-2/+2
| * | | | Track enqueued and ongoing MRsOswaldo Ferreira2017-08-283-2/+5
| |/ / /
| * | | Merge branch '36792-inline-user-refresh-when-creating-project' into 'master'Douwe Maan2017-08-282-7/+20
| |\ \ \
| | * | | 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-252-5/+21
| * | | | Merge branch 'sh-simplify-system-hook-testing' into 'master'Douwe Maan2017-08-281-34/+3
| |\ \ \ \
| | * | | | Simplify system hook testing and guarantee test will firesh-simplify-system-hook-testingStan Hu2017-08-271-34/+3
| * | | | | Merge branch 'bugfix.notify-custom-participants' into 'master'Sean McGivern2017-08-281-1/+1
| |\ \ \ \ \
| | * | | | | actually use the :participating notification typehttp://jneen.net/2017-08-211-1/+1
| * | | | | | Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-253-5/+18
| | |/ / / / | |/| | | |
| * | | | | Handle creating a nested group on MySQL correctlybvl-fix-mysql-bare-repository-importerBob Van Landuyt2017-08-251-0/+4
| | |/ / / | |/| | |
| * | | | Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-249-45/+15
| |\ \ \ \
| | * | | | Avoid committer = linesgit-operation-userJacob Vosmaer2017-08-241-3/+2
| | * | | | Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-239-40/+8
| | * | | | Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-232-5/+5