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
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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
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-07-31Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
2018-03-28Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)
2018-01-25Look for rugged with static analysisJacob Vosmaer
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
with StrongMemoize
2018-01-10Fix hooks not being set up properly for bare import Rake taskStan Hu
Closes #41739
2018-01-03Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre
2018-01-03Refactoring Project#write_repository_configDouglas Barbosa Alexandre
2018-01-03Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre
2018-01-03refactor code to use new import typeJames Lopez
2018-01-02fix missing create services callJames Lopez
2018-01-02fix wiki checkJames Lopez
2018-01-02Fix import scheduled on bare repo importJames Lopez
2017-12-11Simplify normalizing of pathsStan Hu
2017-12-09Fix failing importer test case on MySQL due to missing trailing slash in ↵Stan Hu
root path
2017-12-09Fix gitlab:import:repos Rake task moving repositories into the wrong locationStan Hu
If the source import directory were different from the destination directory, GitLab would first create a blank repository and then erroneously move the original one into a subdirectory. Adding an import type prevents this the project from being initialized in the first place. It was accidentally removed in 1f917cbd49. Closes #40765
2017-11-07Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez