gitlab-org--gitlab-foss/spec
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
..
controllers Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab 2015-08-23 09:23:44 -07:00
factories
features Remove the `gfm_with_options` helper 2015-08-12 23:32:16 -04:00
finders
fixtures No HTML-only email please 2015-08-21 16:09:55 -07:00
helpers
javascripts
lib Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab 2015-08-23 09:23:44 -07:00
mailers
models Merge branch 'hide-recent-push' into 'master' 2015-08-21 14:54:53 +00:00
requests/api
routing
services Create cross-reference for closing references on commits pushed to non-default branches. 2015-08-22 16:49:09 +02:00
support Fix markdown specs again. Apparently development and test behave differently. 2015-08-20 15:41:34 -07:00
tasks/gitlab
workers Add fixture_file helper. 2015-08-20 12:41:47 -07:00
factories.rb
factories_spec.rb
rails_helper.rb
spec_helper.rb
teaspoon_env.rb