- 31 May, 2016 4 commits
-
-
Gabriel Mazetto authored
Added "wiki" section and removed "repository"
-
Robert Schilling authored
Update docs: previous version is 8.7 The old version is 8.7. See merge request !4288
-
Rémy Coutable authored
Enable Wiki Page events from Webhook admin UI in a Project * Added UI to enable page wiki events * Documentation for this event in Webhooks page Fixes #17506 --- ![new_webhook_UI](/uploads/63ef24b4ccef13ac7a5fda83e9ce64ad/new_webhook_UI.png) See merge request !4135
-
Stan Hu authored
Merge branch 'make-container-registry-authentication-service-compatible-with-older-docker' into 'master' Make authentication service for Container Registry to be compatible with < Docker 1.11 This removes the usage of `offline_token` which is only present when using `Docker 1.11.x` instead we relay on `scope`. This should make it compatible with any client starting from 1.6 (I did test only 1.8 and up). Right now we return 403 if unauthorized user doesn't have access to anything. In all other cases we return token, but with empty `access`, which simply disallow requested action. See merge request !4363
-
- 30 May, 2016 36 commits
-
-
Robert Speicher authored
Fix typo Add missing "of" to CI YAML docs. [ci skip] See merge request !4331
-
Robert Speicher authored
Fix various documentation typos and spelling mistakes [ci skip] See merge request !4345
-
Robert Speicher authored
Add missing steps in update docs Fixes #18009 [ci skip] See merge request !4365
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Robert Speicher authored
Enable Style/SpaceBeforeComma rubocop cop No spaces before commas. See #17478 See merge request !4360
-
Robert Speicher authored
Enable Performance/TimesMap Rubocop cop Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478 See merge request !4357
-
Robert Speicher authored
Enable Style/NegatedIf Rubocop cop Favor `unless` over `if` for negative conditions (or control flow ||). ```ruby # bad do_something if !some_condition # bad do_something if not some_condition # good do_something unless some_condition # good some_condition || do_something ``` See #17478 See merge request !4355
-
Robert Speicher authored
Enable Lint/LiteralInCondition rubocop cop Detects literals used in conditions. See #17478 See merge request !4354
-
Robert Speicher authored
Enable Style/MultilineIfThen rubocop cop Do not use then for multi-line if. See #7478. See merge request !4353
-
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
-
Arian Sameni authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
No spaces before commas. See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478
-
Grzegorz Bizon authored
Favor `unless` over `if` for negative conditions (or control flow ||). See #17478
-
Grzegorz Bizon authored
Checks of literals used in conditions. See #17478
-
Grzegorz Bizon authored
Do not use then for multi-line if. See #7478.
-
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
-