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-09-29Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2019-08-26Change default visibility level for FogBugz imported projects to PrivateGeorge Koltsov
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-11-13Enable even more frozen string in lib/gitlabgfyoung
Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#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-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2016-10-28Pass user instance to Labels::FindOrCreateService or skip_authorization: trueAdam Niedzielski
Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
2016-10-19Use LabelsFinder on Fogbuz importerDouglas Barbosa Alexandre
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
2016-05-10create import data in serviceJames 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-04Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url # Conflicts: # db/schema.rb
2016-04-04corrected a couple of based on MR reviewJames Lopez
2016-04-01remove useless varJames Lopez
2016-04-01fix fogbugz importJames Lopez
2016-03-30spec and fix for fogbugz lonely user problemJames 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-23fogbugz importer, also refactored migration again to make it easier to add ↵James Lopez
new importers
2016-01-08DRY up upload and download servicesDouwe Maan
2016-01-07Satisfy RubocpDouwe Maan
2016-01-07Add API project upload endpointDouwe Maan
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-10-03Fix rubocop warnings in libGuilherme Garnier
2015-09-21FogBugz Import: Closed comments may contain user dataJared Szechy
2015-09-09FogBugz project importJared Szechy