Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing require statement and don't require selfremove-require-context-application-bundle | Mike Greiling | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | remove require.context from application.js | Mike Greiling | 2017-02-23 | 1 | -11/+170 |
| | |||||
* | Merge branch '28450-test-compiling-frontend-assets-for-production-in-ci' ↵ | Jacob Schatz | 2017-02-23 | 7 | -6/+94 |
|\ | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Test compiling frontend assets for production in CI" Closes #28450 See merge request !9396 | ||||
| * | add CHANGELOG.md entry for !939628450-test-compiling-frontend-assets-for-production-in-ci | Mike Greiling | 2017-02-21 | 1 | -0/+4 |
| | | |||||
| * | approve opener license (MIT) | Mike Greiling | 2017-02-21 | 1 | -0/+6 |
| | | |||||
| * | add webpack bundle analyzer to production output | Mike Greiling | 2017-02-21 | 5 | -7/+73 |
| | | |||||
| * | add production asset compile step to CI config | Mike Greiling | 2017-02-20 | 1 | -0/+12 |
| | | |||||
* | | Merge branch 'master' into 'master' | Clement Ho | 2017-02-23 | 6 | -1/+103 |
|\ \ | | | | | | | | | | | | | on branch deletion show loading icon and disabled the button See merge request !6761 | ||||
| * | | on branch deletion show loading icon and disabled the button | wendy0402 | 2017-02-22 | 6 | -1/+103 |
| | | | | | | | | | | | | | | | after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it fix bug in branch deletion link | ||||
* | | | Merge branch 'dm-meer-blauw-op-straat' into 'master' | Robert Speicher | 2017-02-23 | 340 | -1538/+1561 |
|\ \ \ | | | | | | | | | | | | | | | | | Enable (and disable) more RuboCops See merge request !9432 | ||||
| * | | | Fix new offensesdm-meer-blauw-op-straat | Douwe Maan | 2017-02-23 | 2 | -6/+6 |
| | | | | |||||
| * | | | Stylistic tweaks | Douwe Maan | 2017-02-23 | 6 | -21/+21 |
| | | | | |||||
| * | | | Fix OAuth/SAML user blocking behavior | Douwe Maan | 2017-02-23 | 1 | -1/+3 |
| | | | | |||||
| * | | | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 191 | -884/+886 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 466 | -3228/+3228 |
| | | | | | | | | | | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
| * | | | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 32 | -59/+62 |
| | | | | | | | | | | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
| * | | | Manually correct autocorrect | Douwe Maan | 2017-02-23 | 2 | -2/+4 |
| | | | | |||||
| * | | | Move up delegate calls | Douwe Maan | 2017-02-23 | 8 | -29/+25 |
| | | | | |||||
| * | | | Exclude migrations from Style/MutableConstant | Douwe Maan | 2017-02-23 | 35 | -44/+47 |
| | | | | |||||
| * | | | ActiveSupport delegation is preferred over Forwardable | Douwe Maan | 2017-02-23 | 2 | -6/+5 |
| | | | | |||||
| * | | | Update haml_lint to work with newest rubocop | Douwe Maan | 2017-02-23 | 2 | -6/+6 |
| | | | | |||||
| * | | | Add explanations to cops | Douwe Maan | 2017-02-23 | 1 | -0/+61 |
| | | | | |||||
| * | | | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 4 | -16/+9 |
| | | | | |||||
| * | | | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 3 | -55/+74 |
| | | | | |||||
| * | | | Order cops alphabetically | Douwe Maan | 2017-02-23 | 1 | -121/+123 |
| | | | | |||||
| * | | | Don’t exclude some file in lib from rubocop | Douwe Maan | 2017-02-23 | 35 | -213/+201 |
| | | | | |||||
| * | | | Fix new offenses | Douwe Maan | 2017-02-23 | 18 | -62/+67 |
| | | | | |||||
| * | | | Enable Rails/Delegate | Douwe Maan | 2017-02-23 | 25 | -110/+39 |
| | | | | |||||
| * | | | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 69 | -164/+159 |
| | | | | |||||
| * | | | Enable Style/MultilineHashBraceLayout | Douwe Maan | 2017-02-23 | 20 | -103/+98 |
| | | | | |||||
| * | | | Enable Style/MultilineArrayBraceLayout | Douwe Maan | 2017-02-23 | 11 | -96/+133 |
| | | | | |||||
| * | | | Enable Style/EmptyLineBetweenDefs | Douwe Maan | 2017-02-23 | 5 | -1/+49 |
| | | | | |||||
| * | | | Enable Style/ClassCheck | Douwe Maan | 2017-02-23 | 11 | -12/+12 |
| | | | | |||||
| * | | | Regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -276/+61 |
| | | | | |||||
| * | | | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 466 | -3215/+3215 |
| | | | | |||||
| * | | | Fix another spec | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Old migration doesn’t require downtime | Douwe Maan | 2017-02-23 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix code for cops | Douwe Maan | 2017-02-23 | 44 | -213/+245 |
| | | | | |||||
| * | | | Fix specs | Douwe Maan | 2017-02-23 | 5 | -11/+12 |
| | | | | |||||
| * | | | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 32 | -104/+100 |
| | | | | |||||
| * | | | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 27 | -38/+36 |
| | | | | |||||
| * | | | Disable Style/BracesAroundHashParameters | Douwe Maan | 2017-02-23 | 2 | -8/+3 |
| | | | | |||||
| * | | | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 32 | -62/+59 |
| | | | | |||||
| * | | | Enable Security/JSONLoad | Douwe Maan | 2017-02-23 | 8 | -20/+11 |
| | | | | |||||
| * | | | Enable Rails/Validation | Douwe Maan | 2017-02-23 | 13 | -33/+19 |
| | | | | |||||
| * | | | Disable Rails/OutputSafety | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | | | |||||
| * | | | Disable Rails/DynamicFindBy | Douwe Maan | 2017-02-23 | 2 | -7/+3 |
| | | | | |||||
| * | | | Enable Performance/RedundantMatch | Douwe Maan | 2017-02-23 | 7 | -15/+8 |
| | | | | |||||
| * | | | Enable Performance/RedundantBlockCall | Douwe Maan | 2017-02-23 | 5 | -11/+6 |
| | | | | |||||
| * | | | Disable Lint/UnneededSplatExpansion | Douwe Maan | 2017-02-23 | 2 | -17/+2 |
| | | | |