summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make Mentionable and Participable share a ReferenceExtractordm-separate-banzai-referencesDouwe Maan2016-05-2011-75/+69
* Removed explicit parenthesis from MentionableYorick Peterse2016-05-191-1/+1
* Handle nil in ReferenceFilter#data_attributeYorick Peterse2016-05-192-7/+3
* Use hard returns in ReferenceParser::UserParserYorick Peterse2016-05-191-11/+9
* Use flat_map in BaseParser#processYorick Peterse2016-05-191-5/+2
* Renamed current_user argument to userYorick Peterse2016-05-191-1/+1
* Updated docs for ReferenceParser::BaseParserYorick Peterse2016-05-191-5/+0
* Use data_attribute instead of literal attributesYorick Peterse2016-05-195-8/+7
* Removed overly complicated memoizingYorick Peterse2016-05-192-6/+2
* Use flat_map instead of concat for commit (ranges)Yorick Peterse2016-05-193-14/+8
* Cleaned up finding projects for hashesYorick Peterse2016-05-185-15/+14
* Hard return in ReferenceExtractor#html_documentsYorick Peterse2016-05-181-5/+3
* Use a spec helper for creating empty HTML linksYorick Peterse2016-05-1811-10/+35
* Use "subject" for reference parser specsYorick Peterse2016-05-1810-99/+99
* Use attr_reader for current_user and projectYorick Peterse2016-05-181-7/+1
* Renamed ReferenceParser::Parser to BaseParserYorick Peterse2016-05-1812-13/+13
* Cleaned up various simple reference parsersYorick Peterse2016-05-186-22/+64
* Added can? method to ReferenceParser::ParserYorick Peterse2016-05-184-3/+22
* Use attr_accessor for reference_type methodsYorick Peterse2016-05-183-14/+6
* Use users_that_can_read_project in ParticipableYorick Peterse2016-05-122-38/+15
* Added Ability.users_that_can_read_projectYorick Peterse2016-05-122-0/+139
* Add Issue#participants specs for private projectsYorick Peterse2016-05-121-12/+29
* Optimize checking users in ParticipableYorick Peterse2016-05-121-3/+14
* Fix projects for participants autocomplete specYorick Peterse2016-05-121-2/+2
* Added missing attr_mentionable to CommitYorick Peterse2016-05-121-0/+1
* Fixed getting note authors as participantsYorick Peterse2016-05-125-4/+23
* Added participant specs to various modelsYorick Peterse2016-05-115-1/+119
* Use explicit orders for participant attributesYorick Peterse2016-05-116-8/+38
* Re-added user checks in Participable#participantsYorick Peterse2016-05-111-7/+23
* Removed unused author arg from Parser#initializeYorick Peterse2016-05-1111-13/+12
* Added some more docs to the reference parsersYorick Peterse2016-05-112-0/+46
* Removed Banzai's lazy loading codeYorick Peterse2016-05-112-47/+0
* New ref extraction for Commit#has_been_reverted?Yorick Peterse2016-05-113-35/+67
* Pass unique IDs to queries for Markdown refsYorick Peterse2016-05-116-9/+53
* Use new ref parsing for referenced merge requestsYorick Peterse2016-05-112-9/+3
* Removed cache option from attr_mentionableYorick Peterse2016-05-112-2/+2
* Expect author in Note Markdown rendering specsYorick Peterse2016-05-111-2/+13
* Fixed Hash styling in issue ref parser specsYorick Peterse2016-05-111-1/+1
* Eager load issue associations when parsing refsYorick Peterse2016-05-111-2/+5
* Lazy load queries when parsing Markdown referencesYorick Peterse2016-05-115-12/+68
* Added basic specs for ParticipableYorick Peterse2016-05-111-0/+53
* Refactor Mentionable & relation with ParticipableYorick Peterse2016-05-115-31/+54
* External issue tracker specs for issue ref parsingYorick Peterse2016-05-111-0/+10
* Don't add data-author when there's no authorYorick Peterse2016-05-112-2/+15
* Added author field to Markdown render callsYorick Peterse2016-05-1121-24/+24
* Set the author when rendering Markdown in EmailsYorick Peterse2016-05-111-1/+1
* Fixed RedactorFilter for new reference checkingYorick Peterse2016-05-113-13/+24
* Run Markdown reference access checks in batchesYorick Peterse2016-05-116-103/+202
* Pass Markdown authors to the "analyze" methodYorick Peterse2016-05-117-13/+21
* Cleaned up gathering attributes per projectsYorick Peterse2016-05-115-30/+29