gitlab-org--gitlab-foss/lib/gitlab/bitbucket_import
Stan Hu 30f52b690f Avoid storing backtraces from Bitbucket Cloud imports in the database
We noticed in
https://gitlab.com/gitlab-com/gl-infra/production/issues/908 some
Bitbucket imports took over a second to load their projects row because
`import_error` was huge due to errors. To prevent this, we now:

1. Clean the backtraces
2. Log the details into importer.log
3. Omit the details from the database
2019-06-19 12:04:24 -07:00
..
importer.rb Avoid storing backtraces from Bitbucket Cloud imports in the database 2019-06-19 12:04:24 -07:00
project_creator.rb
wiki_formatter.rb