Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-01-16 | 1 | -19/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-24 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-10 | 1 | -5/+6 |
| | |||||
* | Add frozen_string_literal to spec/features | Thong Kuah | 2019-07-26 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Upgrade to Capybara 3 | Heinrich Lee Yu | 2019-06-12 | 1 | -1/+1 |
| | | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior | ||||
* | Re-enable MethodCallWithoutArgsParentheses Cop | Andrew Newdigate | 2019-01-29 | 1 | -1/+1 |
| | | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule | ||||
* | Address review feedback | Rémy Coutable | 2018-04-09 | 1 | -2/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Migrate features/project/project.feature to RSpec and reorganize several ↵ | Rémy Coutable | 2018-04-09 | 1 | -3/+3 |
| | | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 1 | -1/+1 |
| | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection. | ||||
* | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Use `empty_project` where possible in spec/features/projects | Robert Speicher | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -8/+7 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Fix rspec and spinach tests | Jose Ivan Vargas | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | Make file templates easy to use and discover | Bryce Johnson | 2017-04-03 | 1 | -0/+67 |