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 (Expand)Author
2016-12-15BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov
2016-12-14BB importer: More advanced error handlingValery Sizov
2016-12-14BB importer: Refactoring user importing logic[ci skip]Valery Sizov
2016-12-13BB importer: Adding created_by only when used is not found[ci skip]Valery Sizov
2016-12-09Fix specsValery Sizov
2016-12-09Fix rubocop[ci skip]Valery Sizov
2016-12-07BitBucket importer: import issues with labelsValery Sizov
2016-12-07BitBucket refactoring. Iteration 3Valery Sizov
2016-12-07BitBuckpet importer. Refactoring. Iteration 2Valery Sizov
2016-12-07Apply review comments. Iteration 1Valery Sizov
2016-12-06Fix importing PRs with not existing branchesValery Sizov
2016-12-05Fix inline comment importing for 1:1 diff typeValery Sizov
2016-11-22Fix spec for Bitbucket importerStan Hu
2016-11-22Fix Bitbucket importer spec to pass with 2.0 APIStan Hu
2016-11-22Rubocop fixesStan Hu
2016-11-22Import pull request commentsStan Hu
2016-11-22Fix typos in pull requests failing to importStan Hu
2016-11-22Fix missing Bitbucket ProjectController changes for specifying namespace/projectStan Hu
2016-11-22Import opened pull request from BitbucketDouglas Barbosa Alexandre
2016-11-22Refactoring Bitbucket importer to use the new OAuth2 clientDouglas Barbosa Alexandre
2016-11-22Remove client for the Bitbucket API version 1.0Douglas Barbosa Alexandre
2016-11-22Remove code to clone Bitbucket repositories using SSHDouglas Barbosa Alexandre
2016-11-22Clone Bitbucket repositories over HTTPSDouglas Barbosa Alexandre
2016-09-08Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith
2016-05-23Enable Performance/RangeInclude cop and fix single offenseRobert Speicher
2016-05-10create import data in serviceJames Lopez
2016-04-27fix var errorJames Lopez
2016-04-07refactored create_or_update_import_dataJames Lopez
2016-04-07refactored a few things based on MR feedbackJames Lopez
2016-04-06fix some issues with credentialsJames Lopez
2016-04-05some refactoring to symbolise keys across importers and left a TODOJames Lopez
2016-04-01fixes after more import testingJames Lopez
2016-03-29more fixes after doing more manual testing on importingJames Lopez
2016-03-29fixing a few issues after testing importsJames Lopez
2016-03-28refactored code based on feedback plus fixed a couple of other issuesJames Lopez
2016-03-22fix rubocop warningJames Lopez
2016-03-22first round of fixes and spec fixesJames Lopez
2016-03-22encrypt credentials in project_creator for bitbucket by defaultJames Lopez
2016-03-22update bitbucket importerJames Lopez
2016-03-07Fix bug where Bitbucket `closed` issues were imported as `opened`Iuri de Silvio
2016-01-26Wrap errors on GitHub importer to raise Projects::ImportService::ErrorDouglas Barbosa Alexandre
2016-01-26Move Gitlab::BitbucketImport::KeyDeleter to it's own importerDouglas Barbosa Alexandre
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-09-01Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu
2015-09-01Sort issues by creation date in Bitbucket importerStan Hu
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
2015-08-07Show incompatible projects in Bitbucket import statusStan Hu
2015-07-28Fix bug causing Bitbucket importer to crash when OAuth application had been r...Douwe Maan
2015-04-06Use Projects::CreateService to create imported projects so hooks are executed.Douwe Maan
2015-03-23Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu