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
2016-07-18Fix spec to set import_url before attempting to create import_dataStan Hu
2016-06-08Make Omniauth providers specs to not modify global configurationKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-04-28fix failing specJames Lopez
2016-04-28added spec testing exception raisedJames Lopez
2016-03-22first round of fixes and spec fixesJames Lopez
2016-03-07Fix bug where Bitbucket `closed` issues were imported as `opened`Iuri de Silvio
2015-12-09Tag lib specsDouwe Maan
2015-09-01Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu
Also fix a number of issues where author/reporter names were not available.
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
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-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
These fixes were performed automatically by Rubocop's `-a` flag.
2015-04-15Make sure user has access to namespace in import tests.Douwe Maan
2015-03-23Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu
Closes #1268
2015-02-24Add Bitbucket importer.Douwe Maan