Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-04-12 | 1 | -2/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-02 | 1 | -7/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-07-28 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-02 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-20 | 1 | -0/+28 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-04 | 1 | -10/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | 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-11-14 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-03 | 1 | -11/+23 |
| | |||||
* | 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 | ||||
* | Fix broken templated "Too many changes to show" text | Stan Hu | 2019-01-09 | 1 | -0/+15 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23230 broke the external string in 11.6. This fixes that and adds a spec. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56138 | ||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Replace commits spinach tests with RSpec analog | Semyon Pupkov | 2018-05-04 | 1 | -5/+64 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | 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. | ||||
* | 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 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening | Sean McGivern | 2017-06-02 | 1 | -0/+1 |
| | | | | | | This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits. | ||||
* | Add review comments to compare_spec.rb | Luke "Jared" Bennett | 2017-05-25 | 1 | -0/+2 |
| | |||||
* | Fix transient error clicking dropdown items in compare_spec.rb | Luke "Jared" Bennett | 2017-05-25 | 1 | -1/+3 |
| | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | fix new MR form erroneously selects tag as source when branch of same name ↵ | Sanster | 2017-03-24 | 1 | -1/+2 |
| | | | | exists #23237 | ||||
* | Enabled remote filter in compare dropdownscompare-remote-search | Phil Hughes | 2017-03-16 | 1 | -0/+8 |
| | | | | | | | Previously if the project had more than 100 branches or tags it wouldnt display them even after searching. This now correctly sends an AJAx request to the backend to search for the branches/tags Closes #29545 | ||||
* | Add tests | Douwe Maan | 2017-02-06 | 1 | -0/+50 |