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
2023-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-12Add code review suggestionsGeorge Koltsov
2019-08-08Apply code review feedbackGeorge Koltsov
2019-08-07Add author lines to project import commentsGeorge Koltsov
2019-06-19Avoid storing backtraces from Bitbucket Cloud imports in the databaseStan Hu
We noticed in https://gitlab.com/gitlab-com/gl-infra/production/issues/908 some Bitbucket imports took over a second to load their projects row because `import_error` was huge due to errors. To prevent this, we now: 1. Clean the backtraces 2. Log the details into importer.log 3. Omit the details from the database
2019-05-08Refactor spec to reload existing_label right after creationPatrick Derichs
This will avoid timestamp comparison issues later within equality check with attributes
2019-03-13Run rubocop -aNick Thomas
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-02-06Refactor use of Shell.import_repository for WikisStan Hu
The previous behavior would pass in a list of parameters to Shell, but we can improve this by using the WikiFormatter and Project models to give us the same information.
2019-02-06Send project name with Gitaly repository requestsStan Hu
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
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