Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-25notification on project movingValery Sizov
2015-03-25Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets
2015-03-25Merge branch 'unset-assignee' into 'master'Dmitriy Zaporozhets
2015-03-24Make sure issue assignee is properly reset.Douwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-23Don't mark merge request as updated when merge status relative to target bran...Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-20Merge branch 'fix-underscore-notes' into 'master'Hannes Rosenögger
2015-03-19Fix cross references when usernames, milestones, or project names contain und...Stan Hu
2015-03-19Fewer constants, more helpers.Douwe Maan
2015-03-18Fix condensed range in MR push comment.Douwe Maan
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
2015-03-16testsValery Sizov
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets
2015-03-16fix specsValery Sizov
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-16code folding fixValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-15Use `member` instead of `tm`.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
2015-03-13Move tag deletion to service and execute hooks and services.Douwe Maan
2015-03-13Ecevute hooks and services when branches are created/deleted through web.Douwe Maan
2015-03-13More consistent method naming.Douwe Maan
2015-03-13Use PushDataBuilder where applicable.Douwe Maan
2015-03-13Set push data object kind in PushDataBuilder.Douwe Maan
2015-03-11Merge branch 'generate-valid-json' into 'master'Hannes Rosenögger
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-03-10Generate valid json for hooksNicole Cordes
2015-03-10Blocking user does not remove him/her from project/groups but show blocked labelDmitriy Zaporozhets
2015-03-09fix mass SQL statements on initial pushHannes Rosenögger
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2015-03-07Move restricted visibility settings to the UIVinnie Okada
2015-03-07Merge branch 'mass-change-comments' into 'master'Dmitriy Zaporozhets
2015-03-07Merge branch 'condensed-mr-commits' into 'master'Dmitriy Zaporozhets
2015-03-06Condense commits already in target branch when updating merge request source ...Douwe Maan
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
2015-03-06Send notifications and leave system comments when bulk updating issues.Douwe Maan
2015-03-03Set correct object_kind on tag push data.Douwe Maan
2015-03-03Execute tag_push services and hooks when tag is created through web UI.Douwe Maan
2015-03-03Don't execute GitlabCiService twice for pushed tags.Douwe Maan
2015-03-03Execute services for tag push.Douwe Maan
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
2015-02-27Merge branch 'autocomplete-mention-count' into 'master'Dmitriy Zaporozhets
2015-02-25Include number of affected people in all/group mention autocomplete item.Douwe Maan
2015-02-25Merge branch 'master' into extend_markdown_uploadDouwe Maan
2015-02-24Merge branch 'master' into extend_markdown_uploadDouwe Maan
2015-02-24Web Editor: save to new branchValery Sizov