summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in user activity debug log messagesh-fix-typo-user-activity-serviceStan Hu2017-06-031-1/+1
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Merge branch '32983-merge-conflict-resolution-removed-the-newline-in-the-end-...Rémy Coutable2017-06-021-5/+7
|\
| * Keep trailing newline when picking conflict sections32983-merge-conflict-resolution-removed-the-newline-in-the-end-of-fileSean McGivern2017-06-011-5/+7
* | Merge branch 'dm-fix-pipeline-creation-race-condition' into 'master'Kamil Trzciński2017-06-012-12/+6
|\ \
| * | Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan2017-06-012-12/+6
* | | Merge branch 'dm-gravatar-username' into 'master'Sean McGivern2017-06-011-8/+13
|\ \ \ | |/ / |/| |
| * | Add username parameter to gravatar URLDouwe Maan2017-06-011-8/+13
* | | Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon2017-06-012-33/+41
|\ \ \
| * | | Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-312-33/+41
| | |/ | |/|
* | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-314-4/+5
|/ /
* | Merge branch 'issue_32225_2' into 'master'Kamil Trzciński2017-05-302-5/+28
|\ \
| * | Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-292-11/+28
| * | Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-231-2/+8
* | | Merge branch '30917-wiki-is-not-searchable-with-guest-permissions' into 'master'Douwe Maan2017-05-291-1/+1
|\ \ \
| * | | Fix: Wiki is not searchable with Guest permissionsValery Sizov2017-05-221-1/+1
* | | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-33/+7
|\ \ \ \
| * | | | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-33/+7
* | | | | Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-265-0/+5
| |_|_|/ |/| | |
* | | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-0/+120
|\ \ \ \
| * | | | Implement web hooks loggingAlexander Randa2017-05-251-0/+120
* | | | | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-234-15/+40
| |_|_|/ |/| | |
* | | | Refactored transfer_service #execute actionprevent-project-transferJose Ivan Vargas2017-05-221-10/+6
* | | | minor adjustments to the specsJose Ivan Vargas2017-05-221-1/+1
* | | | Renamed some messages and refactored the project_edit class to a functionJose Ivan Vargas2017-05-221-2/+2
* | | | Prevent project transfer if a new group is not selectedJose Ivan Vargas2017-05-221-1/+6
* | | | Stop MR conflict code from blowing up when branches are missingdm-no-conflicts-when-branches-are-missingDouwe Maan2017-05-181-0/+1
* | | | Fix: Deleting an invited member causes 500 errorValery Sizov2017-05-181-1/+1
| |_|/ |/| |
* | | Remove duplicate cache invalidation from IssuableBaseServiceRémy Coutable2017-05-181-1/+0
* | | Merge branch 'get_rid_of_pluck' into 'master' Yorick Peterse2017-05-171-3/+7
|\ \ \
| * | | Get rid of pluck in app/services/members/authorized_destroy_service.rbget_rid_of_pluckValery Sizov2017-05-171-3/+7
| |/ /
* | | Merge branch 'counters_cache_invalidation' into 'master' Rémy Coutable2017-05-171-1/+8
|\ \ \ | |/ / |/| |
| * | Invalidate cache for issue and MR counters more granularlycounters_cache_invalidationValery Sizov2017-05-151-1/+8
| |/
* | Fix deletion of issue assignees for MySQLsh-fix-delete-assignees-mysqlStan Hu2017-05-161-4/+9
* | Improve migration for Multipple issue assignee featureValery Sizov2017-05-161-2/+2
|/
* Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan2017-05-124-65/+99
|\
| * Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-124-65/+99
* | Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-121-2/+2
|\ \
| * | Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan2017-05-101-2/+2
* | | Merge branch 'update_assignee_cache_counts_refactoring' into 'master' Sean McGivern2017-05-122-1/+8
|\ \ \
| * | | Move update_assignee_cache_counts to the serviceValery Sizov2017-05-122-1/+8
| | |/ | |/|
* | | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-112-2/+14
|/ /
* | Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-4/+31
|\ \
| * | Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
| * | Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-4/+31
* | | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-106-7/+7
|\ \ \
| * | | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-103-3/+3
| * | | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-104-4/+4
| | |/ | |/|
* | | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-1/+1
|/ /
* | Merge branch 'deltas-only' into 'master' Sean McGivern2017-05-091-1/+1
|\ \