summaryrefslogtreecommitdiff
path: root/app/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-012-2/+2
* Strip whitespace around GitHub personal access tokensStan Hu2018-10-171-1/+1
* Enable more frozen string in app/controllers/gfyoung2018-09-239-0/+18
* Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-171-2/+6
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-118-0/+24
* Assorted Bitbucket Server importer code cleanup based on reviewStan Hu2018-08-011-1/+1
* Remove extra space in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-1/+1
* Inline repo_owner in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-3/+1
* Fix Rubocop errorStan Hu2018-07-271-1/+1
* Consolidate validation logicStan Hu2018-07-261-5/+8
* Consolidate server errors and add specsStan Hu2018-07-261-12/+2
* Remove unnecessary guard clauseStan Hu2018-07-251-2/+0
* Add frozen_string_literal: true to controllerStan Hu2018-07-251-0/+2
* Tighten up regular expression for project namesStan Hu2018-07-251-2/+2
* Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-251-1/+4
|\
| * Fix gitlab import project loadFrancisco Javier López2018-07-231-1/+4
* | Fix bug in rejecting already added repositoriesStan Hu2018-07-171-1/+1
* | Add spec for BitbucketServer::ConnectionStan Hu2018-07-121-1/+1
* | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-121-0/+93
|\ \ | |/
| * Improve manifest feature after backend reviewDmitriy Zaporozhets2018-07-111-4/+4
| * Refactor manifest import codeDmitriy Zaporozhets2018-07-111-1/+1
| * Add feature specs for manifest importDmitriy Zaporozhets2018-07-111-0/+5
| * Add ability to disable manifest importDmitriy Zaporozhets2018-07-111-0/+5
| * Improve manifest import logicDmitriy Zaporozhets2018-07-111-15/+27
| * Fix tests in import_sources_spec.rbDmitriy Zaporozhets2018-07-111-1/+1
| * Add manifest import featureDmitriy Zaporozhets2018-07-111-0/+71
* | Finish specs for spec/controllers/import/bitbucket_server_controller_spec.rbStan Hu2018-07-091-1/+0
* | Fix Rubocop errorStan Hu2018-07-081-1/+1
* | Test server connection errorStan Hu2018-07-081-1/+1
* | Add spec for project not foundStan Hu2018-07-081-1/+1
* | Add more specs and fix some typosStan Hu2018-07-081-8/+11
* | Fix Rubocop errorsStan Hu2018-07-051-1/+1
* | Improve error handling of Bitbucket login errorsStan Hu2018-07-051-5/+52
* | Add a Reconfigure button and improve layout of import screenStan Hu2018-07-011-3/+2
* | Fix Rubocop complaintsStan Hu2018-06-281-2/+2
* | More work towards supporting Bitbucket ServerStan Hu2018-06-251-2/+2
* | WIP: Add support for Bitbucket Server importsStan Hu2018-06-251-0/+92
|/
* Simplify error message handling in Projects::CreateServiceStan Hu2018-06-061-6/+1
* Show a more helpful error for import statusStan Hu2018-06-066-5/+14
* Align with EELin Jen-Shin2018-05-091-3/+3
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-046-16/+21
* CE backport for creating CI/CD projects from GitHubRubén Dávila2018-03-071-4/+14
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-1/+1
* Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-091-17/+7
* Replace $.post in importer status with axiosClement Ho2018-02-095-38/+53
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-2/+2
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1