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
2017-05-05Fix email receiver metrics eventsSean McGivern
2017-05-04Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern
2017-05-03Handle incoming emails from aliases correctlySean McGivern
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-05-01Don't blow up when email has no References headerSean McGivern
2017-04-21Make handler metric params more explicitSean McGivern
2017-04-20Store projects in metrics for email repliesSean McGivern
2017-04-20Add metrics events for incoming emailsSean McGivern
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Backport permissions and multi-line array to CEFelipe Artur
2017-04-05Add specsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-06Merge branch 'fix-references-header-parsing' into 'master' Sean McGivern
2017-02-03Use references variableLin Jen-Shin
2017-02-03Merge remote-tracking branch 'upstream/master' into fix-references-header-par...Lin Jen-Shin
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2017-01-20Specify that iOS app would also do thisLin Jen-Shin
2017-01-20Fix References header parser for Microsoft ExchangeLin Jen-Shin
2017-01-13Handles unsubscribe from notifications via emailPawel Chojnacki
2016-12-22fix guard stylehttp://jneen.net/
2016-12-21Be more certain in the commenthttp://jneen.net/
2016-12-21Revert "allow empty-quotes"http://jneen.net/
2016-12-21remove comment attributionhttp://jneen.net/
2016-12-21allow empty-quoteshttp://jneen.net/
2016-12-21protect against EmailReplyTrimmer returning nilhttp://jneen.net/
2016-12-21remove trailing whitespace from email bodieshttp://jneen.net/
2016-12-21switch to email_reply_trimmer from discoursehttp://jneen.net/
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-11-17fix indentation for rubocophttp://jneen.net/
2016-11-17rename `part` variable and guard against nil content_typehttp://jneen.net/
2016-11-17completely remove blockquote and table tagshttp://jneen.net/
2016-11-17use Nokogiri::HTML.parse instead of capitalized methodhttp://jneen.net/
2016-11-17fix rubocop failureshttp://jneen.net/
2016-11-17add parsing support for incoming html emailhttp://jneen.net/
2016-11-07implements reset incoming email token on issues modal and account page,tiagonbotelho
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
2016-10-20Preserve note_type and position for notes from emailsLin Jen-Shin
2016-08-20Disable “issue by email” feature until it uses a different tokenDouwe Maan
2016-08-13Support slash commands in noteable description and notesRémy Coutable
2016-08-09Rails prefers require_dependency so that it won't require twice:Lin Jen-Shin
2016-08-03Make Compare#diffs diff_options a regular argumentDouwe Maan
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman