summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Decouple GitOperationService from UserJacob Vosmaer2017-08-232-7/+10
* | | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-237-23/+84
|\ \ \
| * | | Cache the number of open issues and merge requestsYorick Peterse2017-08-237-23/+84
* | | | Migrate creation of nested groups into a serviceBob Van Landuyt2017-08-231-0/+45
| |/ / |/| |
* | | Merge branch 'git-gc-raise-lease-timeotu' into 'master'Sean McGivern2017-08-221-1/+2
|\ \ \
| * | | Raise GC Lease Timeout to 24hgit-gc-raise-lease-timeotuKim "BKC" Carlbäcker2017-08-221-1/+2
| | |/ | |/|
* | | Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan2017-08-221-2/+2
|\ \ \
| * | | Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-2/+2
* | | | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-222-3/+5
| |/ / |/| |
* | | Make RuboCop happySean McGivern2017-08-211-1/+1
* | | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-211-3/+8
|\ \ \
| * | | Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-181-3/+8
| | |/ | |/|
* | | Merge branch '35343-inherit-milestones-and-labels' into 'master'Sean McGivern2017-08-211-1/+4
|\ \ \ | |/ / |/| |
| * | [skip ci] changelog and minor style changes addedhaseeb2017-08-181-1/+1
| * | moved merge parms to servicehaseeb2017-08-171-1/+4
| * | working version of create merge requests with labelshaseeb2017-08-101-3/+1
| * | copy milestones from issue when using create merge request btnhaseeb2017-08-101-1/+3
* | | Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher2017-08-161-2/+13
|\ \ \
| * | | Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-2/+13
| | |/ | |/|
* | | Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-168-6/+9
|\ \ \
| * | | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-148-6/+9
* | | | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-1/+0
| |/ / |/| |
* | | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-144-0/+44
|/ /
* | skip the :read_project check for new_project_memberhttp://jneen.net/2017-08-111-1/+1
* | check notifiability for more emailshttp://jneen.net/2017-08-111-7/+44
* | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-112-1/+128
|\ \
| * | Migrate events into a new formatYorick Peterse2017-08-102-1/+128
| |/
* | Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-102-5/+5
|/
* Merge branch '36119-issuable-workers' into 'master'Sean McGivern2017-08-092-0/+2
|\
| * Simplify checking if objects exist code in new issaubles workers36119-issuable-workersJarka Kadlecova2017-08-082-0/+2
* | Merge branch 'add-rubocop-gitlab-security' into 'master'Robert Speicher2017-08-081-1/+1
|\ \
| * | Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
| |/
* | 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
|/