Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-31 | 1 | -25/+61 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-30 | 2 | -1/+57 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-27 | 1 | -0/+32 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-27 | 1 | -0/+36 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-23 | 1 | -0/+66 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-20 | 1 | -0/+25 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-18 | 5 | -63/+45 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-13 | 1 | -0/+30 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 2 | -1/+35 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-27 | 1 | -6/+38 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-19 | 3 | -0/+117 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-17 | 1 | -63/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-14 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-13 | 2 | -0/+56 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-04 | 3 | -0/+87 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-29 | 2 | -27/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-15 | 2 | -0/+120 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-27 | 1 | -32/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-19 | 2 | -0/+65 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-17 | 1 | -1/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-04 | 2 | -0/+44 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-03 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-01 | 2 | -0/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-28 | 2 | -0/+44 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-25 | 1 | -1/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-07 | 2 | -0/+79 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 2 | -0/+43 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-19 | 1 | -5/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 7 | -8/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 3 | -9/+96 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 3 | -2/+59 |
| | |||||
* | Fix code docs for RuboCop's helper methods | Peter Leitzen | 2019-09-12 | 1 | -2/+2 |
| | | | | `(const nil :Foo)` vs `(const nil? :Foo)` | ||||
* | Add Scalability/FileUploads cop | Alessio Caiazza | 2019-09-10 | 2 | -0/+62 |
| | | | | | This cop prevents you from using file in API, it points you to the development documentation about workhorse file acceleration. | ||||
* | Fix InjectEnterpriseEditionModule cop for qa/ | Yorick Peterse | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | This ensures the InjectEnterpriseEditionModule cop is able to detect the prepend patterns used in the qa/ directory. Previously it would not detect them as all EE QA modules reside in QA::EE, and not the top-level EE namespace. | ||||
* | Remove Rubocop::SpecHelper file | Vitali Tatarintev | 2019-08-28 | 2 | -34/+0 |
| | |||||
* | Refactor BeSuccessMatcher specs for readability | Vitali Tatarintev | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | Utilize Rubocop's Include for BeSuccessMatcher | Vitali Tatarintev | 2019-08-28 | 2 | -17/+0 |
| | | | | | Use Rubocop's Include instead of manually checking the matcher in controllers specs. | ||||
* | Add support of not_to/to_not to BeSuccessMatcher | Vitali Tatarintev | 2019-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | BeSuccessMatcher now supports following examples: ``` expect(response).to be_success expect(response).to_not be_success expect(response).not_to be_success is_expected.to be_success is_expected.to_not be_success is_expected.not_to be_success ``` | ||||
* | Replace double quotes with single quotes | Vitali Tatarintev | 2019-08-28 | 1 | -2/+2 |
| | |||||
* | Enable frozen string literal | Vitali Tatarintev | 2019-08-28 | 1 | -0/+2 |
| | |||||
* | Autocorrect `be_success` to `be_successful` | Vitali Tatarintev | 2019-08-28 | 1 | -0/+6 |
| | |||||
* | Add Rubocop check to avoid using `be_success` | Vitali Tatarintev | 2019-08-28 | 3 | -0/+97 |
| | | | | | | | | | | | Prevent using `be_success` call in controller specs to avoid getting following deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ``` | ||||
* | Utilize RuboCop's Include/Exclude config | Peter Leitzen | 2019-08-26 | 9 | -66/+5 |
| | | | | Stop checking the file location programmatically. | ||||
* | Adds cop to enforce string limits on migrations | Mayra Cabrera | 2019-08-23 | 2 | -0/+60 |
| | | | | | | | This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505 | ||||
* | Add RSpec/TopLevelDescribePath cop | Sean McGivern | 2019-08-01 | 2 | -0/+36 |
| | | | | | | | | The RSpec/FilePath cop checks that a spec file's path is correct, but only if the file describes a constant. We want to check, for any file with a top-level `describe`, whether the file path ends in `_spec.rb`. We don't care what comes before that; just that it will be executed by RSpec at all. | ||||
* | Extend cop for verifying injecting of EE modules | Yorick Peterse | 2019-07-30 | 1 | -7/+41 |
| | | | | | | | | | This extends the InjectEnterpriseEditionModule RuboCop cop so that it verifies the following: 1. The line number the injection occurs on (as before). 2. The method used (e.g. prepend instead of prepend_if_ee). 3. The argument type passed when using the new module injection methods. | ||||
* | Change element_with_pattern cop to not use quotes | ddavison | 2019-07-10 | 1 | -1/+1 |
| | | | | | | | Using quotes within string validations can be messy. Let's use a typical CSS selector for an unquoted attribute Update the cop spec to validate appropriate new message |