gitlab-org--gitlab-foss/lib/tasks/gitlab
Rémy Coutable 9f218fc184 Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature
A few things to note:
- The IncomingEmail feature is now enabled even without a
  correctly-formatted sub-address
- Message-ID for new thread mail are kept the same so that subsequent
  notifications to this thread are grouped in the thread by the email
  service that receives the notification
  (i.e. In-Reply-To of the answer == Message-ID of the first thread message)
- To maximize our chance to be able to retrieve the reply key, we look
  for it in the In-Reply-To header and the References header
- The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]"
- Improve docs thanks to Axil
2016-03-25 13:05:15 +01:00
..
backup.rake Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
bulk_add_permission.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
check.rake Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
cleanup.rake Guard against trailing slashes in repos_path 2015-09-15 17:07:51 +02:00
db.rake Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
generate_docs.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
git.rake Scalable way of requesting all repos 2015-10-14 19:11:09 +02:00
import.rake Update project repository size and commit count during import:repos task 2015-12-08 09:08:22 -08:00
info.rake Fix gitlab:env:info rake task. 2015-08-17 12:41:47 +02:00
list_repos.rake Detect project and namespace changes in list:repos 2015-12-08 16:06:06 +01:00
setup.rake Added dedicated Rake task for setting up Postgres 2015-10-08 14:35:36 +02:00
shell.rake Replace all usages of git command with configurable binary path 2015-11-03 17:11:09 -05:00
sidekiq.rake Add rake task to drop a project's PostReceive jobs 2014-08-21 16:02:04 +02:00
task_helpers.rake Prevent StateMachine warnings from outputting during a cron task 2016-01-15 17:47:56 -05:00
test.rake use teaspoon instead of jasmine for testing javascript 2015-07-08 17:46:51 +02:00
two_factor.rake Add output and confirmation to gitlab:two_factor:disable_for_all_users 2015-10-08 23:19:56 -04:00
update_commit_count.rake Add rake task 'gitlab:update_commit_count' 2015-07-24 16:20:28 +02:00
web_hook.rake web hooks to webhooks 2016-03-10 14:48:29 -05:00