summaryrefslogtreecommitdiff
path: root/app/views/import/bitbucket
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-90/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-82/+85
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-2/+9
|
* Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-2/+3
| | | | | Clears the import related columns and code from the Project model over to the ProjectImportState model
* Use slugs for default project path and sanitize names before importStan Hu2018-08-241-1/+1
| | | | | | | | | Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
* i18n: externalize strings from 'app/views/import'Tao Wang2018-07-162-21/+18
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* [skip ci] label-danger => badge-dangerClement Ho2018-04-131-1/+1
|
* [skip ci] input-group-btn's input-group-text should not create a new divClement Ho2018-04-121-7/+6
|
* [skip ci] .input-group-btn into .input-group-prepend, .input-group-appendClement Ho2018-04-121-7/+8
|
* [skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement Ho2018-04-121-1/+2
|
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
|
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-3/+3
| | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* Remove turbolinks.Bryce Johnson2017-02-021-1/+1
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-3/+3
|
* Address initial review commentsStan Hu2016-11-211-3/+3
|
* Support selection of different namespace and project destinationStan Hu2016-11-211-2/+12
|
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-17/+18
|
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-311-0/+3
|
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-311-1/+1
|
* Remove inline scripts from import pages.cs-rm-inline-js-importConnor Shea2016-07-261-3/+1
| | | | Instead add data attributes to a JS hook element on every import status page.
* Updated based on feedbackPhil Hughes2016-04-141-3/+3
|
* Moved loading icon to match todo loading iconPhil Hughes2016-04-121-3/+3
|
* Added loading icon to import buttonsPhil Hughes2016-04-111-6/+14
| | | | See #14488 for more details
* Add header title to import pagesDouwe Maan2015-12-021-0/+1
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-2/+2
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Make tables full width.Douwe Maan2015-10-191-38/+39
|
* Disable turbolinks when linking to Bitbucket import statusStan Hu2015-08-101-1/+1
| | | | | | | Turbolinks was causing issues with the Bitbucket Javascript/display because it was trying to intercept /import/bitbucket/status even when a 302 redirection occured. Closes #2241
* Show incompatible projects in Bitbucket import statusStan Hu2015-08-071-5/+28
| | | | See #1871
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Prevent unnecessary doubling of js events on import pages and user calendarprevent-duobling-ready-eventsDmitriy Zaporozhets2015-03-251-2/+1
|
* Style improvements to import pageDmitriy Zaporozhets2015-03-121-1/+1
|
* Fix import status page project links for new Rails.Douwe Maan2015-02-261-1/+1
|
* Add Bitbucket integration docs.Douwe Maan2015-02-241-1/+1
|
* Link to original repo on import status pages.Douwe Maan2015-02-241-2/+4
|
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+44