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-11-03Only sort by IDs by defaultYorick Peterse
2015-10-18Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan
2015-10-16Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-16Only accept open issues and merge requestsZeger-Jan van de Weg
2015-10-15Eager load various issue/note associationsYorick Peterse
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Participable doesn't need to know about MentionableDouwe Maan
2015-10-14Make Mentionable#cross_reference_exists? private.Douwe Maan
2015-10-14Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan
2015-10-12Remove useless assignmentDouwe Maan
2015-10-12Chaining ftwDouwe Maan
2015-10-12Fix cross-references originating from notesDouwe Maan
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-10-08Revamp finding projects by namespacesYorick Peterse
2015-10-08Added concern for case-insensitive WHERE queriesYorick Peterse
2015-10-07Always allow references to the current projectDouwe Maan
2015-09-16add repository field to issue hook dataJungkook Park
2015-07-30Show who last edited a comment if it wasn't the original authorDouwe Maan
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