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-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
2015-04-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-04-24Use Projects::CreateService to fork projects so that after-create hooks are run.Douwe Maan
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-17Clean up code somewhat.Douwe Maan
2015-04-15Only send note notifications to people accessible by the note author.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-15Fix for snippets.Douwe Maan
2015-04-15Fix Mention notification level.Douwe Maan
2015-04-14Let invites be declined.Douwe Maan
2015-04-14Add emails around invitation.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-04-13Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets
2015-04-12Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-04-09Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets
2015-04-06CI forking: testsValery Sizov
2015-04-06CI project forkingValery Sizov
2015-04-03Merge branch 'configurable-attachment-size' into 'master'Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-04-02Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets
2015-04-02Only allow users to cross-reference and close issues they have access to.Douwe Maan
2015-04-02Only allow user to see participants from groups they have access to.Douwe Maan
2015-04-02Add Commit#author and #committer.Douwe Maan
2015-04-02Slightly refactor getting note notification recipients.Douwe Maan
2015-04-02Support configurable attachment size via Application SettingsStan Hu
2015-03-31Add tests.Douwe Maan
2015-03-31Small code cleanup.Douwe Maan
2015-03-31Archive repositories in background worker.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-27No magic numbers for issues filteringDmitriy Zaporozhets
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