- 30 May, 2016 20 commits
-
-
Robert Speicher authored
Enable Style/MethodDefParentheses rubocop cop Use def with parentheses when there are parameters. See #17478 See merge request !4352
-
Robert Speicher authored
Enable Style/IndentAssignment Rubocop style cop Checks the indentation of the first line of the right-hand-side of a multi-line assignment. See #17478 See merge request !4348
-
Robert Speicher authored
Enable Style/WhileUntilDo rubocop style cop Checks for redundant `do` after `while` or `until`. See #17478 See merge request !4350
-
Robert Speicher authored
Enable Style/EndOfLine Rubocop style cop Use Unix-style line endings. Removed carriage return character from end of each line in `app/controllers/projects/find_file_controller.rb` See #17478 See merge request !4347
-
Robert Speicher authored
Enable Lint/BlockAlignment Rubocop cop See #17478 See merge request !4346
-
Robert Speicher authored
Enable Style/RedundantParentheses rubocop cop Checks for parentheses that seem not to serve any purpose. See #17478 See merge request !4361
-
Robert Speicher authored
Enable Style/SpaceBeforeComment rubocop cop See #17478 See merge request !4358
-
Robert Speicher authored
Enable Style/SpaceAfterMethodName rubocop cop Do not put a space between a method name and the opening parenthesis in a method definition. See #17478 See merge request !4359
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use def with parentheses when there are parameters. See #17478
-
Grzegorz Bizon authored
See #17478
-
Yorick Peterse authored
Add DB index on users.state See merge request !4336
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Unix-style line endings. See #17478.
-
Grzegorz Bizon authored
See #17478
-
Stan Hu authored
Closes #17920
-
Robert Speicher authored
Improve note validation This MR improves note validation. Originates from #15577. Closes #17260 See merge request !4024
-
Robert Speicher authored
❤
-
- 29 May, 2016 18 commits
-
-
Robert Speicher authored
Use absolute paths in .gitignore See merge request !4335
-
Ruben Davila authored
-
Ruben Davila authored
It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15577
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 28 May, 2016 2 commits
-
-
Jacob Schatz authored
Use $ as the snippet prefix so it's consistent ## What does this MR do? Change like `Snippet #20073` to `Snippet $20073` ## Are there points in the code the reviewer needs to double check? Are there any other places need this change? See merge request !4338
-
Lin Jen-Shin authored
-