summaryrefslogtreecommitdiff
path: root/app/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* Do not authorize with OAuth for CICD only projectsmc/feature/use-only-pat-cicd-projectsMatija Čupić2019-07-231-2/+6
* Fix Fogbugz Importer not workingsh-fix-fogbugz-importStan Hu2019-06-091-2/+6
* Setup Phabricator importBob Van Landuyt2019-05-311-0/+35
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-2/+2
* Externalize strings in projects controllersMartin Wortschack2019-03-277-20/+20
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-132-18/+85
* Alias GitHub and BitBucket OAuth2 callback URLsStan Hu2019-01-312-3/+3
* Fix Bitbucket Server import not allowing personal projectsStan Hu2019-01-281-2/+5
* Backport github import fix from EEDmitriy Zaporozhets2019-01-171-1/+5
* API for importing external reposBen2019-01-172-20/+11
* Fix Bitbucket Server importer error handlingStan Hu2019-01-121-2/+2
* Allow GitHub imports via token even if OAuth2 provider not configuredStan Hu2018-12-101-1/+1
* Paginate Bitbucket Server importer projectsStan Hu2018-11-071-5/+19
* 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
|/