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
2016-05-21Make Mentionable and Participable share a ReferenceExtractordm-separate-banzai-referencesDouwe Maan
2016-05-19Removed explicit parenthesis from MentionableYorick Peterse
2016-05-19Handle nil in ReferenceFilter#data_attributeYorick Peterse
2016-05-19Use hard returns in ReferenceParser::UserParserYorick Peterse
2016-05-19Use flat_map in BaseParser#processYorick Peterse
2016-05-19Renamed current_user argument to userYorick Peterse
2016-05-19Updated docs for ReferenceParser::BaseParserYorick Peterse
2016-05-19Use data_attribute instead of literal attributesYorick Peterse
2016-05-19Removed overly complicated memoizingYorick Peterse
2016-05-19Use flat_map instead of concat for commit (ranges)Yorick Peterse
2016-05-19Cleaned up finding projects for hashesYorick Peterse
2016-05-19Hard return in ReferenceExtractor#html_documentsYorick Peterse
2016-05-19Use a spec helper for creating empty HTML linksYorick Peterse
2016-05-19Use "subject" for reference parser specsYorick Peterse
2016-05-19Use attr_reader for current_user and projectYorick Peterse
2016-05-19Renamed ReferenceParser::Parser to BaseParserYorick Peterse
2016-05-19Cleaned up various simple reference parsersYorick Peterse
2016-05-19Added can? method to ReferenceParser::ParserYorick Peterse
2016-05-18Use attr_accessor for reference_type methodsYorick Peterse
2016-05-12Use users_that_can_read_project in ParticipableYorick Peterse
2016-05-12Added Ability.users_that_can_read_projectYorick Peterse
2016-05-12Add Issue#participants specs for private projectsYorick Peterse
2016-05-12Optimize checking users in ParticipableYorick Peterse
2016-05-12Fix projects for participants autocomplete specYorick Peterse
2016-05-12Added missing attr_mentionable to CommitYorick Peterse
2016-05-12Fixed getting note authors as participantsYorick Peterse
2016-05-12Added participant specs to various modelsYorick Peterse
2016-05-12Use explicit orders for participant attributesYorick Peterse
2016-05-11Re-added user checks in Participable#participantsYorick Peterse
2016-05-11Removed unused author arg from Parser#initializeYorick Peterse
2016-05-11Added some more docs to the reference parsersYorick Peterse
2016-05-11Removed Banzai's lazy loading codeYorick Peterse
2016-05-11New ref extraction for Commit#has_been_reverted?Yorick Peterse
2016-05-11Pass unique IDs to queries for Markdown refsYorick Peterse
2016-05-11Use new ref parsing for referenced merge requestsYorick Peterse
2016-05-11Removed cache option from attr_mentionableYorick Peterse
2016-05-11Expect author in Note Markdown rendering specsYorick Peterse
2016-05-11Fixed Hash styling in issue ref parser specsYorick Peterse
2016-05-11Eager load issue associations when parsing refsYorick Peterse
2016-05-11Lazy load queries when parsing Markdown referencesYorick Peterse
2016-05-11Added basic specs for ParticipableYorick Peterse
2016-05-11Refactor Mentionable & relation with ParticipableYorick Peterse
2016-05-11External issue tracker specs for issue ref parsingYorick Peterse
2016-05-11Don't add data-author when there's no authorYorick Peterse
2016-05-11Added author field to Markdown render callsYorick Peterse
2016-05-11Set the author when rendering Markdown in EmailsYorick Peterse
2016-05-11Fixed RedactorFilter for new reference checkingYorick Peterse
2016-05-11Run Markdown reference access checks in batchesYorick Peterse
2016-05-11Pass Markdown authors to the "analyze" methodYorick Peterse
2016-05-11Cleaned up gathering attributes per projectsYorick Peterse