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 (Collapse)Author
2018-11-27Removes all the irrelevant import related code and columnsTiago Botelho
Clears the import related columns and code from the Project model over to the ProjectImportState model
2018-10-13Enable some frozen string in lib/gitlabgfyoung
Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-08-08Fix Bitbucket Cloud importer omitting repliesStan Hu
Inline diff comments did not have the proper position, so even though they had line codes the merge request validation would fail. Now we cache the line position for each parent comment and use that. Closes #50052
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
Closes gitaly#1110
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-11-20Fix bitbucket wiki import with hashed storage enabledNick Thomas
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
Having a distinct class just for that was a bit overkill
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
Rename classes to (hopefully) clearer names while we're doing that.
2017-10-13Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez
2017-09-25Expand truncated Bitbucket pull request source/target SHA if possibleDouwe Maan
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-04-11[BB Importer] Save the error trace and the whole raw documentValery Sizov
2017-03-29Labels support color names in backendDongqing Hu
2016-12-19Add Wiki import to BB importerValery Sizov
2016-12-17Fix import issues methodDouglas Barbosa Alexandre
2016-12-16Fix rubucop offensesDouglas Barbosa Alexandre
2016-12-16BB importer: Adressed more review commentsValery Sizov
2016-12-16BB importer: address review commentValery Sizov
2016-12-16BB importer: Milestone importerValery Sizov
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