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 (Collapse)Author
2017-05-05Fix email receiver metrics eventsSean McGivern
`Project#inspect` isn't very useful for examining usage of these features.
2017-05-04Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern
Prepare uploaders for personal snippets comments See merge request !11022
2017-05-03Handle incoming emails from aliases correctlySean McGivern
These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-05-01Don't blow up when email has no References headerSean McGivern
If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty.
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
This lets us track how many incoming emails a GitLab instance is processing, by email type (handler) and by project (where applicable).
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
Update Rubocop to Ruby 2.3 See merge request !8994
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-06Merge branch 'fix-references-header-parsing' into 'master' Sean McGivern
Fix References header parser for Microsoft Exchange Closes #26567 See merge request !8620
2017-02-03Use references variableLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8620#note_22020035
2017-02-03Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
fix-references-header-parsing * upstream/master: (574 commits) remove dateFormat global exception fix relative paths to xterm.js within fit.js use setFixtures instead of fixture.set prevent u2f tests from triggering a form submission while testing simplify test for focus state preload projects.json fixture preload projects.json fixture rework tests which rely on teaspoon-specific behavior Only render hr when user can't archive project. use setFixtures instead of fixture.set ensure helper classes and constants are exposed globally preload projects.json fixture fix fixture references in environments_spec allow console.xxx in tests, reorder eslint rules alphabetically remove redundant "data-toggle" attribute so Vue doesn't complain fix broken reference to formatDate in a CommonJS environment fix errors within gl_dropdown_spec.js when running in Karma fix intermittant errors in merge_commit_message_toggle_spec.rb Update installation docs to include Docker, others ignore node_modules in rubocop ...
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
2017-01-20Specify that iOS app would also do thisLin Jen-Shin
2017-01-20Fix References header parser for Microsoft ExchangeLin Jen-Shin
Microsoft Exchange would append a comma and another message id into the References header, therefore we'll need to fallback and parse the header by ourselves. Closes #26567
2017-01-13Handles unsubscribe from notifications via emailPawel Chojnacki
- allows unsubscription processing of email in format "reply+%{key}+unsubscribe@acme.com" (example) - if config.address includes %{key} and replies are enabled every unsubscriable message will include mailto: link in its List-Unsubscribe header
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/
This reverts commit 4f2f678aff8d7dfcac96c47cf7eb480a5707ddaf.
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
reactivates all tests and writes more tests for it
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
email token be reset
2016-10-20Preserve note_type and position for notes from emailsLin Jen-Shin
Closes #23208
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
Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-09Rails prefers require_dependency so that it won't require twice:Lin Jen-Shin
Closes #20724
2016-08-03Make Compare#diffs diff_options a regular argumentDouwe Maan
2016-08-03switch from diff_file_collection to diffsPaco Guzman
So we have raw_diffs too
2016-08-03Introduce Compare model in the codebase.Paco Guzman
This object will manage Gitlab::Git::Compare instances
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection