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-07-24Add Issuable#to_ability_nameRobert Speicher
2015-07-14Rename `notice_added_references` to `create_new_cross_references!`Robert Speicher
2015-07-14Refactor Mentionable#notice_added_referencesRobert Speicher
2015-06-24Improve performance for issue#show pageDmitriy Zaporozhets
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-10Fix taskable requireRobert Speicher
2015-06-09Correctly remove already-mentioned commits for cross referencesRobert Speicher
2015-05-26More SystemNoteService cleanupRobert Speicher
2015-05-26Make `cross_project_reference?` less magicalRobert Speicher
2015-05-26Minor documentation updatesRobert Speicher
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Implement gfm_reference directly in MentionableRobert Speicher
2015-05-26Add Referable concernRobert Speicher
2015-05-15Don't include users without project access in participants.Douwe Maan
2015-05-14Fix mentioning of private groups.Douwe Maan
2015-05-11Add a SystemNoteService classRobert Speicher
2015-05-07Change wording for task list summariesRobert Speicher
2015-05-06Update Taskable to use TaskListRobert Speicher
2015-04-24Explain purpose and usage.Douwe Maan
2015-04-24Fix behavior for Enumerable-like ActiveRecord relations.Douwe Maan
2015-04-24Satisfy Rubocop.Douwe Maan
2015-04-24Move participants method to shared Participable concern.Douwe Maan
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-21Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...Douwe Maan
2015-04-17Clean up code somewhat.Douwe Maan
2015-04-15Fix Snippet#participants.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-02Fix errors.Douwe Maan
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-02Slightly refactor getting note notification recipients.Douwe Maan
2015-04-02Refactor Mentionable mentioned users to use ReferenceExtractor.Douwe Maan
2015-04-02Slightly refactor ReferenceExtractor.Douwe Maan
2015-04-01Merge branch 'group-information-leak' into 'master'Dmitriy Zaporozhets
2015-03-24Don't leak private group existence by redirecting from namespace controller t...Douwe Maan
2015-03-21Fix nested task listsVinnie Okada
2015-03-16testsValery Sizov
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-16code folding fixValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
2015-02-11Add ExternalIssue base model to make issue referencing more robust for extern...Marin Jankovski
2015-02-07Fix tests for semaphoreDmitriy Zaporozhets
2015-02-07Merge branch 'mention-groups'Dmitriy Zaporozhets
2015-02-06Refactor issuable sorting a bitDmitriy Zaporozhets
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-06Fix method overlap for issue sortingDmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-05Allow groups to be mentioned.Douwe Maan
2015-01-22Code improvements according to styleguideDmitriy Zaporozhets