Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new offensesdm-meer-blauw-op-straat | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | 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 | 18 | -73/+73 |
| | | | | | | | | | | | | | | | 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 | 43 | -209/+209 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 4 | -8/+8 |
| | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
* | Move up delegate calls | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | ActiveSupport delegation is preferred over Forwardable | Douwe Maan | 2017-02-23 | 1 | -2/+0 |
| | |||||
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 2 | -7/+4 |
| | |||||
* | Don’t exclude some file in lib from rubocop | Douwe Maan | 2017-02-23 | 34 | -206/+187 |
| | |||||
* | Fix new offenses | Douwe Maan | 2017-02-23 | 2 | -2/+2 |
| | |||||
* | Enable Rails/Delegate | Douwe Maan | 2017-02-23 | 10 | -40/+14 |
| | |||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 8 | -8/+8 |
| | |||||
* | Enable Style/MultilineHashBraceLayout | Douwe Maan | 2017-02-23 | 1 | -2/+4 |
| | |||||
* | Enable Style/MultilineArrayBraceLayout | Douwe Maan | 2017-02-23 | 4 | -16/+20 |
| | |||||
* | Enable Style/EmptyLineBetweenDefs | Douwe Maan | 2017-02-23 | 2 | -0/+45 |
| | |||||
* | Enable Style/ClassCheck | Douwe Maan | 2017-02-23 | 2 | -3/+3 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 43 | -207/+207 |
| | |||||
* | Fix code for cops | Douwe Maan | 2017-02-23 | 16 | -69/+81 |
| | |||||
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 11 | -36/+36 |
| | |||||
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 4 | -4/+4 |
| | |||||
* | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 4 | -8/+8 |
| | |||||
* | Enable Performance/RedundantMatch | Douwe Maan | 2017-02-23 | 4 | -4/+4 |
| | |||||
* | Enable Performance/RedundantBlockCall | Douwe Maan | 2017-02-23 | 2 | -2/+2 |
| | |||||
* | Enable Performance/RedundantMerge | Douwe Maan | 2017-02-23 | 2 | -2/+2 |
| | |||||
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 5 | -5/+5 |
| | |||||
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 32 | -49/+49 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 18 | -71/+71 |
| | |||||
* | Remove last merge_request endpoint | Robert Schilling | 2017-02-23 | 1 | -1/+0 |
| | |||||
* | Merge branch 'api-notes-entity-fields' into 'master' | Sean McGivern | 2017-02-23 | 6 | -5/+206 |
|\ | | | | | | | | | | | | | Remove deprecated `upvotes` and `downvotes` from the notes API Closes #28441 See merge request !9384 | ||||
| * | Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fields | Robert Schilling | 2017-02-22 | 6 | -55/+58 |
| |\ | | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md | ||||
| * | | Remove deprecated `upvotes` and `downvotes` from the notes API | Robert Schilling | 2017-02-22 | 6 | -5/+206 |
| | | | |||||
* | | | Rebase to master for avoiding failing tests | George Andrinopoulos | 2017-02-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'improve-ee_compat_check-by-using-git-apply-3way-flag' into ↵ | Robert Speicher | 2017-02-22 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | 'master' Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag See merge request !9447 | ||||
| * | | Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag improve-ee_compat_check-by-using-git-apply-3way-flag | Rémy Coutable | 2017-02-22 | 1 | -1/+1 |
| | | | | | | | | | This should solve 99% of the false-positive of the `ee_compat_check` job. | ||||
* | | | Merge branch 'connection-pool-host' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -1/+6 |
|\ \ \ | |/ / |/| | | | | | | | | Allow setting of a custom connection pool host See merge request !9445 | ||||
| * | | Allow setting of a custom connection pool host | Yorick Peterse | 2017-02-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | This allows you to set a custom host when calling Gitlab::Database.create_connection_pool. This is necessary for load balancing as in this case we want to inherit all settings except for the hostname. | ||||
* | | | Merge branch '27032-add-a-house-keeping-api-call' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421 | ||||
| * | | | Add housekeeping endpoint for Projects API | Mark Fletcher | 2017-02-22 | 1 | -0/+13 |
| | | | | |||||
* | | | | Merge branch 'zj-fix-slash-command-labels' into 'master' | Douwe Maan | 2017-02-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chat slash commands show labels correctly Closes #28358 See merge request !9408 | ||||
| * | | | | Chat slash commands show labels correctlyzj-fix-slash-command-labels | Z.J. van de Weg | 2017-02-21 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'grapify-ci-runners-api' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -26/+18 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Grapify the CI::Runners API See merge request !9440 | ||||
| * | | | Grapify the CI::Runners APIgrapify-ci-runners-api | Robert Schilling | 2017-02-22 | 1 | -26/+18 |
| | | | | |||||
* | | | | Merge branch 'grapify-ci-triggers-api' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -27/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Grapfiy the CI::Triggers API See merge request !9439 | ||||
| * | | | | Grapfiy the CI::Triggers APIgrapify-ci-triggers-api | Robert Schilling | 2017-02-22 | 1 | -27/+16 |
| |/ / / | |||||
* | | | | Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -0/+4 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Add AsciiDoc snippet for CI/CD Badges Closes #26087 See merge request !9164 | ||||
| * | | | Add AsciiDoc snippet for CI/CD Badges | Jan Christophersen | 2017-02-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087. I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext) Add testcase for to_asciidoc Update test case for Badges list | ||||
* | | | | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' | Rémy Coutable | 2017-02-22 | 6 | -11/+355 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936 | ||||
| * | | | | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branch | Oswaldo Ferreira | 2017-02-21 | 6 | -11/+355 |
| | | | | | |||||
* | | | | | Merge branch 'api-subscription-restful' into 'master' | Sean McGivern | 2017-02-22 | 3 | -2/+56 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Make subscription API more RESTfuL Closes #28327 See merge request !9325 |