gitlab-org--gitlab-foss/app/workers
Stan Hu ed1d4fa477 Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab
and request them each session. Pass these tokens to the project import data.

This prevents the need to encrypt these tokens and clear them in case they
expire or get revoked.

For example, if you deleted and re-created OAuth2 keys for Bitbucket, you would get
an Error 500 with no way to recover:

```
Started GET "/import/bitbucket/status" for x.x.x.x at 2015-08-07 05:24:10 +0000
Processing by Import::BitbucketController#status as HTML
Completed 500 Internal Server Error in 607ms (ActiveRecord: 2.3ms)

NameError (uninitialized constant Import::BitbucketController::Unauthorized):
  app/controllers/import/bitbucket_controller.rb:77:in `rescue in go_to_bitbucket_for_permissions'
  app/controllers/import/bitbucket_controller.rb:74:in `go_to_bitbucket_for_permissions'
  app/controllers/import/bitbucket_controller.rb:86:in `bitbucket_unauthorized'
```

Closes #1871
2015-08-23 09:23:44 -07:00
..
email_receiver_worker.rb Block blocked users from replying to threads by email. 2015-08-21 10:14:45 -07:00
emails_on_push_worker.rb Fix EmailsOnPush. 2015-03-26 07:38:52 +01:00
fork_registration_worker.rb CI forking: tests 2015-04-06 19:45:16 +03:00
gitlab_shell_worker.rb
irker_worker.rb Add Irker service configuration options 2015-07-05 06:40:56 -07:00
merge_worker.rb Revert "Merge branch 'revert-satellites' into 'master' " 2015-08-11 14:33:31 +02:00
post_receive.rb Trigger post-receive hoooks when commits are made by GitLab 2015-08-10 10:54:42 +02:00
project_cache_worker.rb Avoid cache building for super-weird case when repository root_ref is nil 2015-07-17 16:03:38 +02:00
project_service_worker.rb Fix async services execution broken in 7.6 2014-12-29 17:48:43 +02:00
project_web_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00
repository_archive_worker.rb Add tests. 2015-03-31 13:37:21 +02:00
repository_import_worker.rb Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab 2015-08-23 09:23:44 -07:00
system_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00