summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address Robert's comments.cs-add-license-to-project-apiConnor Shea2017-02-231-0/+2
* Address some of Douwe's feedback.Connor Shea2017-02-233-7/+13
* Test passes.Connor Shea2017-02-231-9/+3
* Split the license attributes check into a separate case.Connor Shea2017-02-231-3/+18
* Make license a hash with name and spdx_id.Connor Shea2017-02-234-10/+44
* Return nil if there's no license for the repo.Connor Shea2017-02-231-1/+1
* Add license attribute to the Projects API endpoint.Connor Shea2017-02-235-7/+28
* Merge branch 'master' into 'master' Clement Ho2017-02-236-1/+103
|\
| * on branch deletion show loading icon and disabled the buttonwendy04022017-02-226-1/+103
* | Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-23340-1538/+1561
|\ \
| * | Fix new offensesdm-meer-blauw-op-straatDouwe Maan2017-02-232-6/+6
| * | Stylistic tweaksDouwe Maan2017-02-236-21/+21
| * | Fix OAuth/SAML user blocking behaviorDouwe Maan2017-02-231-1/+3
| * | Revert "Enable Style/DotPosition"Douwe Maan2017-02-23191-884/+886
| * | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-23466-3228/+3228
| * | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-2332-59/+62
| * | Manually correct autocorrectDouwe Maan2017-02-232-2/+4
| * | Move up delegate callsDouwe Maan2017-02-238-29/+25
| * | Exclude migrations from Style/MutableConstantDouwe Maan2017-02-2335-44/+47
| * | ActiveSupport delegation is preferred over ForwardableDouwe Maan2017-02-232-6/+5
| * | Update haml_lint to work with newest rubocopDouwe Maan2017-02-232-6/+6
| * | Add explanations to copsDouwe Maan2017-02-231-0/+61
| * | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-234-16/+9
| * | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-233-55/+74
| * | Order cops alphabeticallyDouwe Maan2017-02-231-121/+123
| * | Don’t exclude some file in lib from rubocopDouwe Maan2017-02-2335-213/+201
| * | Fix new offensesDouwe Maan2017-02-2318-62/+67
| * | Enable Rails/DelegateDouwe Maan2017-02-2325-110/+39
| * | Enable Style/WordArrayDouwe Maan2017-02-2369-164/+159
| * | Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-2320-103/+98
| * | Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-2311-96/+133
| * | Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-235-1/+49
| * | Enable Style/ClassCheckDouwe Maan2017-02-2311-12/+12
| * | Regenerate .rubocop_todo.ymlDouwe Maan2017-02-231-276/+61
| * | Prefer leading style for Style/DotPositionDouwe Maan2017-02-23466-3215/+3215
| * | Fix another specDouwe Maan2017-02-231-1/+1
| * | Old migration doesn’t require downtimeDouwe Maan2017-02-231-0/+2
| * | Fix code for copsDouwe Maan2017-02-2344-213/+245
| * | Fix specsDouwe Maan2017-02-235-11/+12
| * | Enable Style/ConditionalAssignmentDouwe Maan2017-02-2332-104/+100
| * | Enable Style/ColonMethodCallDouwe Maan2017-02-2327-38/+36
| * | Disable Style/BracesAroundHashParametersDouwe Maan2017-02-232-8/+3
| * | Enable Style/BarePercentLiteralsDouwe Maan2017-02-2332-62/+59
| * | Enable Security/JSONLoadDouwe Maan2017-02-238-20/+11
| * | Enable Rails/ValidationDouwe Maan2017-02-2313-33/+19
| * | Disable Rails/OutputSafetyDouwe Maan2017-02-231-0/+3
| * | Disable Rails/DynamicFindByDouwe Maan2017-02-232-7/+3
| * | Enable Performance/RedundantMatchDouwe Maan2017-02-237-15/+8
| * | Enable Performance/RedundantBlockCallDouwe Maan2017-02-235-11/+6
| * | Disable Lint/UnneededSplatExpansionDouwe Maan2017-02-232-17/+2