summaryrefslogtreecommitdiff
path: root/app/controllers/import/bitbucket_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-11-stable-eeGitLab Bot2023-05-011-2/+2
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-2/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+23
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-8/+7
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-4/+3
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-7/+16
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+3
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-5/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+0
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-16/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-6/+47
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+7
* Externalize strings in projects controllersMartin Wortschack2019-03-271-1/+1
* Alias GitHub and BitBucket OAuth2 callback URLsStan Hu2019-01-311-2/+2
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Show a more helpful error for import statusStan Hu2018-06-061-1/+1
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-4/+2
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-1/+1
* Replace $.post in importer status with axiosClement Ho2018-02-091-8/+14
* Fix Error 500 when Bitbucket importer does not have authorizationStan Hu2017-03-201-4/+4
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-151-0/+3
* Handling OAuth2 errorsValery Sizov2016-12-091-1/+1
* BitBuckpet importer. Refactoring. Iteration 2Valery Sizov2016-12-071-1/+1
* Fix remaining Bitbucket controller specsStan Hu2016-11-211-1/+1
* Address initial review commentsStan Hu2016-11-211-7/+6
* Support selection of different namespace and project destinationStan Hu2016-11-211-3/+3
* Fix rebase failures with Bitbucket changesStan Hu2016-11-211-2/+2
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-34/+43
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-311-5/+7
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-311-9/+4
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-2/+0
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-7/+16
* Show incompatible projects in Bitbucket import statusStan Hu2015-08-071-0/+1
* Fix bug causing Bitbucket importer to crash when OAuth application had been r...bitbucket-re-authorizeDouwe Maan2015-07-281-0/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-6/+6
* Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan2015-03-311-1/+4
* Re-enable rescuing from Bitbucket OAuth errors.Douwe Maan2015-02-241-1/+1
* Load public key in initializer.Douwe Maan2015-02-241-0/+5
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+74