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-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-09-21Fix UriDefaultParser copSemyon Pupkov
2018-09-21Fix UnneededRequireStatement copSemyon Pupkov
2018-09-21Remove unused cops from todoSemyon Pupkov
2018-09-21Fix DynamicAttributeDefinedStatically copSemyon Pupkov
2018-09-20Fix SpaceInsidePercentLiteralDelimiters copSemyon Pupkov
2018-09-20Fix SpaceInsideArrayLiteralBrackets copSemyon Pupkov
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-08-10Explicitly disable the Style/SafeNavigation copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-09Update rubocop to get rid of a warning in other MRLin Jen-Shin
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-14Move the trigger-build script into one location to serve both omnibus and ↵Marin Jankovski
cloud-native triggers.
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-04-23Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-25Update gitlab-styles and re-enable the RSpec/SingleLineHook cop againRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18Update rubocop, rubocop-rspec, and gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-22Use gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-29exclude spec/ and features/ from `Style/PredicateName` copMaxim Rydkin
2017-08-29add changelogMaxim Rydkin
2017-08-29replace `is_member_of` with `member_of?`Maxim Rydkin
2017-08-29replace `has_matching_label` with `has_matching_label?`Maxim Rydkin
2017-08-29replace `is_edited?` with `edited?`Maxim Rydkin
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-01Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1Takuya Noguchi
2017-06-30Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Merge branch 'rubocop-empty-example-group' into 'master'Robert Speicher
Enable the RSpec/EmptyExampleGroup cop See merge request !11497
2017-05-18Enable the RSpec/ExpectOutput copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Enable the RSpec/EmptyExampleGroup copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-08Enable RSpec/DescribeSymbol; update .rubocop_todo.ymlRobert Speicher
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-02-23Disable Style/BracesAroundHashParametersDouwe Maan
2017-02-23Enable Style/BarePercentLiteralsDouwe Maan
2017-02-23Enable Security/JSONLoadDouwe Maan
2017-02-23Enable Rails/ValidationDouwe Maan