summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | * | | | 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
| | |/ / / | |/| | |
* | | | | 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
|/ / / /
* | | | 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
| |/ / / |/| | |